Zencart Php Modifications
Task #1 – Zencart Tag Module
I installed the zencart tag module on \includes\templates\theme236\template\tpl_product_info_display.php, line 859.
Currently the tag module is set to display a tag cloud based on keywords from all products.
I need the tag cloud to show the keywords for that specific product only. I will provide the current URL example.
Each tag needs to be the same size font with commas after each link, and sorted in alphabetical order. I will provide URL example.
Last, Insert a text label “Tags:” above the tag cloud.
Task #2 – Product Listing Display Fix
File: \includes\templates\theme236\template\tpl_product_info_display.php
I need the additional images module to display correctly, it is overlapping.