Some issue need to fix
-
Hi, I have an issue, which one needs to fix.
I add a calculator field from the plugin and create a form like that: https://doaminclubbd.gsuite.com.bd/renew/
then I create product variable in product page like that: https://doaminclubbd.gsuite.com.bd/product/renew/
add some JS code to connecting it WooCommerce in calculator field from plugin like that:
var pId = jQuery(‘.elementor’).attr(‘data-elementor-id’);
var url = ‘https://doaminclubbd.gsuite.com.bd/cart/?plan=renew&qty=’ + encodeURIComponent(jQuery(‘[id*=”fieldname13_”]’).val()) + ‘&dur=’ + encodeURIComponent(jQuery(‘[id*=”fieldname10_”]’).val());
window.location = url;Now It’s going cart page, but here not show the calculator field form any information, but I want in cart page to show the calculator field form information, for that which code I need to add.
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Some issue need to fix’ is closed to new replies.