Baptiste
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Plugin Error during setupHello Zubair,
Yes the website is a multisite, each site is it’s own regions who are managed by different users and thus the Stripe accounts should be all independent from one another.
I will check with the manager of this subsite and get back to the topic with the update.
Thank you for your input!
Best.
Forum: Plugins
In reply to: [WooCommerce] Seeking Help: Stripe Plugin Error in WooCommerceHi @doublezed2
Thanks for your reply, I’ve closed the post and opened one at the proper location.
Forum: Plugins
In reply to: [WooCommerce] Change the text for order statusHello,
Yes, you can modify the text of order statuses in WooCommerce. To do this, you’ll need to add some custom code to your theme’s
functions.php
file. For best practices, I recommend using a child theme to ensure your changes are preserved after theme updates.You can use WooCommerce’s order status hook to modify the text. Here’s an example function to change the text of the ‘Pending payment’ status:
add_filter( 'wc_order_statuses', 'custom_wc_order_status' );
function custom_wc_order_status( $order_statuses ) {
// Change the text of the 'Pending payment' order status
$order_statuses['wc-pending'] = 'custom text';
return $order_statuses;
}You can change any of the default WooCommerce order statuses using this method. Here are the default order statuses you can customize:
- Pending payment?(
wc-pending
) - Processing?(
wc-processing
) - On hold?(
wc-on-hold
) - Completed?(
wc-completed
) - Cancelled?(
wc-cancelled
) - Refunded?(
wc-refunded
) - Failed?(
wc-failed
)
Feel free to replace?
'custom text'
?with any text you prefer for the order status.Best,
Hello,
Any resolution to this error, I encounter the exact same bug as @divswim. Here’s the server environment details:
` WordPress Environment
WordPress address (URL): https://website.com/es
Site address (URL): https://website.com/es
WC Version: 9.1.2
Legacy REST API Package Version: The Legacy REST API plugin is not installed on this site.
Action Scheduler Version: ? 3.7.4
Log Directory Writable: ?
WP Version: 6.6
WP Multisite: ?
WP Memory Limit: 2 GB
WP Debug Mode: ?
WP Cron: ?
Language: es_ES
External object cache: – Server Environment
Server Info: nginx/1.18.0
PHP Version: 8.2.21
PHP Post Max Size: 8 MB
PHP Time Limit: 300
PHP Max Input Vars: 1000
cURL Version: 7.81.0
OpenSSL/3.0.2
SUHOSIN Installed: –
MySQL Version: 8.0.37-0ubuntu0.22.04.3
Max Upload Size: 10 MB
Default Timezone is UTC: ?
fsockopen/cURL: ?
SoapClient: ?
DOMDocument: ?
GZip: ?
Multibyte String: ?
Remote Post: ?
Remote Get: ?Hi,
Do you click on the save changes button at after adding a restriction ?
Otherwise the restriction isn’t saved and will disappear if you refresh.Hi,
Do you click on the save changes button at after adding a restriction ?
Otherwise the restriction isn’t saved and will disappear if you refresh. - Pending payment?(