Hello, I want to change add to cart button place in my website it appears under the product, but I want to put it beside the product on the right.
It depends on the theme you use. Default product templates are located here
design/themes/responsive/templates/blocks/product_templates
It depends on the theme you use. Default product templates are located here
design/themes/responsive/templates/blocks/product_templates
Sorry I have used cs cart recently, so I go to (design/themes), but I can't find (responsive/templates/blocks/product_templates)
I found (templates/blocks/product_templates) in design directly but when I go to it I can't find the code which is suppose to be edited. So how could I determine the intended code.
Looks like you use built-in template editor. The code of Add to cart button is
{assign var="add_to_cart" value="add_to_cart_`$obj_id`"} {$smarty.capture.$add_to_cart nofilter}
Looks like you use built-in template editor. The code of Add to cart button is
{assign var="add_to_cart" value="add_to_cart_`$obj_id`"} {$smarty.capture.$add_to_cart nofilter}
ok I am grateful for helping me,really.. But what should I change in this code to change it's place ?
Just move it to the required location of this file
Just move it to the required location of this file
I have made it, thank you :-)