rikpotts Posted October 24, 2009 Posted October 24, 2009 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.
FIMBLE Posted October 24, 2009 Posted October 24, 2009 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.