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)
-   -   Fashion Mosaic with Featured Products on Home (https://forum.x-cart.com/showthread.php?t=13046)

pengrus 03-27-2005 02:23 PM

Fashion Mosaic with Featured Products on Home
 
I am using Fashion Mosaic skin from x-cart. Could anyone give me a pointer on how to add the Featured Products with Thumbnails on the home/welcome page below the welcome picture and above "Special", "News" and "Contact US" items?

http://www.x-cart.com/skin_template.html?skin=4

Thank you for your help!

Multitoolstore 03-28-2005 10:12 AM

Hi,

Just add the lines below to home.tpl where ever you want the featured items displayed, i put mine under the line {include file="customer/home_main.tpl"}

Code:

{if $main eq "catalog" and $current_category.category eq ""}


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


Hope that helps

Cheers
John

pengrus 03-28-2005 06:57 PM

John,

Thank you very much. I managed to get this done with your help.

I did not the three column listing format is also available for fashion mosaic skin. I did some modification and it looks very nice.

rkarten 03-29-2005 10:59 AM

Hi ~ I am trying to do same with featured products showing on /shop/home.php but can't seem to get it to just display in one column, as in one product per row.

The products_per_row is set to 1 in the database, and I even went so far as to manually go in and set the defvalue to 1 also. But no matter what I do, I get 2 products per row (meaning 2 columns of products).

Any suggestions would be helpful at this point I'm just going in circles.

Thanks! :)

x-cart gold
v4.0.12

pengrus 03-29-2005 01:13 PM

It is in your admin setting, setting how many columns for products listing.

rkarten 03-30-2005 07:57 PM

Thanks :)


All times are GMT -8. The time now is 09:37 AM.

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