I’m not completely sure what you mean and want but.
You can combine woocommerce source fields.
So a combined field with {size} X {length} {main title} is possible.
Select “Combine source fields” in the dropdown to combine the fields.
Auke.
Nice, thank you for advise, this is in some how what I have been looking for 🙂 and I overlooked this in dropdown.
But, problem that I found, if I am creating Custom Variations, I am not able to select them from dropdown menu. Would be nice if your plugin will include this.
Hi Idarek,
Please update your plugin to the latest version 0.15.0
It supports custom fields, custom variations and also product tags.
it’s a big update.
Thanks. Right now I am able to create custom title, but will be nice if will be able to use this for creation multiple variations for one product.
Let say I have BOLT as a Product
VARIATIONS … M12 M16 M20.
Instead creating 1 product for BOLT,
Would be nice to create based on MAIN products let say 3 products. Using to do this Custom Variations in title, would be able to archive
Product 1: M12 BOLT
Product 2: M16 BOLT
Product 3: M20 BOLT
When in woocommerce I will have only 1 product, and all above will link to this but just with different variations.
This will need to include SKU for Variations, as now is used for main product.
Just an idea for future.
Thanks for update.
Yes, i understand you would like to serve google a feed where all product variations are listed as single products right?!
That would be doable but has a drawback because Google wants the url from an item lead directly to the product. Other whiles your products will be disaproved.
google recommends only one item with a price on the landing-page, using:
either (a) a separate landing-page for each variant: e.g.
http://www.example.com/products/alcohol-1L-spray.html
http://www.example.com/products/alcohol-1L-refill.html
or (b) the same landing-page with the variant preselected: e.g.
http://www.example.com/products/alcohol.html?size=1L-spray
http://www.example.com/products/alcohol.html?size=1L-refill
the preselected item should show the proper
matching price and (size) variant on the page.
Thanks, now I understand. 🙂