This topic contains 0 replies, has 1 voice, and was last updated by Tim 9 years ago. This post has been viewed 1062 times
How to move the ‘Customize it’ button on product details page?
You must be logged in to reply to this topic.
This topic contains 0 replies, has 1 voice, and was last updated by Tim 9 years ago. This post has been viewed 1062 times
By default, the ‘Customize it’ button show near by ‘Add To Cart’ button. But you can move anywhere on product page.
To do that, please following 2 step bellow:
1, You need to place the following snippet code on the view.phtml (..template/catalog/product/view.phtml) file or any child html of view.phtml:
1 2 3 |
<?php echo $this->getLayout()->createBlock("pdp/designbutton")->setTemplate("pdp/product/design_button.phtml")->toHtml() ?> |
2, Hide the default button in layout file called: pdp.xml (app/design/frontend/base/default/layout/pdp.xml by default. This file might located on your custom theme). Please comment the code same as following screenshot:
http://screencast.com/t/FAbpFyD09G
That’s all.
http://magebay.com
http://productsdesignercanvas.com/
http://www.menucreatorpro.com/
http://www.productsdesignerpro.com/
You must be logged in to reply to this topic.