Questions tagged [woocommerce-theming]
307 questions
-2
votes
1 answer
How to exclude product categories in WooCommerce?
how can I exclude woo product categories only in the front of the shop with the function?
Can anyone help me?

Nero
- 41
- 3
-2
votes
1 answer
woocommerce display order id on checkout page
i try to show order id on checkout page in woocommerce_before_checkout_form action but i've no value
function action_woocommerce_before_checkout_form( $checkout ) {
var_dump(WC()->order->get_customer_id);
echo'
…

loopin man
- 1
- 1
-2
votes
1 answer
Woocommerce New Order Email Template
In Woocommerce, once customer place an order, the email notification that is sent has a Payment Instruction from the payment method itself. I would like to move the payment instruction below the order details like:
Order Details
Payment…
user6598317
-2
votes
1 answer
How to get another woocommerce css theme to put in my main theme?
Sorry for being a newbie but i really need your help.
Heres the problem: i have my main wordpress theme with woocommerce, everything works fine. The thing is: i have a secondary theme with another woocommerce style and i need to get this woocommerce…

ncesar
- 1,592
- 2
- 15
- 34
-3
votes
1 answer
Theme development issue: WooCommerce cart and checkout does work
I'm currently working on a theme that is compatible with WooCommerce, I started to create and customize single and archive pages, but when I got to the cart and checkout page, the pages not working and when u open the links, instead of cart the…

matin saber
- 52
- 6
-4
votes
1 answer
Modify existing woo-commerce website design with new structure
Can we change the existing woo-commerce UI design with new structure keeping old data of the website? We have a woo-commerce website that is using an inbuilt theme. We have used child theme for its customization, but now we have to completely change…

ramya
- 2,350
- 6
- 31
- 57
-5
votes
1 answer
How to create custom label and show lowest variation price in front WooCommerce
I want to show custom label and lowest variation price in product listing pages including Home page. Search throughout but didn't found any solution.
I have no idea for this. Can somebody help me with this. Any help highly appreciated.
Thanks in…

WP Learner
- 788
- 1
- 13
- 34