![]() |
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 :)
|
Re: shop by price mod?
Two issues.
1. The problem, at least for 4.4.5, with flyclothing's code is that it will only show results for top categories, and ignore subcats. Here is the correct code: PHP Code:
2. I use X-Cart Mod's Smart Template. If you want to put this in the right or left panel, paste in /skin/smart_template/custom/home_2col_left.tpl or home_3col.tpl or home_2col_right.tpl depending on your chosen layout. |
Re: shop by price mod?
Update: The search does not work under certain (most) circumstances. On our home page, we display a selection of featured products according to the settings here: /admin/categories.php#featured (Admin -> Catalog -> Categories -> Featured Products). If I click on the home page, then one of the Search by Price links as shown in the code above, then only the featured products within that search's price range are displayed. However, if I run a search using /search.php, then later click on one of the price search links in the code above, then the search displays all products properly. So, I am still without a working Search by Price solution. :(
|
All times are GMT -8. The time now is 06:25 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.