Guest Posted November 23, 2006 Posted November 23, 2006 hi there, i have a problem with my specials there is a whole heap of 'n's before the actual thumbails see here: http://keepnthememories.com.au/catalog/specials.php what do i edit to remove them. I went to includes/languages/ english specials.php but i don't see anything there which i should edit.. Thanks, Kirsten
Scorpion Cart Posted November 23, 2006 Posted November 23, 2006 can you post the code in catalog/specials.php
OceanRanch Posted November 23, 2006 Posted November 23, 2006 This should fix you up. http://www.oscommerce.com/forums/index.php?sho...c=89036&hl= Tom
Guest Posted November 27, 2006 Posted November 27, 2006 This should fix you up. http://www.oscommerce.com/forums/index.php?sho...c=89036&hl= Tom thanks, but all the n's on the index.php page already have balckslashes before them "\" so must be something else.. it's only happening on the specials page.
Guest Posted November 27, 2006 Posted November 27, 2006 ok fixed the porblem there was one tiny n hiding on the specials.php page... on line 161 - needing a "\" before it.. thought i would post the cure if anyone else has this problem - echo ' <td align="center" width="33%" class="smallText"><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $specials['products_image'], $specials['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br><a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $specials['products_id']) . '">' . $specials['products_name'] . '</a><br><s>' . $currencies->display_price($specials['products_price'], tep_get_tax_rate($specials['products_tax_class_id'])) . '</s><br><span class="productSpecialPrice">' . $currencies->display_price($specials['specials_new_products_price'], tep_get_tax_rate($specials['products_tax_class_id'])) . '</span></td>' . "\n"; Kirsten
Recommended Posts
Archived
This topic is now archived and is closed to further replies.