![]() |
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! |
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. |
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.
|
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
|
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 |
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. |
Re: How to add 3 block of "Featured products" at homepage?
Quote:
the idea is great! would you please take some time to offer us the details, step by step? |
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.
|
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. |
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 HTML Code:
row_length=3 |
All times are GMT -8. The time now is 06:52 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.