tibrus78
Forum Replies Created
-
i had the same probleme , exclude all cookies from cache 🙂
rule is if cookies contains then leave empty for value
La méthode la plus simple, modifier le fichier class-checkout-handler.php qui se trouve dans le dossier /wp-content/plugin/packlink-pro-shipping/Components/Checkout
les 2 textes a traduire sont dans les fonctions wc_add_notice
bien sur a chaque maj du plugin, la traduction sera detruite 😀
- This reply was modified 2 years, 8 months ago by tibrus78.
Forum: Plugins
In reply to: [Packlink PRO for WooCommerce] Please select drop-off locationOK, this zip contain the 3.3.0 plugin, if this not working, well i dont know, this one worked for me ;p
https://keha.fr/wp-content/uploads/2023/10/packlink-pro-shipping.zip
To install, for disable auto update of the packlink plugin, rename the packlink folder with _old extension for exemple ( on the folder /wp-content/plugin) , then dezip on your /wp-content/plugins folder .
You should see on the wordpress plugin screen the _old and the 3.3.0 plugin. Activate the 3.3.0, and if it’s work, delete the old one.
Forum: Plugins
In reply to: [Packlink PRO for WooCommerce] Please select drop-off locationon your wordpress directory : /wp-content/plugins/packlink-pro-shipping/resources/js/packlink-checkout.js
Forum: Plugins
In reply to: [Packlink PRO for WooCommerce] Please select drop-off locationYou can also revert to the old version …
Try to replace the new version line by the old one :
let dropOffId = document.querySelector( 'input[name="packlink_drop_off_id"]' ); let dropOffExtra = document.querySelector( 'input[name="packlink_drop_off_extra"]' );I did a full rollback because i had the code on my comp so i could go back to 3.3.0 ( wich i had modified to get full french translation ^^ )