Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category Tab - HELP PLEASE


hatimad

Recommended Posts

Hello,

 

i have installed category tab which came along with quantity controller, but suddenly i realise that when i click on products, the category wouldnt highlight ( the tab wouldnt stick)

 

i checked on http://www.thewebmakerscorner.com/freecall/ and on this site it is working fine

 

i have loaded quite a few contributions

 

any idea about what might be wrong and where to start from would be appreciated

 

thanks in advance

 

hats

Link to comment
Share on other sites

Hi,

 

thanks for the reply

 

highlight stays on subcategory , it doesnt stay when on product

 

i tried to use php switch

 

switch (substr($HTTP_GET_VARS['cPath'], 0, 2)) {    



       case "":

       $SUB_INDEX = "";

       break; 



       case "1":

       $SUB_INDEX = "1";

       break;

       case "1_":

       $SUB_INDEX = "1";

       break; 



       case "2":

       $SUB_INDEX = "2";

       break; 

       case "2_":

       $SUB_INDEX = "2";

       break; 

etc etc...      

 

this also highlights category and sub category but when i click on product it doesnt highlight

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...