Upgraded and updated to 1.3.9c. Since 1.3.9a, I'm having a sort of problem-within-a-problem regarding product display and the search filters.
First, products no longer display alphabetically by title upon clicking a manufacturer's index or category. I'm using the product search filter mod to jazz up my alpha sorter. So one can always choose "Title" from the altered alpha filter to fix that. However, I thought I might avoid that extra click by setting the product listing display, but I'm not sure what the setting should be. I used the given example of "2a" as a starting point of reference. Then received an SQL error in the store when clicking a category.
The error:
Secondly, the Category/Manufacturer filter doesn't display when clicking a manufacturer category vs. clicking their name from the manufacturer sidebox. Meaning, if you click from the category, only the alpha sorter filter shows, but if you click from the sidebox you get both filters. How can I get the Category/'Manufacturer filter to display regardless of how one arrives to a category?PHP Code:1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 7
in:
[select p.products_image, pd.products_name, p.products_quantity, p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status from zen_products_description pd, zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_to_categories p2c left join zen_specials s on p2c.products_id = s.products_id where p.products_status = 1 and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '110' order by ]
Thank you very much! :)




