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)
-   -   How to do what this guy did? (https://forum.x-cart.com/showthread.php?t=28263)

Loopie 01-23-2007 06:31 PM

How to do what this guy did?
 
I want to move my featured products before the other stuff like this guy did:

http://www.dreamindiamonds.com/store/index.php

He also has nice rounded borders around his product pages. Is this an addon or a custom modifation perhaps?

Thanks for any advice!

balinor 01-24-2007 03:05 AM

Re: How to do what this guy did?
 
Moving to Templte Editing.

Loopie 01-24-2007 03:48 PM

Re: How to do what this guy did?
 
Anyone pls??

karentown 01-24-2007 11:03 PM

Re: How to do what this guy did?
 
Look for this part of the code:

Code:

{if $f_products ne ""}
{include file="customer/main/featured.tpl" f_products=$f_products}<BR>
{/if}



in your /customer/home.tpl and move it up under this part of code:
Code:

{include file="customer/home_main.tpl"}
<!-- /central space -->
</TD>
<TD><IMG src="{$ImagesDir}/spacer.gif" width="1" height="1" border="0"></TD>
</TR>
</TABLE>[


:)

Loopie 01-25-2007 12:55 PM

Re: How to do what this guy did?
 
Worked like a charm! Thanks so much for all your help, I couldn't have gotten so far without it.


All times are GMT -8. The time now is 10:23 AM.

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