Try the Demo

Magento Forum

   
Customize Product Page
 
DormerMarketing
Jr. Member
 
Total Posts:  1
Joined:  2012-05-04
 

I am new to Magento and have a issue.  I have created a product page to sell products http://v4vintage.com/magento/index.php/vintage-jewellery/brooches-pins/1980s-pink-and-white-diamante-pocket-brooch.html but I want a separate page for enqiuries only and not to buy products http://v4vintage.com/magento/index.php/vintage-bridal/engagement-rings/art-deco-antique-engagement-ring.html.

I have create a INQUIRE button and I only want to replace to ADD TO BAG button with the INQUIRE button and link the INQUIRE button to my contact form http://v4vintage.com/magento/index.php/contact-us-email/?___store=default. 

How do I do it?

Thanks in advance.

Jay

 
Magento Community Magento Community
Magento Community
Magento Community
 
MagikTejas
Sr. Member
 
Avatar
Total Posts:  111
Joined:  2009-07-29
 

Hello,

You need to go to you store’s theme folder under this go to file - theme/template/catalog/product/view/addtocart.phtml
In this you will find the code for add to bag button somthing similar as follows -

<button type="button" title="<?php echo $buttonTitle ?>" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>

Repace this button with your INQUIRE button image add href to it which will redirect to your contact form like -

<a href='http://v4vintage.com/magento/index.php/contact-us-email/?___store=default'><img src='<?php echo $this->getSkinUrl('images/inqbtn.png');?>' /></a>

Hope this will help you.

 Signature 

Tejas Shah | Magikcommerce
Find us at http://www.magikcommerce.com
Follow us http://twitter.com/magikcommerce
...................................................................................
Use coupon code “MAGIK2012” to get a
5% discount on all our Themes & Extensions.
...................................................................................

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top