Are you using an image swatch for variations or the default drop down?
I’m assuming you’re not using the default description field to show users the tip?
Hi, thanks for a quick reply! This is just an example. I’m looking to add it to the default variation dropdowns. So there’d be a (?) with a tooltip on hover behind ‘Plan length’ for example:
https://towers.themixfix.nyc/wp-content/uploads/2019/05/Screen-Shot-2019-05-03-at-20.00.02.png
Ah. So on the attribute label. Got it. I’m not sure I’ve seen any plugins for something like that. Let me ask around.
I saw this in the forum from awhile ago. Don’t think they were successful either.
https://ww.wp.xz.cn/support/topic/woocommerce-attributes-tooltip/
Yeah, I’ve been searching as well. I can’t find anything about it on github either, but I might not be using the right search terms.
Thank you! 🙂
Yep, I found that one as well. I’m fine html coding this actually so I don’t need a plugin to create tooltips. I just need to find a way to get them behind that attribute label on the product page.
The code for these is inside the file variable.php inside templates/single-product/add-to-cart/. However, they’re being generated in a foreach attribute loop and I’m unable to find a way to add tooltips next to each attribute label.