Master:
# 1    How to change display # in virtuemart                  
linlin
Online no
State
Grouping Member
Class class3
Score 94
Wealth 92
Posts 59
Login 23:53:16
I need to change 5 to 6 so that 3 products per row.
Hits: 1002, Date: 2010-02-10 09:57:09
[Agree] ( 10 ) [Against] ( 10 )

# 2    no way to configure it                  
Tim
Online no
State
Grouping Member
Class class3
Score 78
Wealth 84
Posts 51
Login 23:52:42
So you may need to change it in:
administrator\components\com_virtuemart\classes\pageNavigation.class.php

change from
for ($i=6; $i <= 30; $i+=6)

to:
for ($i=6; $i <= 30; $i+=6)


from:
$limits[50] = 50;

to:
$limits[60] = 60;

from:
$limits[vmRoute($link.'&limit=50')] = 50;

to:
$limits[vmRoute($link.'&limit=60')] = 60;
Hits: 1001, Date: 2010-02-10 10:00:50
[Agree] ( 10 ) [Against] ( 13 )

# 3    You also need to change List Length                  
Tim
Online no
State
Grouping Member
Class class3
Score 78
Wealth 84
Posts 51
Login 23:52:42
in joomla global configuration in the administrator
Hits: 999, Date: 2010-02-11 00:03:36
[Agree] ( 10 ) [Against] ( 13 )

# 4    Yes, global configuration is neessary                  
hans
Online no
State
Grouping Member
Class class4
Score 221
Wealth 155.5
Posts 156
Login 21:17:46
if you display 3 products per row, then you select 15 for List Length.
Hits: 993, Date: 2010-02-23 07:47:11
[Agree] ( 16 ) [Against] ( 11 )

1 - 4 [ 4]

Reply: How to change display # in virtuemart

*First line:


More content:


Tags:



Hint: You cannot post here before loginLogin | Register

nothing