tiagosilva Posted July 18, 2010 Share Posted July 18, 2010 Hello, I tried this in the forum and not found ..I wonder if is possible disable the shopping cart, I want to disable this function, because I would like to make a site just to show products, did not want to sell them on the site. Link to comment Share on other sites More sharing options...
rocky Posted July 19, 2010 Share Posted July 19, 2010 You'll need to go to the Modules tab and uninstall all modules like "Cart block" that are used to purchase products. You'll also need to modify the TPL files like product.tpl and product-list.tpl and {* comment out *} the prices and add to cart buttons. Link to comment Share on other sites More sharing options...
tiagosilva Posted July 19, 2010 Author Share Posted July 19, 2010 ok, i have uninstall all modules like “Cart block”..but still appears in the upper right the "shopping cart" option below to login, as I take this stand?look at imagem in attachments.. Link to comment Share on other sites More sharing options...
tiagosilva Posted July 19, 2010 Author Share Posted July 19, 2010 anyone can help? Link to comment Share on other sites More sharing options...
rocky Posted July 20, 2010 Share Posted July 20, 2010 Do you want customer to still be able to log in even though they can't purchase anything from your site? If you don't want people logging in, you can simply uninstall the "User info" block from the Modules tab. If you want people to be able to log in and just want to delete the cart linl, you'll need to edit modules/blockuserinfo/blockuserinfo.php and {* comment out *} the following code on lines 12-27: {l s='Cart:' mod='blockuserinfo'} {$cart_qties} {l s='product' mod='blockuserinfo'} {l s='products' mod='blockuserinfo'} {if $cart_qties > 0} {if $priceDisplay == 1} {convertPrice price=$cart->getOrderTotal(false, 4)} {else} {convertPrice price=$cart->getOrderTotal(true, 4)} {/if} {/if} {l s='(empty)' mod='blockuserinfo'} Link to comment Share on other sites More sharing options...
tiagosilva Posted July 20, 2010 Author Share Posted July 20, 2010 Thanks, solved.. Link to comment Share on other sites More sharing options...
DBCDallas Posted May 17, 2011 Share Posted May 17, 2011 How did you solve the issue? 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