Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Specials on the category box


kenle

Recommended Posts

Posted

Hi all,

 

I am looking to put the link for special sales on the category box as any other category items. Basically, when the user click on this link, it will link directly to the default_specials.php instead of goingh through the category path as usual. So this is the custom link on the category box. Anyone know if there is a mod for this or how do i do this?

 

If you look at this website, and look at the bottom of the category box the "on sale" link, you know what I am talking about.

 

http://www.rc-mushroom.com/

 

Thanks

Posted

I dont understand what you need, your link already goes to the specials page?

Posted

ahh ok

 

open

includes/boxes/categories.php

 

find this line (approx line 134)

$info_box_contents[] = array('text' => $categories_string);

 

and replace with this string

 
$info_box_contents[] = array('text' => $categories_string . '<a href="' . tep_href_link(FILENAME_SPECIALS) . '" >' . BOX_HEADING_SPECIALS . '</a><br>');

 

rgds

Paul

Archived

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

×
×
  • Create New...