Page 1 of 1

Change the distribution on product page

Posted: Wed Feb 03, 2016 1:10 pm
by rodrigoer
Hi dear friends...
i been searching for this for a couple of hours, and i couldn't get what i want...
i been trying to edit Product.tpl but only get errors…

what i'm trying is to put the Tabs (description, tributes and review) next to the images (at right)
The item for buying, add to cart button and option will go under the rest, because for a while i'm going just show the products, and in a few month i will give the option to buy online.

this is how it looks my product page.
Image


and i want to be something like this.
Image

If someone can help me with this, i will appreciate.
Thank's

Re: Change the distribution on product page

Posted: Thu Feb 04, 2016 1:22 am
by viethemes
It seems that you are using a custom theme. Could you attach file catalog/view/theme/default/template/product/product.tpl here, so we can help you to do that?

Re: Change the distribution on product page

Posted: Fri Feb 05, 2016 3:52 am
by rodrigoer
viethemes wrote:It seems that you are using a custom theme. Could you attach file catalog/view/theme/default/template/product/product.tpl here, so we can help you to do that?

Re: Change the distribution on product page

Posted: Thu Feb 11, 2016 9:54 am
by rodrigoer
anyone could help me?

Re: Change the distribution on product page

Posted: Mon Feb 15, 2016 12:05 am
by viethemes
To do that you can install my free extension Custom JavaScript and add below code

Code: Select all

<script>
	$('body[class*="product-product"] #content .nav').appendTo('body[class*="product-product"] .product-info .col-sm-7');	
</script>