Change Position Of Buttons

Hello,

I need to change the layout of the product page elements, all the elements I want to move are inside one block called 'Main Content'.

The elements I want to move are the buttons "add to cart" and "buy now", I've been through the User Guide and Designer Guide with no luck. How can I do it?

All product templates are located here

design/themes/THEME/templates/blocks/product_templates

If you change something, do not forget to clear cache then

On the file default template.tpl I found this code : {assign var="add_to_cart" value="add_to_cart_`$obj_id`"} {$smarty.capture.$add_to_cart nofilter}

on the block where are my two buttons, it includes (add to cart, buy now, compare, wish list ...), I didn't find where to custom it.

Please check here

design/themes/responsive/templates/common/product_data.tpl

{capture name="add_to_cart_`$obj_id`"}
....
{/capture}

I still can't find the solution

Why? After the template is changed, do not forget to clear cache