timprys
Forum Replies Created
-
This is a very old iPad running iOS 9.3.5 from a client of mine. On a newer model there is no problem. Don’t think it is relevant to modify the plugin considering I am the first one with this problem. My client is going to buy a new iPad.
Kind regards,
TimNo problem, I found a solution that can also serve. I’m going to add a default email address via jQuery. Script for info for others who would like this.
jQuery(“.add-booking”).click(function(){
jQuery(‘#rtb-email’).val(“[email protected]”);
});Kind regards,
TimGreat! You guys made my day. Thank you very much!
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Hide shipping on virtual productsI have found a possible solution.
Show the Billing and the Shipping steps together.It is the case that I first sell a membership before buying products in my webshop. The memberships are virtual products and then a shipping address is strange in the checkout. I now change the title of the step dynamically with Jquery.
Thanks for your quick response.
Regards,
TimTranslation part is solved 😉 sorry