matteo raggi
Forum Replies Created
-
Thanks, I sent an email to the support.
I understand well, thanks, but in the order page , I can edit only the shipping address and the invoice data, I can’t edit my subscribers to the course, maybe I should go to the premium support, because I created a new section and this is only for the premium users if I remember well. https://www.themehigh.com/docs/support/ Let me know, thanks!
Thanks! loosing so much time about the autentication I was not remembering to enable the apple pay and gpay. Super thanks !
Clicikg the button that you suggested me it added also the domain with www. great! here the anser of the plugin:Domain registered successfully. You can confirm in your Stripe Dashboard at https://dashboard.stripe.com/account/apple_pay
Fastcomet solved the issue for me adding one more line into the .htaccess file. Issue solved!
Forum: Plugins
In reply to: [Material Design for Contact Form 7] CF7 Material Design Alternativeso maybe with php 7.4 the “Contact Form 7 Material Design plugin” would works well?
Great it works, thanks!
yes thanks, great!
Super yes, I just made a test on backend imaginating that a client phone call me and asks at phone to have more products, but then the discount in that case is not calculated automatically..
- This reply was modified 1 year, 1 month ago by matteo raggi.
In some way I solved the issue, thanks.
Forum: Plugins
In reply to: [WooCommerce] How to disable the fast/quick payment section in the checkout?I found the solution, it was coming from a setting of the plugin named “Payment Plugins for Stripe WooCommerce“
Ops, you are right, I am using “download monitor”, thanks!
- This reply was modified 1 year, 1 month ago by matteo raggi.
Forum: Plugins
In reply to: [WooCommerce] How to insert products with titles longer than 120 letters?Grazie, la AI mi ha dato il codice PHP giusto, buona giornata.
// Adjust WooCommerce product title character limit
function custom_wc_max_title_length( $length ) {
return 150; // Change this value to your desired character limit
}
add_filter( 'woocommerce_product_title_character_limit', 'custom_wc_max_title_length' );Using 1234567,89 with Paypal it still says:
“Stripe Payment ID does not exist.”
instead with stripe it works well.Using 1234567.89 Paypal still says: “
Stripe Payment ID does not exist.
“
and Stripe says “Error! Something went wrong during checkout and payment couldn't be approved.
“
Only the payment that worked with the sandbox sent the email and saved the data in the database of course.- This reply was modified 1 year, 3 months ago by matteo raggi.
Yes I am using the latest version, of Forminator, thanks, and I enabled the debug mode(but I didn’t made the downgrade of Forminator) for the paypal field and I tryed again in live mode and I received again this error: “Error! Something went wrong when verifying the payment”. And now where could I find the new error logs of paypal in debug mode?
- the api credentials both live and sandbox are perfect
- The paypal data are correct and fullfilled
- I am not in sandbox but live
- I into paypal.it account (live mode) I found 29 reords in the error log, all of them says:
– error status: 422?ERROR
– Event type: POST /v2/checkout/orders
– Description: The requested action could not be performed, semantically incorrect, or failed business validation.
I hope these can help us to find the issue..