woocommerce-theming Questions
9
Solved
I want to override woocommerce templates from my theme. I follow all the steps from the official documents of woocommerce. And I'm sure that there is no woocommerce.php file in my theme.
So, I can...
Pierpont asked 23/8, 2017 at 20:13
2
I am trying to add a select field to Woocommerce Shipping tab and to Shipping Zones section of it while creating a new shipping zone. I found this on official documentation of Woocommerce while sea...
Wringer asked 11/4, 2018 at 6:23
1
I've copied the folder plugin/woocommerce/template to theme/mytheme/woocommerceand designed a new template and just checked Woocommerce/System Status to make sure overridden is worked.
The template...
Asphaltite asked 30/3, 2016 at 11:58
1
Solved
In my custom plugin I need to catch every time an order status changes from wc_on_hold to wc_completed so I tried to write down:
function so_status_completed( $order_id, $old_status, $new_status ) ...
Thump asked 6/2, 2022 at 8:32
1
Solved
It's the continue of my previous question
Woocommerce how to exclude the child pages (endpoints) of myaccount from the template redirect hook?
The login-register form has to be shown only like popu...
Botulism asked 17/12, 2021 at 15:58
1
I'm creating a filter widget to show WooCommerce products followed by product count for the category, and it will also work when search string exists.
Like,
These three categories,
Laptops (5),
De...
Unbend asked 30/1, 2016 at 12:47
4
Solved
Is there a way to display the product category name on the WooCommerce archive-product.php page.
My product category name is "Bracelets", and I'd like that to be displayed as a title on t...
Danford asked 4/11, 2014 at 22:50
1
Solved
how to change WooCommerce product title on loop, for example change product tile in shop, category page etc.?
I am looking for the hook that can help to solve this issue. When going to woocommerce/...
Kurd asked 18/12, 2017 at 5:26
1
Solved
Is it possible to get an ID of a WooCommerce product only by knowing it's slug? I need to fetch the product's price outside the product's page.
Torrell asked 29/9, 2017 at 10:9
1
© 2022 - 2024 — McMap. All rights reserved.