As Bainternet said you need to adjust the query vars, however I needed to change the order well before ‘jigoshop_before_shop_loop’ hook to get this to work. This function fires at pre_get_posts and orders by title.
add_action('pre_get_posts', 'my_custom_query');
function my_custom_query($wp_query){
if(is_tax('product_cat')){
$wp_query->query['order'] = 'ASC';
$wp_query->query['orderby'] = 'title';
return $wp_query;
}
}
Related Posts:
- WP E-Commerce VS Shopp VS WooCommerce VS JigoShop [closed]
- Can I use Woocommerce to take orders but not handle payment? [closed]
- How to prevent items to be added in cart for specific condition in wordpress
- how to change displaying order of products in wp ecommerce
- All permalinks go to products page with WP E-Commerce plugin?
- Shopping Cart Solution [closed]
- WP e-commerce: getting products by SKU
- Recommend plugins for member’s only e-commerce website [closed]
- MarketPress vs. other WP ecommerce solutions [closed]
- Can we import Magento products to the WordPress?
- Getting started with e-commerce sites on WordPress
- WP e-commerce: How to select the shipping costs calculation method according to delivery location
- get the product list from wp estore plugin
- How to enable a custom stripe payment form in wordpress? [closed]
- How do I add pricing fields to a Gravity Form? [closed]
- Display product SKU on page with Jigoshop
- E commerce on WordPress [closed]
- Could WordPress be used/extended as a medium-size ecommerce site?
- How to show Best Selling WP E-Commerce Products
- can i have shopping carts without plugin? [closed]
- Using Jigoshop, how can I add a custom post type to the cart via code?
- GetShopped Ecommerce: hide checkout form from customer until shipping country selected [closed]
- WP-e-commerce (getshopped) Hebrew language files – where can I get them? [closed]
- Clear Cart with WordPress E-commerce plugin
- e-commerce, customizing checkout process based on product
- Add class to woocommerce_before_shop_loop_item
- create parent and child product structure
- E-commerce solution
- woocommerce questions – trying to pic an ecommerce solution
- How to make that google wont follow some of the wordpress pages?
- Is wordpress good enough for ecommerce? [closed]
- How to adjust the Cartpress e-commerce plugin?
- Is it possible to set individual shipping prices in Woocommerce? [closed]
- how to add weight field on checkout page in Jigoshop Plugin
- Shipping charge by country & product weight? [closed]
- Wp e-commerce shipping problem
- How can I bring the price in my website?
- WordPress how to remove blocksy theme price and put my own price
- How do I get WooCommerce to automatically recreate pages? [closed]
- Enabling free shipping on Woo Commerce by specific items [closed]
- Pros/Cons of “WP e-commerce” and “Shopp” plugins [closed]
- WooCommerce – How to Add a Custom Field to Cart Items and Cart Totals [closed]
- Scaling a WP eCommerce site
- Recommended eCommerce Plugin for a T-Shirt Sales Business? [closed]
- WP E-commerce: Showing 3 random products from current category when viewing product
- Automattic’s eCommerce Plugin
- Convert WordPress posts to products in WooCommerce
- Need Help Finding a WordPress E-Commerce Plugin That Utilises Custom Post Types [closed]
- eBooks download website, page or post?
- WooCommerce – Adding Custom Order Without No Product [closed]
- WordPress shopping cart that supports 2 tier product variation options
- WooCommerce: Translation lost on AJAX call in Checkout page [closed]
- Is it possible to set up multistore in Woocommerce? [closed]
- How To Create WooCommerce Custom Template For Specific Product?
- Adding my own “add to cart button”
- How to display empty stars on products with woocommerce?
- Remove the link from the thumbnail and product title on woocommerce
- WooCommerce – Want to show multiple currency for a single product [closed]
- Simple Online Payment for Event Registration [closed]
- How can I pass a custom/dynamic product to the Woocommerce cart?
- How to make products with no cost in WooCommerce
- wp e-commerce sort by stock [closed]
- E-commerce for wordpress [closed]
- WooCommerce: multiple input field for multiple product variations
- Problems with migrating a WooCommerce orders [closed]
- WordPress User Post Products
- ecommerce plugin with “buy for a friend” feature [closed]
- Displaying custom post types as a gallery
- Let users sell video in my website [closed]
- Change WooCommerce add_to_cart Button Text?
- Create a regular post for every WooCommerce order
- Creating open content area and restricted content area
- WP-eComerce Advance Meta Tag data in descending order [closed]
- product export and import using xml
- Recommende e commerce plugin for simple needs [closed]
- Simple webshop-plugin? [closed]
- Permalinks and pagination are not working in WordPress with WP e-Commerce plugin
- Looking for a simple e-commerce plugin [closed]
- WP E-commerce wpml translation or multilingual
- Can Shopp or WP ecommerce create something as extensive as these sites? Other recommended solutions?
- Get category slug of the Parent category of a Product
- Shop Category Pages missing s
- WordPress Development Workflow
- WooCommerce Stripe Test mode
- How to get content on a blank basket/cart page in a custom theme with woocommerce
- Possible to have multiple Authorize.net accounts on the same site?
- How to allow registration only from a certain location?
- E-commerce-like solution [closed]
- WP e-commerce sales-view
- How do I stop out of stock items from appearing on my WooCommerce site when using the Layered Nav widget [closed]
- Best Shopping Cart for WordPress [closed]
- Can Shopp Commercial Plugin be hacked to display radio buttons instead of Dropdowns? [closed]
- Turning Existing Eccommerce Site into Multi-SIte
- If YITH Wishlist page is set to the WooCommerce my-account endpoint, the endpoints stop working all together. Any solution?
- WooCommerce product prices not showing up correctly [closed]
- What is the easiest and cheapest way to sell a download on my website? [closed]
- Shopping plugin with user groups [closed]
- is it possible to create cart functionality without woocommerce? [closed]
- What is the best and cheapest way to generate dashboards about conversions data and store users? [closed]
- A multi-section WordPress store [closed]