normal How to move RELATED PRODUCTS between DESCRIPTION and REVIEWS?

More
9 years 11 months ago #7590 by Valeriy Nikitin
One more question, please. How to move RELATED PRODUCTS between DESCRIPTION and REVIEWS?
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #7594 by Nguyen Mai
Hello,

You can edit file 'templates/ot_furnite/html/com_virtuemart/productdetails/default.php':
- Find and move the 'related product' block code (line 376 - 378):
Code:
if (!empty($this->product->customfieldsRelatedProducts)) { echo $this->loadTemplate('relatedproducts'); } // Product customfieldsRelatedProducts END

above the 'review' block code (line 343):
Code:
echo $this->loadTemplate('reviews');

=> change to:
Code:
if (!empty($this->product->customfieldsRelatedProducts)) { echo $this->loadTemplate('relatedproducts'); } // Product customfieldsRelatedProducts END echo $this->loadTemplate('reviews');
The following user(s) said Thank You: Valeriy Nikitin

Please Log in or Create an account to join the conversation.

More
9 years 11 months ago #7595 by Valeriy Nikitin

Please Log in or Create an account to join the conversation.

Time to create page: 0.251 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam