diegpl
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] Balloon does not appear for meYes, I got how it works now. I think it is not so clear. Maybe you can improve that, I spent much time trying to fire it out. Closing the thread now. Thank you a lot! ๐
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Import export settings?Hi @frafor really thank you for the information. So, if I use a wpms, I just need to open its own wp_options table to get that, right? Thank you!
Forum: Plugins
In reply to: [WooCommerce] Custom input validationIt seems the code runs, since I see the validation warning, but it never gets true, to go ahead. Tks!
Ok, I just sent u a message. I really would like to be able to do that through your plugin, since my client would be able to manage that by himself. However, I also would like to know how to do that through php. I do not know if that is on your scope, so here is the code, which is not working, do you know tell me why?
//https://rudrastyh.com/woocommerce/custom-checkout-validation.html - hook woocommerce_after_checkout_validation did not work //https://stackoverflow.com/questions/28603144/custom-validation-of-woocommerce-checkout-fields add_action( 'woocommerce_after_checkout_validation', 'misha_validate_fname_lname', 10, 2); function misha_validate_fname_lname( $fields, $errors ){ if ( strpos( $fields[ 'billing_n_matricula' ], 300) === false ){ $errors->add( 'validation', 'Seu nรบmero de matrรญcula parece estar errado, favor digitar o correto.' ); } }It seems the code runs, since I see the validation warning, but it never gets true, to go ahead. Tks!
Essa conta corporativa รฉ a que fornece os discontos? Se eu colocar esse login e senha ela passarรก a funcionar corretamente jรก com o novo preรงo? Obrigado!
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Woo Discount Rules bug and delayRemoved. So, you are assuring me if I buy the pro version to use your private support the delay and the bug will be fixed? Tks.
Now it is showing on product variation too, but below the variation option, I do not know if it would be better to appear above as some of other plugins though, but would be nice to be able to choose.
It is showing the right price on cart page now, but not on the cart widget that some themes have. There, the price is still wrong. Some of these themes are very popular, so, might be you who forgot to set something about that on the plugin. Please, let me know if that is fixed if u can. Tks! ๐
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Increase discount per unitOk, really thank you for the answer. If you add that in the future, please, let us know ๐
Closing this thread now then. Tks! ๐I need to try to set one that show the products discount and keep it on the cart total. Working on that now. So, maybe the links will not show what I am talking about anymore. Here is the screenshot link then: https://drive.google.com/file/d/12awxet7B5vgWAU7fZy0nyeaC7YuPbJgw/view?usp=sharing
Thank you! ๐
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Increase discount per unitThe real time can be seen here https://docs.flycart.org/en/articles/3290414-how-to-show-discounted-price-dynamically-when-quantity-changes – but as you can see, the user needs to click many times to check the discount. It is not given as the user drags a range element. Could I get that done through some way or another plugin to integrate? Thank you! ๐
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Increase discount per unitI got I can set discount based on a range. But I am asking about the rang element I can drag and drop on the products page, so the person do not need to click many times on the quantity to increase or decrease it or type the value, the user could see the price in real time dragging a range element. Did you get it? Thank you! ๐
Good to hear about real time on the roadmap ๐
But total cart seems to have a problem. Please, add 21 products here https://provestuniformes.com.br/produto/kit-cartuchos-g04-am-ma-p-resp-l-9000-c-1/ and click on “comprar”, then go to https://provestuniformes.com.br/carrinho/ – you will see the total cart price is 60,01×21=1.260,21 (no discount applied). It should show up as 54,01×21=1134,21
Is that a bug or am I loosing something here? Thank you very much! ๐That is good to know, so I will be able to set a fallback for the “what can I help you question”. Otherwise I would need a @sys.any keyword, what could mess things then. Closing this thread now. Thank you! ๐
Hmm, on the tests I am doing, seems that this is a needed feature to establish a good conversation with the user, because depending of his answer on this second question there is no way to give a proper statement about the product. Does that have a work around in some way? Maybe through development (which I am might available to help in some way) or through a pro version of some module?
Or you do not agree this is a feature that could be on the roadmap? Tks!Hmm, it seems it was just a quick bug on Dialogflow. After I refreshed the page it has been saved. I was able to set Dialogflow to work now, tks! ๐
However, it is still now clear for me what is that file I uploaded? Should I use the intents it set for something? Because If did not change anything.
I also realized Woowbot overloads the WPbot, was that really supposed to work? Can not I get Woowbot working with dialogflow too?