That goes down as a 'bug'.
Ha ha! Which is just another way of saying I made a mistake. The code does not take account of the price range at all.
Give me a moment.
That goes down as a 'bug'.
Ha ha! Which is just another way of saying I made a mistake. The code does not take account of the price range at all.
Give me a moment.
Nick
iszent.com
That is going to take a short while to re-do the sql statements. I will look at it as soon as I can.
Nick
Nick
iszent.com
Suggestion
If you do not want the Product Listing Filter dropdown to show when you have less than or an equal number of products to display
than your Admin > Configuration > Product Listing > Product Listing - Columns Per Row setting, if set greater than 1,
and when Use Product Listing Filter for "WHATEVER Products" in SNAF is set to True -
In \includes\modules\YourTemplate\product_listing.php
change Lines 313-318 (SNAF 1-2)
toCode:if($show_product_listing_filter) { require($template->get_template_dir('/tpl_snaf_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_snaf_display_order.php'); }
Code:if($show_product_listing_filter and $listing_split->number_of_rows > 1) { require($template->get_template_dir('/tpl_snaf_display_order.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_snaf_display_order.php'); }
@dw
Thanks for that.
@Gurrumino
OK. My brain is melting. Try the attached version of includes/modules/pages/specials/main_template_vars.php. I think that that should do it for you. But you have definitely become a beta-tester, whether you like it or not, so please back up your original version of that file before overwriting it. It works fine on my test server but ...
Oh, and let me know how you get on.
Nick
iszent.com
Please do let me know if you find any problems. If not then that change will get included in the next version :-)
Nick
iszent.com