Product Listings
8 posts by 2 authors in: Forums > CMS Builder
Last Post: February 6, 2009 (RSS)
By (Deleted User) - February 2, 2009 - edited: February 2, 2009
Sample what I am after here.
First link is the new products that I have added in.
http://www.highendgamer.ca/estore.html
Second link is how I want to try to display the products (3 Across and max 6 per page.)
http://www.highendgamer.ca/estore1.html
I know how to link them individually to do a full product description.
Is this system possible? If not I can just use an Ecommerce solution.
Re: [hegadmin] Product Listings
By Dave - February 2, 2009
You can create a pulldown field for "category" in your product section and then filter using the built in search options: http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html
Either in the url like this: viewer.php?category=1
Or in the code like this:
'where' => " category = 1 ",
Hope that helps!
interactivetools.com
Re: [Dave] Product Listings
By (Deleted User) - February 3, 2009
Re: [hegadmin] Product Listings
By Dave - February 4, 2009
http://www.interactivetools.com/forum/gforum.cgi?post=68906#68906
Hope that helps!
interactivetools.com
Re: [Dave] Product Listings
By (Deleted User) - February 5, 2009 - edited: February 5, 2009
Cause what I am after is ability to list unlimited types of products say Mice, Keyboards, etc.
And have on the side menu Mice, Keyboard only come up once.
Then if I go to say products.php?category-mice <-- shows all the products with the category of Mice.
Or I do products.php?category-keyboard <-- shows all the products with the category of Keyboards
This is all new to me so sorry to be a pain
Re: [hegadmin] Product Listings
By Dave - February 5, 2009
interactivetools.com
Re: [Dave] Product Listings
By (Deleted User) - February 5, 2009 - edited: February 5, 2009
I am have another issue with:
I need to know when I create a page with pagination ( page 1 2 3)
I setup that information in the table I want it in. How do I prevent the other information from disappear that is not list List Page but is Detail Page.
Once I click on page 2 all the other information in the other cells disappear.
Re: [hegadmin] Product Listings
By Dave - February 6, 2009
Thanks!
interactivetools.com