Verander de knop 'toevoegen aan winkelwagen' naar 'product bekijken' in Magento op de categoriepagina

So you’ve got your webshop with products with different sizes. The ‘add to cart’ button on the category page is sometimes a step too much, because you’ll have to choose a size first.

Changing the button to ‘view product’

Changing the button to ‘view product’ would be a better solution. Open the file list.phtml in: /app/design/frontend/default/{yourskin}/template/catalog/product .

About line 63 and about line 107 replace: <p><button type="”button”" title="”NO NUMERIC NOISE KEY" 1002” onclick="”setLocation(‘NO NUMERIC NOISE KEY" 1001’)”><span><span><?php echo $this->__(‘Add to Cart’) ?></span></span></button></p>

Met:

<button type="”button”" title="”NO NUMERIC NOISE KEY" 1001” onclick="”setLocation(‘NO NUMERIC NOISE KEY" 1000’)”><span><span>View product</span></span></button>

Laat een reactie achter

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

nl_NLNederlands
Scroll naar boven