luispf39
Forum Replies Created
-
Hi,
I’ve just sent it 🙂
Thank you!
Hi!
Now it works fantastic. The only thing is in Woocommerce the transition effect between pages doesn’t work.
Is it a bug or in Woocommerce Gravity Forms insn’t available this transition?
Thank you so much,
RegardsBTW, when I installed your last version some elements stopped working fine, like Woocommerce statistics in the backoffice, and some elements like checkboxes.
I installed again the old version, and it’s working fine. I think there is a little bug somewhere 🙁
Oh! Thank you for your fast solution!
Finally our developer repaired it, but we lost the transition effects and all the page needs to be reloaded when you have multiple pages in a Woocommerce form.
I have installed your last version. Do you mantain the transition effect in Woocommerce? Or does your plugin reload all the page between pages?
Thank you so much, again! 🙂
Yes, I think it is using this filter (gform_form_tag), I have this code into into de form archive.
class woocommerce_gravityforms_product_form { private $current_page; private $next_page; private $form_id = 0; private $product_id = 0; public function __construct( $form_id, $product_id ) { $this->form_id = $form_id; $this->product_id = $product_id; add_filter( 'gform_form_tag', array( &$this, 'on_form_tag' ), 10, 2 ); add_filter( 'gform_submit_button', array( &$this, 'on_submit_button' ), 10, 2 ); }Any idea?
- This reply was modified 6 years, 2 months ago by luispf39.
I’m using WooCommerce Gravity Forms Product Add-Ons
Hi,
On this URL there is the form into a product: https://divorcios.ditsmarketing.com/producto/divorcio-sin-hijos/
On this URL there is the same form, but into a page: https://divorcios.ditsmarketing.com/test-form/
Thank you!
LuisForum: Plugins
In reply to: [WC Fields Factory] Important problem with cartPlease, could you try it again? It doesn’t work… sometimes yes, sometimes no.
All the products have the same configuration, but now any product isn’t showing data from your plugin 🙁
- This reply was modified 7 years, 8 months ago by luispf39. Reason: It doesn't work again
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cartHi again @sarkparanjothi,
I added a second field in Admin, and both disappeared from the front.
Any idea? Required are disabled in both, and the main configuration is the same.
Thanks
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cartExcellent @sarkparanjothi! Now it is working fine! 🙂
One more question, about another doubt: is it possible to fill the Admin field with the same content as a Custom Field? Is there any shortcode or code I could use?
Thank you for your kind and excellent help,
LuisForum: Plugins
In reply to: [WC Fields Factory] Important problem with cartI removed “required” and now I can add items to the cart. But I can’t see the field in the card…
Here you have the screenshots: click here
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cartDone, all the products has the admin field activated now.
Here you can see the example: click here. It’s impossible to add something to the cart.
Hope you could find the solution… Thank you so much!
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cartThe plugin was working fine at the beggining, so I enabled it corretly.
The main problem is that after first moment, I can’t add more products to the cart (The button “Add to cart” didn’t work anymore), and the fields from the plugin disappeard.
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cartYes, I am using admin fields at the moment
Forum: Plugins
In reply to: [WC Fields Factory] Important problem with cart