woocommerce product option and single-product - wordpress

I want to add 3 checkboxes to the product page which are product options such as assembly, gift wrap & accessories. I want these to be assigned to the single product.
For example if i'm on a single product page underneath add to cart the customer can check these options.
I know of add_to_cart() but that adds single products to cart i want these options to be linked to the current product?
What is the correct way of doing this? at the moment i can't update woocommerce, so the plugins that accomplish this use functions not available in woocommerce 2.0

Related

Show main product name when linked product added to cart

I have a website with Storefront and WooCommerce and I have product and have linked multiple products to it. Now when I go to the product page and I select a quantity for the linked product and click on add cart, I get the linked product name and not the name of actual parent product.
I tried looking for solutions but can't find any. Thank you.

custom order of products in woocommerce category page

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.

Displaying a custom drop down list in a Woocommerce product table

I would like to display a custom drop down list in a woo-commerce product table for customer's to make a selection before adding product to cart. I have installed the Advanced Custom Field plugin and the Woo-commerce Product Table Pro. I do not want to use woo-commerce's product variation feature.
Does anyone know how I can display the custom drop down list I created in the product table?
You just need WC Fields Factory Woocommerce extension which helps to add custom fields to your Product Page, using which you can gather additional information from the users while they adding the product to Cart.

Issue in add the product to cart when price field is empty

I am using https://wisdmlabs.com/woocommerce-user-specific-pricing-extension/ plugin in my site. Using this plugin i have add variations and price for each products. But i have one issue here. I can’t able to add the product to cart when the regular price field is empty.
What can i do for this?

Woocommerce How to make multiple product pages?

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.

Resources