Contents
- Multithreading
- Configurable Products
- Extract the parent ASIN
- Attributes Mapping - Html parsing
- Parsing Amazon product description
- Parsing Amazon prices
- Parsing Hi-res images - How to hide all references to Amazon
Multithreading
All long time procedures are implemented via Processes. From the backend you simply create different processes (product lookup with different options, product import, product synchronization) and they are complete required procedures via cron script.
It is possible to run multiple threads at a time.
General advantages of multiple threads:
- Fast lookup, import and sync
- Background threads - you do not have to have your browser open all the time
- Easy performance check - you can see how many threads are running and at which rate products are updated
All processes would be saved and scheduled according to the settings. You can set up how many lookup threads can be started at a time. Since the lookup works very fast, we do not recommend to run product lookup in more than 1-2 threads. Otherwise it can reach API requests limit and your account might be suspended for that.
Magento admin Panel-->WEAmazon->Settings-> Search and Import settings.
All processes are started via Cron job. t is a separate Cron command from regular magento cron script.
Magento admin Panel-->WEAmazon->Settings-> Synchronization settings.
Magento admin Panel-->WEAmazon->Settings-> Additional settings tab.
Configurable Products
Magento admin Panel-->WE Amazon->Settings->Configurable products settings tab
Load only simple products: No.
Extract the parent ASIN
Choose one of the product variation to import.
You will need to import one of the product variation to extract the parent ASIN. You will find the parent ASIN in the "Catalog->Manage products->Product Information->Amazon Import Products" tab
Amazon use attributes to сombine simple products in configurable product. Please check the "Import - > Manage attributes of Amazon products" guide.
Attributes Mapping
Amazon use attributes to сombine simle products in configurable product. Usually those attributes are Size and Color. Please ensure that required attributes are added to the attribute set and can be used for configurable products.
Navigate to Magento admin Panel-->WE Amazon->Search and Import Products. Insert parent ASIN in the Amazon Search Options (Search By ASIN option). Set import options (category to import products to; correct attribute set for imported products). The list displays found Amazon products (variations and one configurable product).
The conf product price does not reflect actual variation products prices. But the configurable product price would be the same for all sub products.
Every Amazon variation has its own price. But in configurable product price is generated from price values of all attributes selected. And this math equation does not always can be solved.
If you have imported products you can see simple products and configurable product in Catalog - Manage Products.
Html parsing
Amazon sometimes give captcha page instead of the actual page. So HTML parsing features are not 100% working, since Amazon might block http requests or put captcha pages.
You will need to add a captcha solver. There is a way to add captcha solver account in the extension settings.
Parsing Amazon product description.
Magento admin Panel-->WEAmazon-->Settings --> Html parsing features tab.
Please set:
- Get product page html from Amazon site: Yes
- Get a description of a product from Amazon directly (not API): Yes
The option Take a description of a product from Amazon directly (not API): Yes / No. If set to Yes Amazon product description would be imported into Magento directly from the Amazon product page.
Parsing Amazon prices
To parsing price it is still necessary to use the amazonimportproductsaddon. The price is not parsed by the extension itself.
Magento admin Panel-->WEAmazon-->Settings --> Html parsing features tab.
Please set:
- Get product page html from Amazon site: Yes
If set to Yes product price would be imported to Magento directly from the Amazon product page. The price is taken from the "All" tab.
Parsing Hi-res images
Hi-res images are taken from the product pages on Amazon site. This is HTML-parsing feature.
Navigate to Magento admin Panel-->WE Amazon->Settings->Html parsing features tab.
Please set:
- Get product page html from Amazon site: Yes
- Get Hi-Res images of a product from Amazon directly (not API): Yes
How to hide all references to Amazon
How to make products imported from the Amazon to look like native Magento products.
Navigate to Magento admin Panel-->WE Amazon->Settings->General tab.
Please set:
- Redirect to Amazon special page by clicking "Add to Cart" button: Disable
- Create Short Description Automatically : No (this is where a link to the Amazon store is placed)
Navigate to Magento admin Panel-->WE Amazon->Settings->Customer Reviews tab.
Please set:
- Include customer reviews in a product description inside an iframe: No