問題タブ [skus]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
81 参照

magento-1.7 - Magento 1.7.0.2 を使用して sku を Sagepay に渡す

私のクライアントは、予約に Sagepay を使用しており、Web サイト (Magento と Ebizmarts Extension v3.0.19.1 を使用) で、現在の顧客の詳細と共に sku を Sagepay ポータルに渡すことを望んでいます。

誰がこれを行う方法についてアドバイスできますか?

Sagepay からこのリンクがあります - http://www.sagepay.co.uk/support/28/37/items-not-deducting-from-your-stock - しかし、必要なコードの場所がわかりませんSagepay に渡すために SKU を追加するには?

どんなアドバイスも歓迎します。

前もって感謝します

0 投票する
2 に答える
119 参照

magento - 店舗内の場所を認識するためのすべての製品の異なる SKU

倉庫には約 2000 個の製品が保管されています。

顧客がオンラインで注文した場合、

「場所ID」を製品ごとに検索し、顧客に届けることができます。

サイト内の各製品の場所 ID を配置する方法。

解決策を見つけるのを手伝ってください。

前もって感謝します

0 投票する
1 に答える
473 参照

javascript - What's the best method to EXTRACT product names given a list of SKU numbers from a website?

I have a problem.

I have a list of SKU numbers (hundreds) that I'm trying to match with the title of the product that it belongs to. I have thought of a few ways to accomplish this, but I feel like I'm missing something... I'm hoping someone here has a quick and efficient idea to help me get this done.

The products come from Aidan Gray.

Attempt #1 (Batch Program Method) - FAIL:

After searching for a SKU in Aidan Gray, the website returns a URL that looks like below:

http://www.aidangrayhome.com/catalogsearch/result/?q=SKUNUMBER

... with "SKUNUMBER" obviously being a SKU.

The first result of the webpage is almost always the product.

To click the first result (through the address bar) the following can be entered (if Javascript is enabled through the address bar):

I wanted to create a .bat file through Command Prompt and execute the following command:

... but Firefox doesn't seem to allow these two commands to execute in the same tab.

If that worked, I was going to go to http://tools.buzzstream.com/meta-tag-extractor, paste the resulting links to get the titles of the pages, and export the data to CSV format, and copy over the data I wanted.

Unfortunately, I am unable to open both the webpage and the Javascript in the same tab through a batch program.

Attempt #2 (I'm Feeling Lucky Method):

I was going to use Google's &btnI URL suffix to automatically redirect to the first result.

After opening all the links in tabs, I was going to use a Firefox add-on called "Send Tab URLs" to copy the names of the tabs (which contain the product names) to the clipboard.

The problem is that most of the results were simply not lucky enough...

If anybody has an idea or tip to get this accomplished, I'd be very grateful.

0 投票する
3 に答える
2001 参照

php - EAN + 製品 ID を使用して Magento SKU を更新する

EAN (ダッシュ) 製品 ID で構成される文字列を使用して、製品の SKU を一括更新しようとしています。

例えば

phpMyAdmin にコピー/貼り付けできる PHP または MySQL ステートメントのいずれかを喜んで使用します。

全くの初心者なのでできるだけ具体的にお願いします。

0 投票する
2 に答える
1705 参照

magento - Magento 検索で、構成可能な製品と単純な製品が一緒に表示されるのはなぜですか?

構成可能な製品 A と単純な子製品 A1、A2、および A3 を作成しました。製品 A を名前で検索すると、A、A1、A2、A3 が表示されます。ただし、子の可視性を個別に非表示に設定すると、検索結果が重複することはありませんが、この方法では子製品をSKUで検索できなくなります。名前で製品を検索するときに、結果が重複することなく SKU で製品を検索できるようにする必要があります。どうすればそれを達成できますか?ありがとうございました。

編集:言い換えてみましょう:

  • 名前で検索すると、親製品のみが出力されます。
  • SKU による検索は、SKU が属する子のみを出力する必要があります。

これまでに思いついた唯一の解決策は、製品へのリンクを含む新しい検索の意味を追加して、特定の SKU を含む検索語がその SKU の子製品を開くようにすることです。ただし、子製品ごとに手動で検索語を作成する必要があるため、これは非常に悪いアプローチだと思います。