Woocommerce TAX based on product class [closed]
Closed 1 hour ago.
Woocommerce: Correct incorrectly migrated products
I have migrated products from another shop and the attributes were saved as term names. When I open up the product page, the attributes are missing. But if I edit the product, the correct attribute values are displayed and if I save it again straight away, Woocommerce corrects the attributes, removes the value, sets “is_taxonomy” to “1”, writes this into the meta field ‘_product_attributes’ and creates an entry in “term_relationships” for the product id.
Woocommerce shop-2 page is getting empty
I run online shop (Hoster on Hostinger.com) with Woocommerce and Woodmart template. I run shop on two languages Georgian and english. Shop page on english version: domain.com/en/shop-2 is getting empty in every 1-2 days. I delete shop pages create them again, saving permlink page again also saving settings in Polylang setting and it works but same issue in few days.
Editing the woocommerce checkout page “order notes” with new checkout block
How can I adapt the following code to make it compatible with the new checkout block?
Create the page for Sales product in Woocommerce
For all #woocommerce users, please share you approach to create the sale products. This sales page should work and look like shop page. For example: the sales page should have pagination, products sorting etc.
Create the page for Sales product in Woocommerce
For all #woocommerce users, please share you approach to create the sale products. This sales page should work and look like shop page. For example: the sales page should have pagination, products sorting etc.
Wocommerce Product migartion plugin using python
I am building a woocomerce export plugin using python by database migartion i have written.
`
How to Update Order Date to Reflect Actual Placement Time in WooCommerce Block-Based Checkout?
I’m using the new WooCommerce block-based cart and checkout pages. I noticed that if a customer adds items to their cart, visits the cart or checkout page, and then leaves without placing the order right away, the order date is set to when they first visited the cart or checkout page. If they return a few minutes or even days later to complete the order, the order date does not update to the actual checkout time.
How to Update Order Date to Reflect Actual Placement Time in WooCommerce Block-Based Checkout?
I’m using the new WooCommerce block-based cart and checkout pages. I noticed that if a customer adds items to their cart, visits the cart or checkout page, and then leaves without placing the order right away, the order date is set to when they first visited the cart or checkout page. If they return a few minutes or even days later to complete the order, the order date does not update to the actual checkout time.
Filter by vendor( wcfm) in the woocommerce orders table
I’ve been trying to add a new filter to my WooCommerce orders table based on vendors. I successfully connected the WCFM vendors list to a dropdown menu, allowing users to select a vendor. However, when a vendor is selected, it does not display the related orders and instead shows a message stating that no orders are available. I believe the query is correct since it does show the list of orders.