smart people I have what might be a challenge at least for me anyway.
I’m using Woocommerce for ecommerce site but need to customize the Variable Product options to include more relevant variation info for my products. By default, Woocommerce gives you the following options for variable products, SKU, Stock Qty, Regular Price, Sale Price, Weight, Dimensions (LÃWÃH) , Shipping class. Can you show me how I would go about removing these options and adding my own. I need options like Construction, Max Load Single (kg), Max Load Dual (kg),Max Speed (km/h)…. I need this so each size attribute can have different variables.
After adding the custom fields to the tab I also need them to display on the front end Addional info tab.
Any ideas?
Image of panel need customised is
Thanks
You will need to hook into:
So something like this will do the trick:
This will create a new field. You will then need to save this data:
I hope this gets you on the right track!