This topic contains 3 replies, has 2 voices, and was last updated by  sdssrr 8 years, 10 months ago. This post has been viewed 1474 times

add "customize" button on category page

  • Hi right now the “customize it” button shows up only inside the product page. How do I add the “customize it” button directly on the category page where it shows a list of all products in that category? Each product listed on category page currently has a “add to cart” or “view details” button, I would like to also show the “customize” button next to that button as well. Thanks.

    It is easy, but I don’t see an option in backend.
    You can just duplicate the add to cart button or make new button, add this param to product url:
    PRODUCT_URL?action=design
    <button type="button" title="Customize it!" class="button btn-cart design-btn" onclick="setLocation('http://productsdesignercanvas.com/demo-admin/index.php/custom-t-shirt.html?action=design')"><span><span>Customize it!</span></span></button>

    See demo http://screencast.com/t/TgHjVHMhlLeF

    Thank you. I will try. Although I was thinking of simply changing the layout file “pdp.xml” to add a block? Just don’t know where exactly it is.

    Is that possible?

    • This reply was modified 8 years, 10 months ago by  sdssrr.

    It is easy, but I don’t see an option in backend.
    You can just duplicate the add to cart button or make new button, add this param to product url:
    PRODUCT_URL?action=design
    <button type="button" title="Customize it!" class="button btn-cart design-btn" onclick="setLocation('http://productsdesignercanvas.com/demo-admin/index.php/custom-t-shirt.html?action=design')"><span><span>Customize it!</span></span></button>

    See demo http://screencast.com/t/TgHjVHMhlLeF

    Can you clarify which file do I modify? I tried to modify app/design/frontend/rwd/default/template/catalog/product/list.phtml, but the category page did not change at all. I’m using just the rwd theme.

You must be logged in to reply to this topic.