When using the ‘Options’ feature of Rapidcart Pro you get the attached popup which the customer can select from the available options that apply to that product, before proceeding to the cart and completing the order.
I’d like to add a tooltip to one, or more, of these options. In this case it would be to provide more info on the ‘Annual Sanitisation’ option shown.
There doesn’t appear to be a ‘built in’ tool tip facility to do this in RCP, and because this is part of the RCP plugin I can’t just drop one of the Tool Tip stacks into it.
Appreciate any advice on if/how this could be possible.
I wonder if html would render. You could try something like this: <abbr title="Description of option would go here">Annual Sanitisation</abbr>
And it should render like this: Annual Sanitisation
Thanks, that’s got me on the way to something I can use. I’ve made it so it is just the fa icon that triggers the tip on hover and added a bit on in line styling to it.