I've been working on an ebay store with a custom header and I am using javascript to modify the existing header, so my final product should look something like this: http://stores.ebay.com/coastnationalsales I've compleated this task, but now my client wants the store to appear under each item like this one: http://www.ebay.com/itm/iLuv-iEP322-City-Lights-Explosive-Bass-In-Earphones-Headphones-/330863436337 I've been researching several similar ebay shops and all of them have an iframe, containing the shop. There are 2 possible sollutions: to create such a system, that will keep each listed item in our own database and addit as a description using iframe, or to use an existing one. I've checked several ebay shops and all of them have the same iframe source:
This tells me, that all of them are clients of the same company, that created such listing system or it's some kind of a default ebay functionality, that I cannot find.
How can I create such store listing header? I am open to any ideas - html + iframe, javascript, ...
Thank you in advance.
P.S. When I include the header in the listed item it includes the default header and not my custom one, so the javascript modifications that I made are not included by default...
You have to include the shop header into the listing and you can deactivate the default shop header in the ebay account settings.