TomatoCart

65381 Downloads
297 users online
TomatoCart Community
Welcome, Guest
Please Login or Register.    Lost Password?
Bookmark and Share

Specials page - select menu is not working correctly
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Specials page - select menu is not working correctly
#3198
Specials page - select menu is not working correctly 1 Year, 5 Months ago Karma: 1
If you go to the specials menu details and have more products here (to be able create more pages) then at the bottom you will see

[<< Prev] Page 2 of 8 [Next >>]

if you simply click to the next or prev link it works fine. link in the format like this is generated: products.php?specials&page=6

But if you choose page from select menu, it says no product found.
It is due to the incorrectly generated link which looks like: products.php?specials%26page=4 [yes %26 should not be here]

Anyone having same issue?
kakadu
Cogito Ergo Sum
Moderator
Posts: 77
graphgraph
User Offline Click here to see the profile of this user
Gender: Male kakakadu@hotmail.co.uk Location: Czech Republic - Prague Birthday: 01/01
Last Edit: 2010/09/02 12:49 By kakadu.
The administrator has disabled public write access.
 
#3208
Re:Specials page - select menu is not working correctly 1 Year, 5 Months ago Karma: 6
Hi! kakadu, This is a bug in the pagination handling, you can fix it thu the follow steps:

find the template you used in you system, for example glass_gray, navigate to content/products/specials.php, and change the code

Code:

  <span style="float: right;"><?php echo $Qspecials->getBatchPageLinks('specials&page'); ?></span>


to

Code:

<span style="float: right;"><?php echo $Qspecials->getBatchPageLinks('page', 'specials'); ?></span>


we will fix it in our program, thank you very much!

kick7spring
Kick7Spring
Team Member
Posts: 137
graphgraph
User Offline Click here to see the profile of this user
yulincun@live.cn
The administrator has disabled public write access.
 
#12061
Re:Specials page - select menu is not working correctly 10 Months ago Karma: 0
Thanks I realy needed this.
Anghel
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to top Page: 1

Latest Blog Post

TomatoCart v2.0 – An open source ecommerce framework

Since the TomatoCart v1.0’s framework getting old and the core is not a pure MVC design, it causes many troubles ...

Blog | Administrator | Saturday, 21 January 2012

More in: About Us

-
+
3

contact_us

TomatoCart
+86-13771170725
info@tomatocart.com
http://www.tomatocart.com

Newsletter Subscription

Name:

E-Mail:

Verification Code:
Captcha

Receive HTML?