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)
-   -   Change what appears on storefront page? (https://forum.x-cart.com/showthread.php?t=37783)

fordmuscle 02-22-2008 12:46 PM

Change what appears on storefront page?
 
Hi all,
Is it possible to change the products that appear on the storefront page? Right now it shows the "latest" products added chronologically. Anyway to pick and choose?? thanks

balinor 02-22-2008 12:57 PM

Re: Change what appears on storefront page?
 
Well, that isn't standard X-Cart behavior, so if you have an add-on, you'd need to disable it and put the standard 'featured products' module back, which is controlled via the 'Categories' area.

fordmuscle 02-22-2008 01:51 PM

Re: Change what appears on storefront page?
 
balinor
we dont have any add ons, just some design mods.
http://www.fordmuscle.com/store/home.php

As far as I know it has been displaying "latest" products since we installed xcart. Is there some thing in the admin panel that maybe we need to change to make it show FEatured products?

thanks

balinor 02-22-2008 02:05 PM

Re: Change what appears on storefront page?
 
Well, since your store is not secure, I was able to go in and look at your customer/main/welcome.tpl template (you need to fix that ASAP) and here's what it shows:

{include file="customer/main/newproducts.tpl" n_products=$n_products}

That is indeed an add-on from someone, it is not stock X-Cart. To remove that, and add the standard featured products module, simply replace that code with this:

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

You can then change your products via the 'Categories' link in the admin.

krtwn 03-07-2010 01:28 AM

Re: Change what appears on storefront page?
 
I stumbled to this thread and i'm now wondering if my store is secure. Is there a way to find out? Thanks balinor!

cflsystems 03-07-2010 05:24 AM

Re: Change what appears on storefront page?
 
Not secure if:
1. anyone can go to www.yourdomain.com/admin (password protect admin and provider directories on a server level)
2. you are using master:master or default xcart user:password for admin (create new admin and disable the one xcart creates during install)


All times are GMT -8. The time now is 04:35 AM.

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