Maciej![]() 2009-01-19 04:06 | How do I add a "view all" link after the page numbers at the bottom of my products pages? » Quick.Cart v2.x-M |
treewood (OpenSolution)2009-01-19 08:11 | you want display all products without pagination yes ? |
Maciej![]() 2009-01-20 17:01 | My website displays 12 products per page. If there are more than 12 products, there are additional pages, which are displayed as links at the bottom of the website (Pages 1 2 3 4). I want to add a "View All" link after the page numbers so you can view all the products at once (Pages 1 2 3 4 View All). -M |
treewood (OpenSolution)2009-01-21 08:04 | edit templates/products_list.tpl and find: LIST_FOOT |
ntr232009-01-25 00:55 | I have QC3.2 and tere is no file templates/products_list.tpl |
Maciej![]() 2009-01-25 04:43 | Thanks Treewood, that works well but not exactly how I want it to work. Instead of showing ALL the products, I would like to just show the products in that particular category. For example, you are in category "Sofas" and when you click "View All" only the products in the sofa category are returned... -M |
treewood (OpenSolution)2009-01-26 08:36 | Maciej - edit templates/products_list.tpl and find: LIST_FOOT |
ntr232009-01-26 10:21 | trenwood> can you help me what i must change, when in templates is not products_list.tpl file? |
Maciej![]() 2009-01-28 01:48 | Treewood, the code still does not work correctly... Now it only returns "Page 1" of the products under the "sofa" category. I would like for it to return all pages, meaning all sofa products on ONE page. -M |
treewood (OpenSolution)2009-01-28 07:42 | Maciej did you change code in index.php too ? |
Maciej![]() 2009-01-29 01:02 | Thanks... WORKS GREAT! -M |
Shadow![]() 2009-02-11 02:49 | Hello :) |
treewood (OpenSolution)2009-02-11 08:11 | Shadow - edit core/products.php and find function listProducts(), and change this: |
Shadow![]() 2009-02-11 19:52 | ohhh ok treewood, thanks for your help :) |
Terespl2010-04-03 13:07 | If I set page containing products as default page, then "view all products" (/&bViewAll=true) link doesn't work (page not found), if I go to 2nd page and then clik "view all products" link everything is ok. |
beholder2010-04-03 14:53 | I just tested this with demo on the opensolution.org and it works ok. Please show us the exact URL that doesn't work. |
Terespl2010-04-04 08:51 | I have also tested demo and everything works fine, however I don't know why it doesn't work on my site. |
fuse2010-04-04 12:17 | po wybraniu linku "Zobacz wszystkie" na Twojej stronie adres jest taki: maciek |
Terespl2010-04-05 12:26 | There's a problem with "Products in row" plugin, in it's code "view all" link is coded as:
<a href="$_SERVER[REQUEST_URI]&bViewAll=true">$lang['View_all']</a>
<a href="$_SERVER[REQUEST_URI]$config[before_amp]&bViewAll=true">$lang['View_all']</a&g t;
|
Terespl2010-04-05 12:27 | it should be:
<a href="$_SERVER[REQUEST_URI]$config[before_amp]&bViewAll=true">$lang['View_all']</a&g t;
|