short description addon duplicting text on the product list page
Hi,
I am running zen cart v1.5.1, I have instaled the short description add on that works fine for the product info page but when i turn it on on for the product list pages it just duplicates the text/picture in the postion that is nominated instead of adding the short description eg if i set it to 1 the picture is dupplicated or to 2 the product code is duplicted etc.
any ideas why this is happening and how it might be fixed.
Re: short description addon duplicting text on the product list page
Can you copy/paste some of the code you modified here?
Re: short description addon duplicting text on the product list page
HI,
Below are the files that have been added and modified for this add-on, I'm guessing you would want this file includes\modules\product_listing.php , I will cut and paste this in it's about 225 lines of code or any other file below let me know.
New Files:
admin\includes\functions\extra_functions\product_short_descriptions_functions.ph p
admin\includes\languages\english\extra_definitions\product_short_descriptions.ph p
admin\includes\languages\dutch\extra_definitions\product_short_descriptions.php
includes\functions\extra_functions\functions_product_short_descriptions.php
includes\languages\english\extra_definitions\product_short_descriptions.php
includes\languages\dutch\extra_definitions\product_short_descriptions.php
includes\templates\template_default\css\stylesheet_short_description.css
=========================================================
Modified Files:
admin\includes\modules\product\collect_info.php
admin\includes\modules\product\preview_info.php admin\includes\modules\copy_to_confirm.php
admin\includes\modules\update_product.php
includes\index_filters\default_filter.php
includes\modules\new_products.php
includes\modules\product_listing.php
includes\modules\pages\index\main_template_vars.php
includes\modules\pages\product_info\main_template_vars.php
includes\modules\pages\products_all\header_php.php
includes\modules\pages\products_new\header_php.php
includes\templates\template_default\templates\tpl_modules_products_new_listing.p hp