Jump to content

how do i remove price & add button from product list page?


Recommended Posts

I want customers to see a product and click in to buy without having the option to see how much and to add to cart.

 

I've tried making the box smaller, but it doesn't seem to work. My only other option was to reduce the size of the price font and make it white :D

 

there must be a proper solution though?

Link to comment
Share on other sites

nice one, managed to get it to work,

 

i removed the following


<a class="button ajax_add_to_cart_button exclusive" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart.php')}?add&id_product={$product.id_product|intval}{if isset($static_token)}&token={$static_token}{/if}" title="{l s='Add to cart'}">{l s='Add to cart'}</a>

 

and set the

<span class="price" style="display: inline;">

to none to get rid of the prices

 

now on to my next problem :D

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...