- Posts: 15
- Thank you received: 0
How to change the numer Related products in a row?
-
mol4
Inactive member - Topic Author
- New Member
Less
More
13 years 8 months ago #8243
by mol4
How to change the numer Related products in a row? was created by mol4
Hello,
On this page you can see the problem. I like to change the number of Related products from 4 to 3 but I can't find that option in Virtuemart backend. Does this have to be done hardcoded somewhere in a file or something?
Thanks!
On this page you can see the problem. I like to change the number of Related products from 4 to 3 but I can't find that option in Virtuemart backend. Does this have to be done hardcoded somewhere in a file or something?
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #8265
by ivan.milic
Replied by ivan.milic on topic Re: How to change the numer Related products in a row?
Hi,
open
administrator\components\com_virtuemart\html\shop.product_details.php
find line:
$q .= "AND FIND_IN_SET(#__{vm}_product.product_id, REPLACE(related_products, '|', ',' )) LIMIT 0, 4";
and replace 4 with 3
open
administrator\components\com_virtuemart\html\shop.product_details.php
find line:
$q .= "AND FIND_IN_SET(#__{vm}_product.product_id, REPLACE(related_products, '|', ',' )) LIMIT 0, 4";
and replace 4 with 3
Please Log in to join the conversation.
Time to create page: 0.147 seconds