Amazon Associates Link Builder
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Version 1.5.4 Carousel does not workPlease send the details to link-builder@amazon.com and mention this forum link in your mail
Dear @onlinetushar,
Did this thread solved your issue?
Forum: Reviews
In reply to: [Amazon Associates Link Builder] Need some serious workDear @amlanjyoti,
May you please elaborate what are the bugs you are talking about so that we can work to fix them. Also, which version of plugin, WordPress & browser are you using?
Forum: Reviews
In reply to: [Amazon Associates Link Builder] I GuessDear @phthemab,
May you please let us know what you want to convey. If there are any issues you are facing, please let us know and we will be happy to help
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Multiple Associate KeysDear Users,
If you have Product Advertising API(PA-API) credentials working in US, they will work in ES too. No additional AWS related setup is required for that.
Please try out calling Item Search API for ES using this link with your PA-API credentials & see what error is being returned.
If above gives an error message, follow the troubleshooting procedure link in the error message shown on PA-API scratch-pad and share the results with us.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] AMP ERRORClosing this as its duplicate of https://wordpress.org/support/topic/amp-validation-error-4/
Forum: Plugins
In reply to: [Amazon Associates Link Builder] AMP Validation errorDear @ibornin,
Plugin templates are not compatible with AMP and hence you are seeing this error. This is a known issue and in our feature list.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] You are submitting requests too quickly.Dear @alphageekuk
In order to reduce such scenarios, you can place single shortcode in one post and use multi-product templates like ProductGrid & ProductCarousel that supports up to 10 products in an ad. In that case, your ad will be rendered.
Dear @asocialnomad
Sincere apologies for the delayed response. Below are the answer to your questions
1) trying to remove excess white spare below the product grid
Our single product has a height of 290 px in ProductGrid. This is adding space to your website. If you want to change that, you can create a custom template by cloning ProductGrid and change the height on line no. 52(in v1.6.0) under .aalb-pg-product in the CSS file.2)trying to centre on a post.
What do you mean by that? Can you please elaborate?Forum: Plugins
In reply to: [Amazon Associates Link Builder] How to display rating stars and comment ?Dear @stuart6,
Currently displaying start ratings & comments is not supported by the plugin. We have added your feature request in our bucket.
Regarding the second question that is possible to add a conditional display?
Yes, it is possible. In fact, we are displaying StrikePrice only if its available. Refer to Line no. 29 in Product Ad template’s HTML in v1.6.0. Create your own custom template by taking that as referenceForum: Plugins
In reply to: [Amazon Associates Link Builder] load-scripts.php from /wp-admin/ (404 error)Dear @gioxx,
May you please share the following details:
1. Browser version on which you are seeing this error.
2. Is the issue on all browsers or a specific browser?
3. PHP version(You can use plugins like display PHP version that display PHP version on the WordPress dashboard)
4. WordPress version
5. Plugin version
6. PHP error logs (if any)
7. List of plugins installed on your system- This reply was modified 8 years, 2 months ago by Amazon Associates Link Builder.
Dear @amangas,
This plugin uses Product Advertising API(PA-API) to show dynamic content(Pictures, Price, and Product Details). For every shortcode, there is a call to PA-API which increases the page load speed. To reduce such scenarios, we cache the PA-API response for a shortcode rendered for 30 minutes and only for the first user in 30 minutes, there will be a lag in page load time.
In order to increase page load speed, you can place fewer shortcodes in a single post and use multi-product templates like ProductGrid & ProductCarousel that supports up to 10 products in an ad.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] SSL certificate issued by amazonDear @superninchen,
Thanks for reporting this. We are looking into this and will get back to you shortly.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Version 1.5.4 Carousel does not workDear Users,
Sincere apologies for the delay. Please clear cache of your browser, Caching plugin and CDN(if applicable). If that doesn’t help, please share the following details to allow us to debug the issue:
1. WordPress version
2. PHP version. You can use plugins like Display PHP version for the same.
3. Is the issue on specific browser or all browsers. May you please share the browser version?
4 Operating system version on which issue being faced(i.e. which version of windows, Linux or macOS are you using?)
5. PHP error logs if any
6. Shortcode used by you. You can remove store-if from shortcode before posting it here.
7. Is the issue with default Product Carosuel or custom template. In case custom please share the custom template
8. List of plugins installed on your system.
9. Please share screenshots of the not working Product Carousel template. You can upload image to third-party cloud like google drive or Dropbox and share the link here. Else provide the website link where you are facing the issue.
10. Browser console log error at the time of loading Product Carousel template. Steps to get console logs:- Open the Console window in Chrome using Ctrl + Shift + J (or Cmd + Opt + J on Mac) Follow this for reference
- Hit the Search button and check the console log errors
- Send the console logs as it is. It’s better a if you can send screenshot of complete console log errors.
- This reply was modified 8 years, 2 months ago by Amazon Associates Link Builder.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Title LengthYou can play remove “white-space:no-wrap” & play with “text-overflow” property of CSS for the same. IN Product Carousel, same has been used to show ellipsis on line 138 ProductCarousel.css in v1.6.0 of the plugin under section “.aalb-product-carousel-unit .aalb-pc-product-title a”.