![]() |
Changing the # of products in Latest Additions
Right now 4 products show on my home page under Latest Additions. How do I change that to 6? I'd like it to balance =).
|
Re: Changing the # of products in Latest Additions
Latest additions...is this an add-on or do you mean featured products?
|
Re: Changing the # of products in Latest Additions
I think it's an add on it is above the featured products: www.themommymarketplace.com .
|
Re: Changing the # of products in Latest Additions
Ahhh...will need to know which one it is in order to help I'm afraid :( Firetank's perhaps? Moving to Third Party Add-Ons.
|
Re: Changing the # of products in Latest Additions
I just looked at the files & it is from Firetank. It is named Newest Products.
|
Re: Changing the # of products in Latest Additions
What you want to do is edit the fts_newest_products_display.tpl file in two places, replacing the "2" with "$config.Appearance.products_per_row":
1. Near line 6, replace this line Code:
{if %i.first% or %i.index% is div by 2} Code:
{if %i.first% or %i.index% is div by $config.Appearance.products_per_row} 2. Near line 27, replace this line Code:
{if (%i.index% + 1) is div by 2 or %i.last%} Code:
{if (%i.index% + 1) is div by $config.Appearance.products_per_row or %i.last%} Hope that helps! :mrgreen: |
Re: Changing the # of products in Latest Additions
Hi,
I just tried the suggestion but the actual number of items to be displayed is in fts_newest_products.tpl Change the number on about line 37: {assign var='num_products' value=4} Change the 4 to whatever number of products you wish to display. It worked for me, we have the same version, should work for you too. Now if I could only figure out how to apply products.tpl to the newest products mod display, I'd be very happy! Hope this helps! Vera |
All times are GMT -8. The time now is 07:53 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.