Jean R.
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Invoice number suddenly wrongHI,
Thanks for the answer. I put “218” and it works.
But how to regenerate the number after ?
The invoice should be : 218-041023- This reply was modified 2 years, 8 months ago by Jean R..
Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceHi I had the same problem and delete the “language” folder and re-download via updates solved the issue
Forum: Plugins
In reply to: [Loco Translate] Fatal error with PHP 8 and WooCommerceHello, same error here with php 8/8.1
I need to disable the plugin to make it works.
How to resolve this ?Here’s my error :
WordPress version 6.1.1
Extension actuelle : WooCommerce (version 7.3.0)
PHP version 8.1.11Uncaught ValueError: Unknown format specifier “a” in /public_html/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php:106
- This reply was modified 3 years, 4 months ago by Jean R..
Thanks for you reply, it can help but for 99840 images, It will take a long time..
Can we schedule the delete ?
Once the images are in the trash, can I use wp cli with
wp post delete?Maybe can you forward this information to your developers as feature. For large list, it lack options..
- This reply was modified 4 years, 4 months ago by Jean R..
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Colis prive TrackipShipOh ok, my bad
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Colis prive, no linkHi, I think you better do this :
https://www.colisprive.com/moncolis/pages/detailColis.aspx?numColis=%number%%postal_code%
The website ask tracking number + postal code : https://www.colisprive.fr/
Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Can we rename the url parameters ?Hi, thanks for your answer.
I just tried the snipet but I still have “yith_wcan”. I use the latest version of this plugin
I confirm that pressing the “reject” button doesn’t toggle the options of category.
Theses are still enabled.
Forum: Fixing WordPress
In reply to: Evasive20 error causing admin page cannot be accessHello
I have the same problem, how did you managed to solve it ?I finally found the issue !
When the option “Link all variations” is not checked, you can choose options in the “Variations” Tab
The option where selected to “All products with variations are grouped with a unique value that is the same for each variation and unique for each product.”
Even after re-enabled the “Link all variations”, it seems that the plugin kept use the Variations Tab options.
I put the first option then re-enable Link all variations.
It worked ! Maybe a bug.Well, I’m lost, yes the filter works well but the only one attribute is imported
I have three attributes to import : size, color and brand
Only the first one (with drag and drop) is imported, so for the moment I use size in first, but the two others are not imported.
I thought it was the filter, but no
AFter trying multiple test, I found that the problem come with :
wp_all_import_product_attributes_delimiter filterSometimes the filter don’t work. Can you check please ?
Well, when running WP CLI, the following filters do not launch :
add_filter( ‘wp_all_import_multi_glue’, ‘wpai_wp_all_import_multi_glue’, 10, 1 );
add_filter( ‘wp_all_import_product_attributes_delimiter’, ‘wpai_wp_all_import_product_attributes_delimiter’, 10, 3 );
add_action( ‘pmxi_saved_post’, ‘my_saved_post’, 10, 3 );Theses fonctions are in my functions.php
byrequire_once 'inc/import.php';When I run this with processing cron, it works.
Hello, thanks for the answer
It’s weird because when I run the import with WP CLI, it doesn’t take the products attributes…
Forum: Plugins
In reply to: [MANGOPAY for WooCommerce] Mangopay Woocommerce plugin breaks pageHi, I had the same issue
Since WordPress 5.5, wordpress deleted Jquery Migrate who allows old codes to be readable.
Mangopay has old code (.live is deprecated) so there is issues.
You have to download the WordPress dedicated plugin : https://wordpress.org/plugins/enable-jquery-migrate-helper/