The ASIN: ” is invalid.
-
For a Amazon Product Link template, if the ASIN is invalid, empty or the shortcode is missing. The shortcode display as render:
But it doesn’t warning about “The ASIN: ” is invalid.”. So you never notice the problem unless that you have technical knowlegde and could inspect the source.
I have to put a var_dump() and exit() right here:
To notice where exactly was failing before to replace properly the “text” with Amazon_Link_Text
For example, this is valid:
[amazon_textlink asin=’B00OB0LR2A’ template=’ProductLink’ store=’XXXXX’ marketplace=’ES’ link_id=’XXXX’ text=’Some text’]
Invalid:
[amazon_textlink asin=’B00OB0LR’ template=’ProductLink’ store=’XXXXX’ marketplace=’ES’ link_id=’XXXX’ text=’Some text’]
Invalid:
[amazon_textlink asin=” template=’ProductLink’ store=’XXXXX’ marketplace=’ES’ link_id=’XXXX’ text=’Some text’]
Invalid:
[amazon_textlink template=’ProductLink’ store=’XXXXX’ marketplace=’ES’ link_id=’XXXX’ text=’Some text’]
The page I need help with: [log in to see the link]
The topic ‘The ASIN: ” is invalid.’ is closed to new replies.