Tagged Questions
0
votes
1answer
31 views
WooCommerce checkout gateway creating redirect loop
I have set up PayPal as my payment gateway for WooCommerce, do not have an SSL certificate, and am not forcing SSL. Checkout and payment are set to go to the checkout page. When I try to test the ...
0
votes
1answer
56 views
Display products from specific category in shop page
I know many people asked for this question but I didn't find a proper way to do it. How to add a simple meta_query (product_cat) before the execution of the shop page's query.
Maybe by using a filter ...
0
votes
1answer
378 views
Sorting Woocommerce products with numeric titles
Just started playing around with Woocommerce, ran into a problem. I have a bunch of items (100+) and all of them only have a number as product title, 1,2,3 etc. The problem is that Woocommerce outputs ...
1
vote
1answer
2k views
WooCommerce Product Page Loop - Output All Product Thumbnails
http://69.89.31.200/~horologi/shop/
I'm working on the site above and the client has requested that on the shop page, all the product information is displayed on that page, including all product ...
1
vote
0answers
511 views
Display products for a category, sorted by post_excerpt
I'd like to display a list of products for a certain category, sorted by the post_excerpt.
The original code I used was this:
$args = array(
'tax_query' => array(
array(
...