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)
-   -   Total number of products status displayed is incorrect? (https://forum.x-cart.com/showthread.php?t=58816)

chamberinternet 04-08-2011 05:05 AM

Total number of products status displayed is incorrect?
 
1 Attachment(s)
Hi All ...

I have an issue with 4.4.2 in which I've designed a product listing page and when i've assigned products to a certain category they display fine with the correct status message at the bottom.

e.g. Displaying 1-8 of 24 Products

However, If I assign featured products to that particular category, the status message displays the number of featured products rather than the number of category based products.

I've attached a screen-shot so you can see what I mean.

The page subcategories.tpl have the following code to display the featured products (if any) then the category products.

Code:

{if $f_products}
        {include file="customer/main/featured_products.tpl"}
{/if}

{if $cat_products}

        {include file="customer/main/navigation_fe_top.tpl"}
        {include file="customer/main/products.tpl" products=$cat_products}
        {include file="customer/main/navigation_fe_bottom.tpl"}

{elseif not $cat_products and not $categories}

        <p>{$lng.txt_no_products_in_cat}</p>

{/if}


The code for featured_products.tpl has the following:

Code:

<div class="grid-6 h2-block block-shad-bot">
        <h2>{$lng.lbl_featured_products}</h2>
</div>
{include file="customer/main/products.tpl" products=$f_products featured="Y"}


Any ideas/clues to what maybe causing the issue?

Thanks a lot!

Shafiq :sK

cflsystems 04-08-2011 03:27 PM

Re: Total number of products status displayed is incorrect?
 
"customer/main/navigation_fe_top.tpl" is not XC stock template. Make sure that template is not the reason for this. The stock one is "customer/main/navigation.tpl"


All times are GMT -8. The time now is 04:25 PM.

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