![]() |
shop by price mod?
is there a shop by price mod? left hand menu like this?
Shop by Price:
$0-$50
$51-$150
$151-$500
$500 - Up |
Re: shop by price mod?
You probably know this but how about hard coded like this
search.php?mode=search&including=all&price_min=50& price_max=100 |
Re: shop by price mod?
Steve,
I wasn't sure of the exact syntax. thanks Ash |
Re: shop by price mod?
Ashley,
I just did this one for 4.2.3 {capture name=menu} <ul> <li><strong><a href="search.php?mode=search&including=all&price_m in=1& price_max=25&sort=price&sort_direction=0"> $1-$25</a></strong></li> <li><strong> <a href="search.php?mode=search&including=all&price_m in=26& price_max=50&sort=price&sort_direction=0">$26-$50</a></strong></li> <li><strong> <a href="search.php?mode=search&including=all&price_m in=51& price_max=75&sort=price&sort_direction=0">$51-$75</a></strong></li> <li><strong> <a href="search.php?mode=search&including=all&price_m in=76& price_max=100&sort=price&sort_direction=0">$76-100</a></strong></li> <li><strong> <a href="search.php?mode=search&including=all&price_m in=100& price_max=500&sort=price&sort_direction=0">$100+</a></strong></li> </ul> {assign var="additional_class" value="menu-categories-list"} {/capture} {include file="customer/menu_dialog.tpl" title="Shop By Price" content=$smarty.capture.menu} |
Re: shop by price mod?
Quote:
Had to modify it to make work for me though. There are a couple of spaces in your various links that need to be removed. Additionally, I found that the "&sort=price&sort_direction=0" made the links only search one category? Weird - removal of that bit of code in the links makes it all well for me (also working with 4.2.3) Cheers, Regs. |
Re: shop by price mod?
Yeah, I set it up to fit with my store so I figured it might need a bit of modification to fit elsewhere, i.e. bullets and formatting. I added the code at the end because the results didn't seem to show the lowest price item first.
|
Re: shop by price mod?
Is there anyway to make this work with the existing category? I mean if you are in a category 3 levels down on a site with 2000 products, you don't want it to show you shop by price for any product on the site, but only the cat they are in, right?
Michael |
Re: shop by price mod?
Where exactly would this go in the skin files?
Quote:
|
Re: shop by price mod?
skin1/customer/home.tpl in left or right column
|
Re: shop by price mod?
Thanks again :)
|
All times are GMT -8. The time now is 02:05 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.