Welcome Guest of Netspec |
Sign in
|
Sign up
Tell me more about:
Home
Service
Contact us
Forum
Portfolio
FAQs
Payment
Welcome to Netspec
E-commerce | Web design | Software design | Server setup | Web hosting | Free classifieds
Feel free to contact us if you need any help!
E-commerce
|
Web server
|
Web design
|
Software design
|
Technical support
Have a look our work samples, see what we can do for you.
View frequent asked questions first if you are a new user. For more info, you can check forum or search our knowledge database.
Monthly Payment
|
One off payment
You are here:
Forum Home
>>
Post new topic
URL:
1 - 4 [ 4]
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
)
Quote
|
Edit
# 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
)
Quote
|
Edit
# 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
)
Quote
|
Edit
# 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
)
Quote
|
Edit
1 - 4 [ 4]
Reply: How to change display # in virtuemart
*First line:
More content:
Tags:
Hint
: You cannot post here before login
Login
|
Register
nothing