Mr.Curiosity Posted June 20, 2011 Share Posted June 20, 2011 I dont know where I have edited the setting,when a user have not registered/logged in, when they added a product to the cart, the cart immediately shows the shipping fee. how do I disable it?I want it to show the shipping fee only when they have logged in. Link to comment Share on other sites More sharing options...
bellini13 Posted June 20, 2011 Share Posted June 20, 2011 probably need to modify the blockcart module, should be an easy change to the .tpl.I think you could even just create a .tpl in your theme directory which will automatically override the modules .tpl Link to comment Share on other sites More sharing options...
shokinro Posted June 21, 2011 Share Posted June 21, 2011 just to fins the code that display shipping price in the .tpl file and embrace it with following code {if $logged} shipping price code here {/if} Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted June 23, 2011 Author Share Posted June 23, 2011 do i edit it in blockcart.tpl or shopping-cart.tpl ?? Link to comment Share on other sites More sharing options...
bellini13 Posted June 23, 2011 Share Posted June 23, 2011 blockcart is the small cart window shopping-cart is the order summary page. Link to comment Share on other sites More sharing options...
Recommended Posts