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)
-   -   Adding Results Pages in the footer (https://forum.x-cart.com/showthread.php?t=375)

disneyana 10-21-2002 10:32 AM

Adding Results Pages in the footer
 
Does anyone know how to add the Result Pages to the bottom of a page?
Example: goto http://sacc.disneyana.com/store/customer/search.php?substring=&in_category= and you will see pages 1-6. How do I add these to:
a) the bottom of the page, just below the Disney Lenox Mickey Sorcerer Spell item (but inside the dialog box)
b) the bottom of the page, just below the dialog box

Another example of where I'd like to have the Result Pages displayed at the bottom is:
http://sacc.disneyana.com/store/customer/home.php?cat=1

All replies are greatly appreciated!

Jeannie 10-21-2002 01:47 PM

customer/main/subcategories.tpl
I added
Code:

{include file="customer/main/navigation.tpl" }
as the very last line

You'll see it also at the beginning of this tpl.

You can see it here
http://www.mobile-audio.net/store/customer/home.php?cat=319

disneyana 10-21-2002 02:30 PM

Huggs for Jeannie... Thanks! It worked like a charm. I added a
before {include file="customer/main/navigation.tpl" } so the Result Pages would have a little space from the bottom of the dialog box. I also modified /customer/main/search_result.tpl and added
Code:


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


to get the same results with searches.

seaCOAST 10-21-2002 03:30 PM

Quote:

Originally Posted by Jeannie
customer/main/subcategories.tpl
I added
Code:

{include file="customer/main/navigation.tpl" }
as the very last line

You'll see it also at the beginning of this tpl.

You can see it here
http://www.mobile-audio.net/store/customer/home.php?cat=319


Jeannie,

Is that supposed to be the VERY last line after the last 2 /if closings?

Jeannie 10-21-2002 06:40 PM

Yes. Well, at least that's where I put it. :)
Code:

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



All times are GMT -8. The time now is 08:42 PM.

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