Place Add To Cart After Wish List And Comparasion

hello, how can i place add to cart after wish list and comparasion ?

thank you in advance

hello, how can i place add to cart after wish list and comparasion ?

thank you in advance

Hello!

Do you mean to change the order of buttons on the product page? If yes, you need the {capture name="add_to_cart_`$obj_id`"} in design/themes/YOUR_THEME/templates/common/product_data.tpl file. Replace the following blocks

{if $show_add_to_cart}
...
{/if}

and

{if $show_list_buttons}
...
{/if}

thank you for the suggestions, i succeded, only buy now is making some issues, its still placed after the add to cart

thank you for the suggestions, i succeded, only buy now is making some issues, its still placed after the add to cart

Try to rename design/themes/YOUR_THEME/templates/addons/call_requests/hooks/products/add_to_cart.post.tpl file to add_to_cart.pre.tpl and clear cache.