gjh42:
By "cart" folder, do you mean the whole ZC installation folders/files?
If you replace that with a fresh copy of ZC, you will eliminate all template folders and files that you have customized. Database changes will be retained, but that is all.
There are only two files in the mod, /includes/modules/YOUR_TEMPLATE/product_listing.php
and /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_product_listing.php,
so if you want to remove/replace the mod you can just work on those two files in whatever template folder you want.
Wow, you rock. That did the trick.
I think the main step that I forgot was to install the template that I created through the CP. I printed the tuturial you sent the link for and went through it step by step.
Now the only minor issues I have are:
- I still can't define the number of columns, it seems to default to 3. (But at least it works.)
- I would like to have a bit more room between the text of the product description as currently it seems to run into eachother.