![]() |
Delete text on shopping cart page
How do I get rid of the text above "Your shopping cart is empty" when I click on my view cart link?
-- Your Shopping Cart The items below are currently in your shopping cart. To remove any item click "Delete item". To checkout, please click "Checkout". Your shopping cart is empty -- I do want that text ("The items below are currently...") if there have been items added to my cart, but don't want it to show up if the cart is empty. Thanks for your help! |
customer/main/cart.tpl. Comment out this:
{$lng.txt_cart_header} {if $active_modules.Gift_Certificates ne ""} {$lng.txt_cart_note} {/if} |
Re: Delete text on shopping cart page
Thank you. Is it possible to not have that text show up *only* if the cart is empty? I would still like it if there are items in there.
|
All times are GMT -8. The time now is 05:12 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.