I already had this problem with another project. Christian had the solution for that project. Place a hidden div <div class="product_title" style="display:none">[wpv-post-title]</div>. With this project it is also the same problem but I can't see where to place the code. I made the booking part to be in the sidebar. The Text widget is showing everything thru [wpv-woo-buy-options add_to_cart_text='']. Where do I put the hidden div?
I already build a site. I am using the [wpv-woo-buy-options add_to_cart_text=''] code for showing the woocommerce buy options in the sidebar. But there is a bug that is showing the Undefined title. hidden link Christian solved that one already. The big difference with the site I have the problem now is that ................. wait. Lets try something 🙂
Yes, solved it. I just placed the code <div class="product_title" style="display:none">[wpv-post-title]</div> behind [wpv-woo-buy-options add_to_cart_text=''] and it worked fine. hidden link
Do you need info for solution? For me it is solved.
Maybe for anyone else reading this you could clarify what you mean by "behind" in I just placed the code <div class="product_title" style="display:none">[wpv-post-title]</div> behind [wpv-woo-buy-options add_to_cart_text='']
The code in the text widget in the text part was like this:
[wpv-woo-buy-options add_to_cart_text='']<div class="product_title" style="display:none">[wpv-post-title]</div>
This helped to stop the Undefined error