edwynn
Forum Replies Created
-
I have used this code temporarily:
//Change the 'Billing Fields' checkout label to 'Contact Information' function wc_billing_field_strings( $translated_text, $text, $domain ) { switch ( $translated_text ) { case 'Billing Fields' : $translated_text = __( 'Detalles de Facturación', 'woocommerce' ); break; } return $translated_text; } add_filter( 'gettext', 'wc_billing_field_strings', 20, 3 );- This reply was modified 4 years, 3 months ago by edwynn.
Forum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Fee repeats twiceThe solution I found was that when the payment method fails, the cancellation is made immediately. It does not allow you to pay by email when trying again. The customer has to place the order again. If you find how to update the check out I am interested in it.
I will solve it by canceling the order and for the client to ask for it again if the payment method fails.
The order pay cannot be updated, I don’t know if it’s woocommerce or plugin theme.
Here’s the steps to reproduce:
Admin/BackendManually create a new Order in Admin
Select a customer
Set the status of the Order to “Pending payment” screenshotFrontend
Login the customer
Go to My account > Orders
Click the Pay button screenshotIf you have multiple payment methods, the commission is not updated.
I see this url
pay_for_order=true&key=wc_order_eUN7rQbEz6QTF
The commission does not appear when changing the payment method
Hi @kenil802
If the payment fails, an email is sent to the customer from woocomerce, which is a payment reminder.
When the client opens the email, and wants to change the payment method, the payment remains fixed and the commission is not changed depending on the payment method to choose. I have 3 different payment methods and each one has its commission.
You can see the error in the following images
https://ibb.co/LQxpB7R
https://ibb.co/Q93WbxF- This reply was modified 5 years, 7 months ago by edwynn.
Forum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] Fees Not ShowingI have added a commission for paypal, but at the time of payment such commission is not reflected for the client.
I am using Woocomerce: Version 4.1.1
I just change this line and it work.
ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;Thank you for the support!!
- This reply was modified 5 years, 11 months ago by edwynn.
@conschneider I see this error when i try your sql code in mysql.
# 1067 – Invalid default value for ‘timestamp’
@conschneider I have tried to download the file but it is empty. You can upload it again.
Thank you
- This reply was modified 5 years, 11 months ago by edwynn.