Add CSS classes & IDs on booking confirmation
Posted: Sun Mar 08, 2020 2:31 am
I use tiny box on upsell items to provide a "View Photo" link that will pop open a photo in a lightbox. That works great. However, it results in the booking confirmation display showing funky text under that context:
I need to remove the "View Photo $50.00 per room one time" on the confirmation screen. I could do that using jQuery but only if you put a unique ID on each of the td tags. E.g.
When rendering the booking confirmation, please generate a unique CSS ID for each row so that if need be we can fix quirks like what i described above.
Thank you!
Code: Select all
<td style="padding: 0 10px 0 0">Wine and Cheese Basket - $50 View Photo $50.00 per room one time</td>I need to remove the "View Photo $50.00 per room one time" on the confirmation screen. I could do that using jQuery but only if you put a unique ID on each of the td tags. E.g.
Code: Select all
<td id="123432">Thank you!