Tagged Questions
0
votes
0answers
38 views
How to add X number of products to woocommerce cart at once
I am trying to add x number of products input and button to my catalog page so I can select a number, then hit add to cart.
Is it possible to add in this function? The user will provide a number ...
-1
votes
1answer
525 views
WooCommerce Order Status Displays Twice on Order Page
I modified the woocommerce_custom_order_columns function to make some changes to the WooCommerce Admin Order page. Everything works great, except that Order Status shows up twice (but only for the ...
1
vote
2answers
893 views
Woocommerce Change placement with wrapper
I am trying to change placement of Price from top to beside the Add to Cart button and want to wrap Price and Add to cart button (form) both with one div.
I dont know either it is bad way or correct ...