Anyone can provide this for each categories page ? I will very appreciate, if need to pay, I also can make an donation. Thanks !
Version: 1.3.5 SP3.
For this kind of task, a donation is far from enough…
[quote name=‘joe’]For this kind of task, a donation is far from enough…[/QUOTE]
:shock: :shock:
There is a mod that has been posted about a year ago for shop by price.
- Go to admin panel->Languages and create a variable price_ranges with a value like “Price ranges” or something like that.
- Go at the end of /init.php and add the following:
Code:
$smarty->assign(‘price_ranges’, array( “1”=>“100”, “101”=>“200”, “201”=>“300”, “301”=>“400”, “401”=>“1000” ));
You can of course change these values to whatever ranges fit your needs.
- Create a file called price_ranges.tpl in /skins/YOURSKIN/customer/side_boxes with the following contents:
Code:
{capture name=“sidebox”} {foreach from=$price_ranges key=‘price_from’ item=‘price_to’} {$currencies.$secondary_currency.symbol}{$price_from}-{$currencies.$secondary_currency.symbol}{$price_to}
{/foreach} {/capture} {include file=“common_templates/sidebox.tpl” title=$lang.price_ranges content=$smarty.capture.sidebox}
- On /skins/YOURSKIN/customer/main.tpl, after {[/ADDONS_DATA]} (around line 27) add the following line
{include file=“side_boxes/price_ranges.tpl”}
Never and ever provide a quick mod for serious customers.
Unless it’s something that you really need, eh Joe?
Anyway concerning the “Shop by Brand” couldn’t you just create “Categories” by Brand name and then use a Sidebox list of the Categories?
When your visitors would come to the site they would see all the “Brands” you offer and clicking on each would give them the list of products under that “Brand” (categorie).
Thanks for the post roban I was looking for something like that to work with.
[quote name=‘WebGuy’]Unless it’s something that you really need, eh Joe?
Anyway concerning the “Shop by Brand” couldn’t you just create “Categories” by Brand name and then use a Sidebox list of the Categories?
When your visitors would come to the site they would see all the “Brands” you offer and clicking on each would give them the list of products under that “Brand” (categorie).
Thanks for the post roban I was looking for something like that to work with.[/QUOTE]
Hello, guys, for this method, I know how to do, for “shop by price” also no problem, What I really need is the “shop by brand” which filter the results by “manufactruer” in each categories automatically.
I remember one guy (top-code ?) post this before on his site, but now, I can not access. Anyone can give more support on this ? Thanks so much !
Why don’t you use the ‘Manufacturers’ addon?
[quote]
Never and ever provide a quick mod for serious customers.
[/quote]
I’m sure customers can decide for themselves if they want to use the code, especially if it’s free. Not like some people who think they deserve a donation for a couple of lines of code.
I have a shop by brand addon, if you want it, I’m hanging out over at club addon putting together some of the sweetest addons for CS2…