Archived topic
Show woocommerce color in product title when selected
3 replies · Started by Wesley on January 23, 2021
I'm trying the following:
https://stackoverflow.com/questions/60193910/change-woocommerce-product-name-include-color-when-attribute-selected
But the code doesn't seem to work. Is there an adjustment I need to make for generatepress?
Greets,
Wesley
Hi there,
GP uses the default Woo templates, so if that code works with Woo then it should work with GP.
Just looks like the code doesn't do what its meant to.
Try this one:
https://stackoverflow.com/a/47481817
The user says he has tested. Note that it uses the blur() event handler, so the user would need to click away from the select box after a change has been made for the title to update.
The blur thing is kind of a bummer. Think I'll do it through an import and just adjust all the names of the variations. Thanks David!
You're welcome