Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change the arrow icon right the what's new box while keeping another box's unchage?


zozzoozzz

Recommended Posts

Posted

hey just look out for this code in whats_new.php in catalog>>includes>>boxes

new infoBoxHeading($info_box_contents, false, false,tep_href_link(FILENAME_PRODUCTS_NEW));

and replace this code to :

new infoBoxHeading($info_box_contents, false, false);

thats it !!

Posted
hey just look out for this code in whats_new.php in catalog>>includes>>boxes

new infoBoxHeading($info_box_contents, false, false,tep_href_link(FILENAME_PRODUCTS_NEW));

and replace this code to :

new infoBoxHeading($info_box_contents, false, false);

thats it !!

 

 

thanks

 

but how to add my own icon to heading of what's new box?

Archived

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

×
×
  • Create New...