chemist75
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] Missing detailsMy temporary fix
add_action('woocommerce_checkout_create_order', function($order, $data) {
if (empty($order->get_billing_email())) {
$order->set_billing_email($order->get_shipping_email());
$order->set_billing_first_name($order->get_shipping_first_name());
$order->set_billing_last_name($order->get_shipping_last_name());
$order->set_billing_address_1($order->get_shipping_address_1());
$order->set_billing_address_2($order->get_shipping_address_2());
$order->set_billing_city($order->get_shipping_city());
$order->set_billing_postcode($order->get_shipping_postcode());
$order->set_billing_country($order->get_shipping_country());
$order->set_billing_state($order->get_shipping_state());
$order->set_billing_phone($order->get_shipping_phone());
}
}, 10, 2);Forum: Plugins
In reply to: [Payment Gateway for PayPal on WooCommerce] Missing detailsSame problem here, nothing in the billing adresse,
customer information only in shiping adresse
I still waiting for next release,
wp-content/plugins/weglot/vendor/weglot/weglot-php/src/Client/Factory/Translate.php on line 67
Forum: Plugins
In reply to: [The Events Calendar] the translation of the phraseForum: Plugins
In reply to: [The Events Calendar] Update errorsame issue,
I deleted the folder
wordpress/wp-content/plugins/the-events-calendar
reinstalled the plugin with wordpress and all returned normal without losing any event
- This reply was modified 9 years, 2 months ago by chemist75.
Forum: Plugins
In reply to: [The Events Calendar] Missing translationForum: Plugins
In reply to: [The Events Calendar] Events for- French translationThanks @oliwood11
Do you know if the event pro has the same bug…
Forum: Plugins
In reply to: [The Events Calendar] Events for- French translationI already look
wp-content\plugins\the-events-calendar\lang\the-events-calendar-fr_FR.po
and
wp-content/languages/plugins/the-events-calendar-fr_FR.poForum: Plugins
In reply to: [The Events Calendar] Events for- French translationin fr.po
#: src/functions/template-tags/general.php:1137
msgid “%s for”
msgstr “%s pour le”but is not for this title