I'd like to force woocommerce to thick "virtual" checkbox on Variable products when i create new variations.
Is that possible?
I tried some code but it worked on products, not on variations.
Thank you
Related
Tried a lot of different functions to automatically preselect a specific category when clicking "Add new product" in WooCommerce. But nothing works! I just want a specific category to be preassigned when creating a new product. Is there any simple function to functions.php that do this?
To set the default WooCommerce product category, visit the product category page here: Products > Categories. Once there, hover over the category you want to set as default and click on the ‘Make Default’
might as well get rid of the incredibly unuseful Uncategorized product category. If it’s currently set as the default you will need to set another category as default first. Then simply hover over Uncategorized and click delete.
I have a woocommerce store and want to make a custom order of my products.
Users access directly category pages, no shop archive page.
Do you have any good solutions for making a custom order here ?
I Tried using plugins and also giving those products a number... but all did not work.
kind regards
You can assign a number to each woocommerce product in wp-admin.When you edit or add product than you will see a menu order option just input a numeric number.
I am trying to change the product price in Woocommerce, I know that I can make massive changes by clicking on "Filter" and "Edit" to apply one change to every product. That works fine with simple products, but with variable products that do not happen.
Is there a plugin to make those changes?
I am new to Woocommerce.
I need to make product list pages for Windows, Android, and Accessories.
I already organized them by categories and made setting to display by "categories and subcategories."
However, in Shop page, still the products are showing.
Can anyone tell me what is wrong with this?
Also, how to make multiple category product pages?
For example, windows products page only need to show Windows products. And Android products page only need to show Android products.
Thanks,
WooCommerce has default product category template and it has a default slug named 'product-category'.
So you can show different products by using the link likes:
http://yoursite.com/product-category/windows
http://yoursite.com/product-category/android
There are also some plugins that provide shortcodes/elements, so you can insert the shortcode or element on your page to show products for specific cateogry.
For example, if you are using WooCommerce with Visual Composer, there is a Product Categories element.
So you can insert the element with specific category setting on your page.
First you should delete the shop page and make a page what you want to name. Also make a category with the same name. Then use this short code [products limit="8" columns="4" category="hoodies, tshirts" cat_operator="AND"] . In the place of hoodie and tshirt you specify your own category's slug name and that's it. And paste it in the page short code box. Now the page will only show one specific category product in a single page. You can also change products limit and number of products in a row.
I'm completely new on wp Woo Commerce.
Using wp AllImport I try to get products from the site bellow but for usability I have one big problem - users need to select all options even there is only one option, to buy a variable product.
Is there a solution to display variable products in woo commerce as in this website?
and orphan attribute to be shown as label but in same time to be selected?
Please note the dropdown is show only if there is another attribute (variant) with different value.
I've try to filter orphan values from my Array() but the product has not full details as I wish.
Please see my work result
As you can see you need to select all dropdowns to buy the product.
Thanks in advance