Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I cant find this contribution


rikpotts

Recommended Posts

Posted

Im sure on other oscommerce sites ive made that I used a contribution which removed the shopping cart from the columns if it is empty.

I think it also sorted out the My Account | Cart Contents | Checkout part below the header.

 

Am I imagining things? Ive done loads of searching in the contributions section and also google.

Posted

Im sure on other oscommerce sites ive made that I used a contribution which removed the shopping cart from the columns if it is empty.

I think it also sorted out the My Account | Cart Contents | Checkout part below the header.

 

Am I imagining things? Ive done loads of searching in the contributions section and also google.

 

Hi

Im not sure if its a contribution or not, its an easy bit of code to make though

 

if ($cart->count_contents() > 0) include(DIR_WS_BOXES . 'shopping_cart.php');

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...