Quote:
Originally Posted by 1ryanmurray
site location: thesheetmetalkid.com/shop
I am using the widgets inside a div tag on my own css website.
According to: http://kb.ecwid.com/w/page/25399581/Inline-SEO-Catalog
It says to replace the "integration code" with the script give.
Where do I put that exactly and how do I get it to reference the zip files I extracted and uploaded to my hosting account?
Please help!
|
Indeed, in order to install the
Inline SEO catalog you need to find the code of Ecwid product browser in the source of the shop page on your site and replace it with a code proposed for embedding the inline SEO. The SEO catalog automatically includes a product browser widget, so after this operation you should have the same shop page with the same widget in it, but accompanied with a search engine friendly representation of your inventory.
The important thing is the Inline SEO catalog requires using a server-side scripts (PHP) to generate the necessary pages in your Ecwid store. Those scripts should be executed on your server/hosting, so your server must be able to process PHP files, otherwise the Inline SEO will not work. If your server doesn't support PHP, I'd recommend to contact your web hosting provider to enable it for your account. On the other hand, if it does then you will need to place the Inline SEO catalog code in the code of page where your store is installed. Please follow the instructions given on this page:
http://kb.ecwid.com/w/page/25399581/...
Important notes:
1. As far as I can see your store is installed on the 'shop.html' page. PHP does not process .html files by default. HTML files are presented to all who requests them without any processing, any codes inside them are sent to clients' browsers as is. So you will need to rename the shop.html file on your server into shop.php.
2. Please do not forget to wrap the PHP code with '<?php' '?>' tags if you insert it into HTML code.
Please read related threads on our forums:
http://www.ecwid.com/forums/showthread.php?t=6971
http://www.ecwid.com/forums/showthread.php?t=8614
You can also find more information on how to use PHP codes in your HTML pages in the web. For example:
http://www.daniweb.com/web-developme...
http://www.ntchosting.com/php/php-in-html.html
Please let us know if you have any questions or notes.