Hi,
I have the home page setup with no sidebars or anything. I have images that I need to click through to the category. I can't seem to determine where I can get the category link & id in the backend. Thanks.
Hi,
I have the home page setup with no sidebars or anything. I have images that I need to click through to the category. I can't seem to determine where I can get the category link & id in the backend. Thanks.
The easiest way would be to temporarily activate the categories sidebox and look at the links generated when you hover on each category. You can look at "view source" and copy & paste the links to avoid having to write down and type all of them.
If you are not using 'pretty urls', you can get the URL from the admin. Simply navigate to the category in your Zencart admin and view the URL.
e.g. back end admin url
http://<your domain>/admin/categories.php?cPath=1_17
front end:
http://<your domain>/index.php?main_page=index&cPath=1_17
Hope this helps.