Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

How to add 3 block of "Featured products" at homepage?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 08-19-2010, 03:13 AM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default How to add 3 block of "Featured products" at homepage?

I want to add 3 blocks of "Featured products" at homepage, one will be called "Fashion Glasses", one for "Discount Glasses" and the other for "Cheap Glasses", how to do, please?

A big thanks to you in advance!
Reply With Quote
  #2  
Old 08-19-2010, 04:28 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How to add 3 block of "Featured products" at homepage?

Can't do it by default, you'd need an add-on like this one:

http://www.bcsengineering.com/store/featured_product-manager-for-x-cart.html

You are going to find that not a lot of add-ons like this are available for 4.4 yet though - going to need to wait a little while.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #3  
Old 08-19-2010, 08:25 AM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default Re: How to add 3 block of "Featured products" at homepage?

that plug in is not free, can anybody help me how to modify x-cart gold 4.4? Tks.
Reply With Quote
  #4  
Old 08-19-2010, 08:33 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How to add 3 block of "Featured products" at homepage?

This cannot be done without custom coding so it won't be free anyway
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 08-19-2010, 09:05 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: How to add 3 block of "Featured products" at homepage?

It depends on which types of featured products you'd like displayed, we can probably put something together for you, but not free I'm afraid...

We can do various things with featured products as seen here in our new template for v4.4.x
__________________
xcartmods.co.uk
Reply With Quote
  #6  
Old 08-19-2010, 10:30 AM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: How to add 3 block of "Featured products" at homepage?

Here is a method you can use if you understand the featured.tpl and if 4.4 is similar to 4.1-3. You can use the POS variable of the root featured products to distinguish the different classes of featured products. Your featured products array sent to the template will have all the products you have selected - you just display it with the templates based on the POS.

You can duplicate the featured.tpl and change the titles based on your updated featured sections. You can call your new featured templates from welcome.tpl.

Then you can create a new products_t.tpl to specifically display your featured products. You include this new products_t_featured.tpl from your new featured templates

Inside the new products_t_featured.tpl, you can use if/than statements based on the position to display the various feature sections as you want.

This would be quick and dirty - not as nice from an administrative point of view than you could get from hiring someone to do a mod for you.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
  #7  
Old 08-19-2010, 06:46 PM
 
Eyeglasses Expert Eyeglasses Expert is offline
 

eXpert
  
Join Date: May 2010
Posts: 307
 

Default Re: How to add 3 block of "Featured products" at homepage?

Quote:
Originally Posted by gb2world
Here is a method you can use if you understand the featured.tpl and if 4.4 is similar to 4.1-3. You can use the POS variable of the root featured products to distinguish the different classes of featured products. Your featured products array sent to the template will have all the products you have selected - you just display it with the templates based on the POS.

You can duplicate the featured.tpl and change the titles based on your updated featured sections. You can call your new featured templates from welcome.tpl.

Then you can create a new products_t.tpl to specifically display your featured products. You include this new products_t_featured.tpl from your new featured templates

Inside the new products_t_featured.tpl, you can use if/than statements based on the position to display the various feature sections as you want.

This would be quick and dirty - not as nice from an administrative point of view than you could get from hiring someone to do a mod for you.

the idea is great! would you please take some time to offer us the details, step by step?
Reply With Quote
  #8  
Old 08-19-2010, 10:57 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: How to add 3 block of "Featured products" at homepage?

Sorry - no time for that right now. If no one else has time to do it for free for you, you might consider posting in the Professional Help Services Requests forum.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote
  #9  
Old 08-20-2010, 05:17 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: How to add 3 block of "Featured products" at homepage?

Please don't double post the same question over and over, I have removed your other posts on this topic. There are two solutions for you here:

1. Purchase the add-on module
2. Pay someone to do it for you

While there are many many free mods here in the forums, sometimes you just have to spend money to make money, particularly when it is something specific you want for your store.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote
  #10  
Old 10-25-2010, 05:44 AM
 
missing missing is offline
 

Newbie
  
Join Date: Sep 2010
Posts: 4
 

Default Re: How to add 3 block of "Featured products" at homepage?

In your alternate products_t_featured.tpl file that gb2world explained about in post #7 you can alter the row length on somewhere around line 5 that looks like this:
HTML Code:
row_length=$config.Appearance.products_per_row
and change it to however many items you want listed in a row like:
HTML Code:
row_length=3
__________________
Missing Design*
x-cart version 4.4.0
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:49 PM.

   

 
X-Cart forums © 2001-2020