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 and current prodcuts displayed. (https://forum.x-cart.com/showthread.php?t=47738)

ARW VISIONS 05-25-2009 06:23 PM

Total number of products and current prodcuts displayed.
 
Having some trouble with this one.

Want something like this

Showing 1-33 of 354 products

The 1-33 are the current products being displayed and the 354 is the total number of products in the category.

Been trying this one for about 2 hours and I give :(

cflsystems 05-25-2009 07:23 PM

Re: Total number of products and current prodcuts displayed.
 
See this for starter and change it to what you need
Code:

{if $mode eq "search"}
  {if $total_items gt "1"}
    {$lng.txt_N_results_found|substitute:"items":$total_items}<br />
    {$lng.txt_displaying_X_Y_results|substitute:"first_item":$first_item:"last_item":$last_item}
  {elseif $total_items eq "0"}
    {$lng.txt_N_results_found|substitute:"items":0}
  {/if}
  <br />
  <br />
{/if}

BTW take a look at the search_results.tpl and you will find all the code you need it there

ARW VISIONS 05-25-2009 07:29 PM

Re: Total number of products and current prodcuts displayed.
 
I want htis on the products page, not the search page.

cflsystems 05-25-2009 07:38 PM

Re: Total number of products and current prodcuts displayed.
 
Yes I just pointed you to where you can find code that does this. You will have to change it of course and put it where you need it. But if you follow this code and find out where and how "$total_items" is coming from you will have it

ARW VISIONS 05-25-2009 07:46 PM

Re: Total number of products and current prodcuts displayed.
 
Doesn't seem like the info is available on products_t.tpl and I'm not sure how to get it there.

Look like it's coming from /includes/search.php but search.php is included in products.php.

a little confused here.


All times are GMT -8. The time now is 01:26 AM.

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