nvd80 Posted August 28, 2010 Share Posted August 28, 2010 Hibasically I'm trying to use prestashop as a catalog just to display product pics & information without the pricing. Would i be able to delete or hide the pricing, cart/check-out thing?Thanks for the Help Link to comment Share on other sites More sharing options...
eltitos Posted August 28, 2010 Share Posted August 28, 2010 Hi,You can hide/comment/delete price qty cart... in the themes/yourthemes/product-list.tpl and product.tplIf you are using the home featured module, you have to edit modules/homefeatured/homefeatured.tplThen you should uninstall the block cart module, and block user info, block my account Link to comment Share on other sites More sharing options...
nvd80 Posted August 28, 2010 Author Share Posted August 28, 2010 Thanks! I think i get the idea! Link to comment Share on other sites More sharing options...
corruptedmonk Posted September 22, 2010 Share Posted September 22, 2010 Thanks! I think i get the idea! Hi, Did you figure it out? I am trying to do the same thing, but have no clue how to remove the cart. Link to comment Share on other sites More sharing options...
corruptedmonk Posted September 22, 2010 Share Posted September 22, 2010 Hi,You can hide/comment/delete price qty cart... in the themes/yourthemes/product-list.tpl and product.tplIf you are using the home featured module, you have to edit modules/homefeatured/homefeatured.tplThen you should uninstall the block cart module, and block user info, block my account Sorry, I'm a total newbie...when you say edit...can u please explain it a bit or direct me where to go to lookup the info? thanks. Link to comment Share on other sites More sharing options...
nvd80 Posted September 23, 2010 Author Share Posted September 23, 2010 basically, u open the file, in this case homefeatured and disable the code from line 18 to 20 by putting comment <!-- --> e.g <!-- {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} --> line 23 to 27 <!--{if ($product.quantity > 0 OR $product.allow_oosp) AND $product.customizable != 2} {l s='Add to cart' mod='homefeatured'} {else} {l s='Add to cart' mod='homefeatured'} {/if} --> This will disable both the price and add to cart button...you may want to adjust the empty space by editing line 6. change the value=xxx accordingly {assign var='liHeight' value=310} 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