Magebay Support Portaladd "customize" button on category page – Magebay Support Portal https://www.magebay.com/forum/articles/add-customize-button-on-category-page/feed/ Sat, 18 May 2024 22:10:38 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-999 <![CDATA[add "customize" button on category page]]> https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-999 Mon, 06 Jul 2015 09:52:14 +0000 sdssrr 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.

]]>
https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1001 <![CDATA[Reply To: add "customize" button on category page]]> https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1001 Tue, 07 Jul 2015 02:35:51 +0000 Gio 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

]]>
https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1002 <![CDATA[Reply To: add "customize" button on category page]]> https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1002 Tue, 07 Jul 2015 03:23:13 +0000 sdssrr 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?

]]>
https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1004 <![CDATA[Reply To: add "customize" button on category page]]> https://www.magebay.com/forum/articles/add-customize-button-on-category-page/#post-1004 Tue, 07 Jul 2015 04:30:25 +0000 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.

]]>