Different num URL got same detail record.
3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 28, 2012 (RSS)
By jacgo - November 27, 2012
Hi, all
I use Category Menu & Multi Record section to build a product category and detail page.
All my page follow the guide : [url "http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fgforum.cgi%3Fpost%3D77230"]http://www.interactivetools.com/forum/gforum.cgi?post=77230[/#003366][/url] [/#000000]
When I click Category List link to get detail page. They all got same product detail page.
Here is my Category List page:
http://174.132.79.189/~quanmax/en/category-list.php?num=2
Different num URL but the product detail page all the same.
http://174.132.79.189/~quanmax/en/products-detail.php?num=3
http://174.132.79.189/~quanmax/en/products-detail.php?num=18
http://174.132.79.189/~quanmax/en/products-detail.php?num=7
....
(Koala image)
Is there any one who konw the problems??
Thanks!
Jacgo
I use Category Menu & Multi Record section to build a product category and detail page.
All my page follow the guide : [url "http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fgforum.cgi%3Fpost%3D77230"]http://www.interactivetools.com/forum/gforum.cgi?post=77230[/#003366][/url] [/#000000]
When I click Category List link to get detail page. They all got same product detail page.
Here is my Category List page:
http://174.132.79.189/~quanmax/en/category-list.php?num=2
Different num URL but the product detail page all the same.
http://174.132.79.189/~quanmax/en/products-detail.php?num=3
http://174.132.79.189/~quanmax/en/products-detail.php?num=18
http://174.132.79.189/~quanmax/en/products-detail.php?num=7
....
(Koala image)
Is there any one who konw the problems??
Thanks!
Jacgo
Re: [jacgo] Different num URL got same detail record.
Hi Jacgo,
The most likely problem is that you have allowSearch set to false in your getRecords function, or that you don't have a where statement that is searching for the correct record. If neither of these things fix it, please could you post or attach your code to a post?
Thanks!
The most likely problem is that you have allowSearch set to false in your getRecords function, or that you don't have a where statement that is searching for the correct record. If neither of these things fix it, please could you post or attach your code to a post?
Thanks!
Greg Thomas
PHP Programmer - interactivetools.com
PHP Programmer - interactivetools.com
Re: [greg] Different num URL got same detail record.
By jacgo - November 28, 2012
Hi Greg
Wonderful!
The [font "Verdana"]allowSearch set to true in getRecords function.[/#000000]
[font "Verdana"]It's work![/#000000]
[font "Verdana"]Thanks a lot!![/#000000]
Jacgo
Wonderful!
The [font "Verdana"]allowSearch set to true in getRecords function.[/#000000]
[font "Verdana"]It's work![/#000000]
[font "Verdana"]Thanks a lot!![/#000000]
Jacgo