kingkongballs Posted October 2, 2011 Share Posted October 2, 2011 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 there must be a proper solution though? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 2, 2011 Share Posted October 2, 2011 Edit /theme/theme_name/product-list.tpl Remove what you need (I suggest a smarty comment IE {* .... *} until you get it right). Make sure you have force recompile set to yet (Preferences->Performance) Link to comment Share on other sites More sharing options...
kingkongballs Posted October 2, 2011 Author Share Posted October 2, 2011 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 Link to comment Share on other sites More sharing options...
tomerg3 Posted October 2, 2011 Share Posted October 2, 2011 Keep in mind that removing / changing the ID / class of default elements can cause issues (JS errors mostly), so keep an eye out for any of those as you make your changes. 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