How to move product desc./review to under the product pic?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 04, 2014 5:05 pm
Reply with quote
Report this post
Hy Guys

I need to move the product description/review from the bottom of the page to under the product picture on the left (please see pictures attached).
I contact VM forum and they advise me to contact the company that provided the template. I have tried some changes but without success.

Please any advise will be grateful.

Regards
User avatar
Senior Boarder

GK User
Sat Apr 05, 2014 7:44 am
Reply with quote
Report this post
Could You please post an url to a single product on your site?
User avatar
Moderator

GK User
Sat Apr 05, 2014 5:38 pm
Reply with quote
Report this post
Hi Cyberek

I just sent the link via PM to you.

Regards
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 7:05 pm
Reply with quote
Report this post
You need to move the order of elements inside this file:
/templates/gk_instyle/html/com_virtuemart/productdetails/default.php

Product name anddescription is generated by this code:
Code: Select all
<?php // Product Title ?>
                     <h1><?php echo $this->product->product_name ?></h1>
                     <?php // Product Title END ?>
                     <?php // afterDisplayTitle Event
                  echo $this->product->event->afterDisplayTitle ?>
                     <?php // Product Edit Link
                  echo $this->edit_link;
                  // Product Edit Link END ?>
User avatar
Moderator


cron