Hi,

Can anyone help me that how can I show "Add to cart" Button on node--product.tpl.php
I am using print render(($content['add_to_cart']));
but it renders with quantity textbox but need only "Add to cart" Button.

Please Help me.

Thanks

Comments

ameymudras’s picture

Create Add to cart link instead of button and theme it so that it looks like a button.

To create a link refer http://www.realtidings.com/blog/12/Apr/26/drupal-commerce-custom-add-car...

I love Drupal & working since 15+ years now in Drupal.

rishabh318’s picture

Hi,

Thanks for help.

But I am using Drupal7 / Ubercart 3.x.
I need only Add to cart Button but this code

print render(($content['add_to_cart'])); 

render add to cart button with Quantity.

Please Help.

Thanks