X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Multi-Page Featured Products (https://forum.x-cart.com/showthread.php?t=53527)

presson83 04-30-2010 07:31 AM

Multi-Page Featured Products
 
Hi All,

I have a client wanting to have multiple pages of featured products. They want to cap it off around 50 and then have "pagination" ala the category pages. Any ideas on how to get this done? Let me know!

cflsystems 04-30-2010 07:52 AM

Re: Multi-Page Featured Products
 
This is the default behaviour. Or you want featured products pages to show different number of products then the category pageS?

presson83 04-30-2010 08:47 AM

Re: Multi-Page Featured Products
 
Hi CFL,

A different number specification would be nice, but I can't even get the default number to take effect on the homepage where I have my featured products (it just shows them all even though I have the max products per page set to 30 in the admin).

Here's the code I have in customer/main/subcategories.tpl:

Code:

{if $f_products}

{capture name=dialog}

  {include file="customer/main/navigation.tpl"}

    {include file="customer/main/featured.tpl"}

  {include file="customer/main/navigation.tpl"}

{/capture}
 
{/if}


Do I have something wrong there?

cflsystems 04-30-2010 01:03 PM

Re: Multi-Page Featured Products
 
Are you talking about the front page or category pages? Front page doesn't use subcategories.tpl, it goes directly to products.tpl

sabinudash 05-04-2010 11:31 PM

Re: Multi-Page Featured Products
 
I am also looking to have multi-page Featured Products on homepage. They are all currently shown on the same page making homepage really long.

Any ideas how to break Featured Products on different pagination (when click on next pagination, products still shown on homepage)?

Thanks.


All times are GMT -8. The time now is 07:21 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.