Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change Shopping Cart Infobox Header?


TracyS

Recommended Posts

Posted

Hi guys,

 

I'm hoping someone here will know where this tidbit of script lies so I can comment it out :)

 

I am running osCommerce 2.2ms2-060817 along with STS v42HTS259, InfoBox Templates for STSv4.2, infobox_customizing and scrolling specials box contributions (and more to be added).

 

Anyway - In my ShoppingCart InfoBox Heading there is a number 1 all the way to the right. Here is what the code looks like from the browsers perspective:

 

<tr>

<td width="100%" height="14" class="ShoppingCartBoxHeading"><a href="http://www.mmherbs.dreamhosters.com/shopping_cart.php?osCsid=59c13981c2585b37c2c1b3f80733bd66">Shopping Cart   »</a></td>

<td height="14" class="ShoppingCartBoxHeading" nowrap>1</td>

</tr>

 

Notice the second column with the number 1 in it.

 

Where do I find the bit of code that creates this so I can comment it out? I have searched through all the files I can find that are related to the Shopping Cart InfoBox and I just cannot seem to locate it. If anybody knows how I can remove that extra column I would be most thankful :thumbsup:

 

Tracy

~Tracy
 

Posted

<td height="14" class="ShoppingCartBoxHeading" nowrap>1</td>

</tr>

 

Notice the second column with the number 1 in it.

 

Where do I find the bit of code that creates this so I can comment it out? I have searched through all the files I can find that are related to the Shopping Cart InfoBox and I just cannot seem to locate it. If anybody knows how I can remove that extra column I would be most thankful :thumbsup:

 

Tracy

 

This bit of html code is generated from /includes/classes/boxes.php

 

You'd be able to find the line(s) and make the changes.

 

Good Luck!

 

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted
<td height="14" class="ShoppingCartBoxHeading" nowrap>1</td>

</tr>

 

Notice the second column with the number 1 in it.

 

Where do I find the bit of code that creates this so I can comment it out? I have searched through all the files I can find that are related to the Shopping Cart InfoBox and I just cannot seem to locate it. If anybody knows how I can remove that extra column I would be most thankful :thumbsup:

 

Tracy

 

This bit of html code is generated from /includes/classes/boxes.php

 

You'd be able to find the line(s) and make the changes as you wish.

 

Good Luck!

 

Ken

 

Sorry, server error causes double posting.

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted
This bit of html code is generated from /includes/classes/boxes.php

 

You'd be able to find the line(s) and make the changes as you wish.

 

Good Luck!

 

Ken

 

Sorry, server error causes double posting.

 

Thank you - I had looked at that file a couple of times but wasn't sure if that was what was causing it or not - LOL Sure enough - I commented out a couple lines of code, and Wallah! No more mysterious #1 on the right :D

 

Thanks again!! :thumbsup:

 

Tracy

~Tracy
 

Archived

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

×
×
  • Create New...