Nick20000 Posted March 21, 2014 Share Posted March 21, 2014 hi. how would i remove this section on all pages. and also the text i have marked shopping cart contains 1 product. picture added. http://www.shopmost.co.uk thank you. Link to comment Share on other sites More sharing options...
Nick20000 Posted March 22, 2014 Author Share Posted March 22, 2014 any can help? Link to comment Share on other sites More sharing options...
dioniz Posted March 22, 2014 Share Posted March 22, 2014 In your global.css at about line 443 you have this code: ul.step { height: 52px; list-style-type: none; margin-bottom: 30px; width: 757px; } Change it to this: ul.step { display: none; } Link to comment Share on other sites More sharing options...
vekia Posted March 22, 2014 Share Posted March 22, 2014 open shopping-cart.tpl file located in your theme directory and to remove: <p>{l s='Your shopping cart contains:'} <span id="summary_products_quantity">{$productNumber} {if $productNumber == 1}{l s='product'}{else}{l s='products'}{/if}</span></p> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now