Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

specials section - reomoving the 'n' s!


Guest

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...