WooCommerce tagged posts
-
Apply the price of a WooCommerce product variation to all variations
January 25, 2022
Category: Support, Web Design, WooCommerce
-
If you have a WooCommerce product with a lot of variations that are all the same price, entering/updating the price can be a little frustrating as you must update the price manually for each variation. For a product with three colour and size attributes this is only nine total variations, but if you could update the price for all nine with one click, surely you would? With a little bit of JavaScript added via an action hook, you can.
UPDATE: As it turns out, WooCommerce has added built-in support for the bulk editing of variations...
Read More -
WooCommerce Bulk Product Edit
April 3, 2021
Category: Support, WordPress Video
-
Product Price Bulk Editing
Login to your WordPress Dashboard
Go to the Products admin page.
Click Screen Options (top right)
Set Number of items per page to display all Products you want to edit.
Close Screen Options drop-down.
Filter by Category to only edit Products in specific Category
Click Filter.
Click the Check Box at the top of the left column in the Products List to select all Products listed or check only those you wish to edit.
Click on Bulk Actions > Edit > Apply.
Click Price drop-down.
Select Sale > Change to:
Choose Set to regular price increase/decreased by fixed amount or %”
Enter e.g. 30%
Update.
Read More -
Add Variable WooCommerce Product
February 13, 2021
Category: Support
Comments:
-
Login to your WordPress Dashboard
Select New from the Menu at the top of your browser screen
Select Product from the Drop Down Menu
Enter the Product name
Enter Yoast SEO Focus Keyphrase and Meta Description. Usually copy of Product name.
Select Variable Product from Product data drop down
Select Taxable for Tax status
Select Standard from Tax Class
Select Attributes and Custom Product attribute For This Type Product
Click Select all below the Values field. Click Save attributes.
Click Variation then Go next to Add Variation then the Variation you want at the bottom of the list your customer sees.
Click Expand to enter the Variation details
Enter SKU, Price, Weight, Length, Width, Height(12x12x12 for small products where pa...
Read More