Zen Follower
- Join Date:
- Feb 2007
- Posts:
- 314
- Plugin Contributions:
- 0
Wordpress On ZC [Support Thread]
bumba000:
Selecting an option from the Filter List Drop Down doesn't take you to products it instead takes you to the blog.
Why?
After a little research, that one is beyond me, but I have some clue as to what is going on. The blogs address usually has a yoursite.com/? question mark at the beginning. You probably know that that is the beginning of a query string. In the past I've had software that also used a query string, and when clicking on a link you would instead be brought to the blog. But in this case the alpha sorter doesn't seem to be using a query string, so that may not be it.
How do you have your blog set up? Same directory/different?
Here is some code that renders the alpha sorter from modules/product_listing_alpha_sorter.php:
(isset($_GET['alpha_filter_id']) [B]?[/B] $_GET['alpha_filter_id']
```That question mark in the middle may be causing problems. Perhaps it could be replaced with && . I would experiment on that.
I've got zen cart and blog in different locations on a test site (with all the zen cart test products on) and the alpha sorter does not interfere. However I do not have any sideboxes for wp enabled, so maybe thats why.