No...I'm still seeing two descriptions when I look at it.
It's doing it on all of my Product Info listings.
The New and All Listings are okay.
No...I'm still seeing two descriptions when I look at it.
It's doing it on all of my Product Info listings.
The New and All Listings are okay.
Last edited by Boggled; 2 Oct 2006 at 03:31 AM.
OKay. When I actually read the text I saw what you were talking about...
Guessing, and hoping that you placed it in your override folder...
Look in includes/templates/sage/templates > for a tpl_modules_product_listing.php that came with the column/grid module and if you have removed the module insure that this file is also deleted or at least re-named to tpl_modules_product_listing.old
Se if this squares this away???
Zen-Venom Get Bitten
I really appreciate your help!!
I just renamed it to '.old' and it didn't change anything.
I haven't unstalled the mod, just turned it off in the Admin...would that make a difference?
remove this from the contrib product_listing.php module file:Code:if (PRODUCT_LIST_DESCRIPTION > 0 && PRODUCT_LISTING_LAYOUT_STYLE == 'rows') { $rows++; if ($extra_row == 1) { $list_box_description = "productListing-data-description-even"; $extra_row=0; } else { $list_box_description = "productListing-data-description-odd"; $extra_row=1; } $list_box_contents[$rows][] = array('params' => 'class="' . $list_box_description . '" colspan="' . $zc_col_count_description . '"', 'text' => zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION)); }
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks Dr. Byte! That got rid of the extra description.
Now...just have to figure out how to get my spacing back in there between the rows.![]()
![]()
Thanks DrByte!!! I missed the product_listing.php file...
Zen-Venom Get Bitten