Hello I re open this topic because I have tried to understand why my shipping plugin does not properly passed 2.6.
I discovered (with difficulty) it is the name of the shipping method that is the problem: with the name ” Colissimo_Method “or another very similar, nothing is displayed in the shipping settings; if I put a different name my extension password correctly in 2.6 !!!!
So I tried to determine the cause (in no cache website):
– recreate website and re run the 2.6 WC update: no progress
– some variables or settings in my plugin with identical name ? : no
– some wordpress options with key or value with identical name ?: no
– exist an wordpress option entry woocommerce_Colissimo_Method_settings after plugin activation ?: yes
– Suppress this option entry and let’s regenerate with plugin activation : no progress
– Scan the keys and values ??of all wordpress options to see if an entry has this name: no
– export and global scan all my db to see if this name exists somewhere: no (except on old orders archived, which is normal)
– Removal of WC temporary data, temporary data expired, and customer sessions: no progress
I can obviously stay with the new name and I’ve found that works “colissimo_shipping_method” but I want to understand the situation.
Thank you if you have an idea.