Note: We have released our Ebay Dynamic Shop Categories Version 2.0
We encourage to use our new version, it has several features and some known-bugs has been fixed. Ebay Dynamic Shop Categories Version 2.0
—————————————————————————
Many ebay store designers are suffering to create dynamic store category. When a product category is added and / or edited, they need to change the store category manually. If some one want to automate this process, they need some dollar to expense to ebay accredited design companies.
Moreover that, if you want to develop a client side script (eg. javascript) and / or server side script (eg. php) to access ebay api for the ebay store, you cannot make it to run. Because, there are some ebay restrictions. Then how could we make it done! Yes, we can use black art technique which is not restricted by ebay. Here we will state this solution for your dynamic ebay store product categories.
Visit the application url – Dynamic Ebay Store Category Generator
XML Menu Tab:
- Enter Ebay Store User Id
- Select Ebay Store User is Power seller or not
- Click on “Generate XML” button
- Click on “STATUS” tab, a message should appear like this “Successfully XML menu generated.“
- Ebay Store categories are retrieved successfully
Create JS Code Tab:
- Click on Create JS Code tab
- Click on “Create Code” button
- Code snippet will be created.
- Click on “STATUS” tab, a message should appear like this “Successfully JS Code generated. Here is the output,“
- From the “Create Code” tab, you will find javascript snippet. Copy this code and paste this code to you ebay store category section.
Example of created Javascript code snippet:
<script type="text/javascript">// <![CDATA[ var a = "SRC=";b="http://apps.kernelbd.com/ebay/shop-category-xml/menuserver.php?userid=store_user_id";document.write ("<script type='text/javascript' "+a+b+">");document.write('</scr'+'ipt>'); // ]]></script>
Visit the application url – Dynamic Ebay Store Category Generator