Amazon Associates Link Builder
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Preblem whit display resultThanks a lot. May you please share the following details to help us reproduce the issue in order to debug the same:
1. Plugin version
2. WordPress version
3. PHP version
4. Browser version
5. OS versionThanks a lot. May you please share the following details to help us reproduce the issue in order to debug the same:
1. Plugin version
2. WordPress version
3. PHP version
4. Browser version
5. OS versionForum: Plugins
In reply to: [Amazon Associates Link Builder] Preblem whit display resultHi,
May you please check if there is any error message in browser console and share the same with us?
Hi,
May you please check if there is any error message in browser console and share the same with us?
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Showing {{Prime}} Icon after Price LinkDear Adrian,
We can see the prime icon next to price in our posts.
Please share the screenshot of your template and the specific ASIN(with marketplace) that is prime eligible and not showing up on your post.Forum: Plugins
In reply to: [Amazon Associates Link Builder] Plugin broke imagesDear Alex,
May you please do the following to allow us to debug the issue:
1. Check PHP error logs at time of loading page where you are facing issue with the Amazon-Associates-Link-Builder plugin activated
2. Check errors in browser console at time of loading page where you are facing issue with the Amazon-Associates-Link-Builder plugin activated.
3. Are you facing issue on specific browser/OS/device or all browsers/OS/device?Please do share the results here or write to use at link-builder@amazon.com.
Dear himagarwal,
May you please share the below details to allow us to help you better:
1. Plugin Version
2. WordPress Version
3. PHP VersionAlso, please elaborate your problem with some more details.
Dear joeshmoeshow,
Thanks for the feedback. We will fix this issue soon.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Cannot set Default marketplaceDear jdlight04,
The issue seems to be environment-specific. May you please share the below details with us to allow us to debug your issue:
1. Plugin Version
2. WordPress Version
3. PHP Version
4. Please check in wp_options table that keys like “aalb_plugin_version” and “aalb_aws_access_key” are present or not.
5. Please check in wp_options table that the key “aalb_marketplace_names” is present or not. If present, what is the value?
6. If “aalb_marketplace_names” is not present, please check if your network/firewall settings are blocking call to Amazon servers and do share the results of the sameFeel free to reach us here or write to us at link-builder@amazon.com.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Responsive??Dear add25,
May you please share the below details to allow us to help you better:
1. Plugin Version
2. WordPress Version
3. Mobile Device(s) on which you are facing issue.
4. OS version(s) on which you are facing issue.Forum: Plugins
In reply to: [Amazon Associates Link Builder] css for custom template does not loadDear supscout,
It seems the issue is environment specific. Please share the below details here or write to us at link-builder@amazon.com.
1. plugin version
2. WordPress version
3. PHP version
4. Screenshots, reproduction steps, error messages if any.
5. PHP server Details
6. Is WordPress is running on an IIS?
7. OS version
8. Are you loading template over an HTTPS?- This reply was modified 8 years, 9 months ago by Amazon Associates Link Builder.
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Setting marketplaceDear ilariaottati,
The issue is mostly with incomplete registration. May you please confirm the smae by hitting ItemSearchAPI at Product Advertising API scratch pad with your access key & secret key. And yes, please don’t forget to set the marketplace at top to the one where you are registered as an associate. Please do share the results with us.
Dear joeshmoeshow,
The By information is not currently included in default templates. May you please send a copy of your custom template that is using “By” along with screenshots either here or by mailing at link-builder@amazon.com
Forum: Plugins
In reply to: [Amazon Associates Link Builder] Showing {{Prime}} Icon after Price LinkDear adrianviz,
In order to show prime icon after price link:
1. Make a custom template.2. Use following code in HTML section:
{{#Items}}{{#Item}}{{#aalb}}{{CurrentPrice}}{{#Prime}}<i class=”icon-prime-all”></i>{{/Prime}}{{/aalb}}{{/Item}}{{/Items}}3. Use following code in CSS section:
.icon-prime-all {
background: url(“https://images-na.ssl-images-amazon.com/images/G/01/AUIClients/AmazonUIBaseCSS-sprite_2x_weblab_AUI_100106_T1-4e9f4ae74b1b576e5f55de370aae7aedaedf390d._V2_.png”) no-repeat;
display: inline-block;
margin-top: -1px;
vertical-align: middle;
background-position: -192px -911px;
background-size: 560px 938px;
width: 52px;
height: 15px;
}Forum: Plugins
In reply to: [Amazon Associates Link Builder] Cannot display anythingDear Richard,
We have used the same set of ASINS but that’s working for us. As we can see, in your shortcode, the default apostrophe “‘” in the shortcode has been replaced by custom editor or other plugin to “’” which is causing the issue in rendering.