Insert fee in woocommerce excluding charges for some product categories
I have a client who has a WordPress + WooCommerce store. He asked me to include a fee in the store, but that not all categories would be charged. I would like to insert a fee of 7.40 (Receipt Notice Fee) for all product categories, but excluding some categories.
How to add billing and order data to a custom woocommerce email template
I have inherited a PDF voucher plugin and would like to fetch and display custom order data in the woocommerce email template. This is the original email code. I would like to display the customer billing first name.
How to add billing and order data to a custom woocommerce email template
I have inherited a PDF voucher plugin and would like to fetch and display custom order data in the woocommerce email template. This is the original email code. I would like to display the customer billing first name.
How to add billing and order data to a custom woocommerce email template
I have inherited a PDF voucher plugin and would like to fetch and display custom order data in the woocommerce email template. This is the original email code. I would like to display the customer billing first name.
How to display products with the tag hot-sale to be displayed at the top of the product list in all sections
I want the products with the tag hot-sale to be displayed at the top of the product list on the Shop, Archive, Product Search Page, or any section where the product list is displayed, regardless of the sorting order, and then the other products to be displayed.
In WooCommerce, I want products with the tag hot-sale to be displayed at the top of the product list in all sections
I want the products with the tag hot-sale to be displayed at the top of the product list on the Shop, Archive, Product Search Page, or any section where the product list is displayed, regardless of the sorting order, and then the other products to be displayed.
In WooCommerce, I want products with the tag hot-sale to be displayed at the top of the product list in all sections
I want the products with the tag hot-sale to be displayed at the top of the product list on the Shop, Archive, Product Search Page, or any section where the product list is displayed, regardless of the sorting order, and then the other products to be displayed.
Woocommerce payment setup – “problem redirecting you to account conn page”
Good afternoon.
I am setting up my small greeting card webshop using woocommerce (www.watercolourwithlove.nl). I have setup my products, however in trying to complete the woopayment, “verify business details”, I have encountered this message, “There was a problem redirecting you to account connection page.”
Woocommerce Bookings block anda availability
I hace a problema: I have a product that is departments. These are available on Tuesdays and Fridays only. Within three days. And I have them enabled with the day per week ranges. But there is a specific day For example, Thursday, September 23, which must be enabled. That is the exception. My problem is that it doesn’t catch that exception in any way, not even applying the ranges
Customize subtotal text in cart page but ONLY one of them
I would like to customize the subtotal text in cart page. Unfortunately it seems that WC has the same text on both columns hardcoded (see image). I want the item subtotal text be different than the Cart Totals subtotal text. Ideally, I do not want to use modified WC templates in my child theme but use some code inside functions.php instead.