
Originally Posted by
Moebiusenterprises
Has anyone either manually (via ezpages or somesuch) or by a mod, linked from their ZenCart to their eBay listings?
I realize that it would be simple-ish to code a static link - I'd actually like to see something more along the lines of what you can do with Amazon, where you can embed the 'store' (or listings list) into a cart page using iframe, or smaller link boxes (java based).
Don't want to re-invent the wheel if it's already out there....
Seems it may be simpler than I thought :)
you can imbed this into an ezpage:
HTML Code:
<center><iframe src="YOUR_EBAY_SELLER_ITEMS" width="95%" height="1000" frameborder="0" scrolling="yes"></iframe></center>
This can be tweaked to suit (I've already done some adjustments to the original (slightly different) code I acquired from peeking at the Amazon code
Obviously, you need to change the 'YOUR_EBAY_SELLER_ITEMS" to the link to your ebay items (easily found by going to your listing page while logged out, and capturing the URL.