Hey @rayeason
Thanks for contacting us today.
By default, WP-Lister removes links from product descriptions to avoid violating the eBay Links policy. Specifically, you are not allowed to advertise products that you list on eBay by linking to their product pages on your site.
You can change the “Link handling” option on the Advanced Settings page of WP-Lister (WP-Lister > Settings > Advanced > Listing Templates > Link handling). After changing the setting of the “Link handling” you need to please revise your item to apply the changes on eBay.
Please make sure your listings are unlocked – https://docs.wplab.com/article/45-locked-vs-unlocked-listings
I’d also recommend you to please visit this page: https://pages.ebay.com/help/policies/listing-links.html to know more details about eBay’s policy regarding links on listings.
Lastly, some users received this error from eBay when they were using the <a>
tag, as eBay does not allow that for many sellers.
If you browse to the “templates” section of WP-Lister and click on your listing template, make sure you click the tab above the text box area to view the code view, you will see something like this in the code:
<div id="wpl_store_header"><a href="INSERT-BANNER-URL" target="_blank"><img src="INSERT-IMAGE-URL" alt="INSERT-ALT-TAG" width="XX" height="XX" /></a></div>
You may need to remove the <a>
tag so you have just this:
<div id="wpl_store_header"><img src="INSERT IMAGE URL" alt="INSERT ALT TAG" width="XX" height="XX" /></div>
Then revise the “Changed” listings on the listings page of WP-Lister. This has been the main issue causing this problem for the last few users I have seen this happen to.
Also, check over your policies if you are using any and make sure there are no emails provided in any of your policies. If there are, remove that data from the policies directly on eBay, then click the “Refresh details” link on the accounts page of WP-Lister, and revise/republish the listings again.
Kind regards,
John