Boris Colombier
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Error on change image variationHello Rajesh,
Sorry for my lack of precision.
When selecting a variation, the main image was not updated. I fixed this by making the trigger modification.
This is a site, on which I was asked to intervene, using a classic theme. It uses WooCommerce templates that aren’t up to date.
My post is mainly aimed at users who encounter a similar problem.
Thanks for your quick feedback.
Good day to you tooForum: Plugins
In reply to: [WooCommerce PayPlug] Deprecated warningBonjour,
Est-ce que vous avez cette erreur avec la dernière mise à jour ?
CordialementBonjour Stéphane,
Il s’agit du fichier functions.php qui est dans le dossier de votre thème
Donc le fichier /wp-content/themes/Avada/functions.php
Vous pouvez placer le morceau de code tout à la fin de ce fichier
Bonne journéeBonjour,
Vous pouvez ajouter le code suivant dans votre fichier functions.php :
add_filter( 'woocommerce-payplug_filter_billing_datas', function($billing_datas){ if ( ! isset( $billing_datas['mobile_phone_number'] ) || empty( $billing_datas['mobile_phone_number'] ) ) { $billing_datas['mobile_phone_number'] = '+33 6 11 11 11 11'; } else { $billing_datas['mobile_phone_number'] = preg_replace('/\D/', '', $billing_datas['mobile_phone_number']); if ( strlen( $billing_datas['mobile_phone_number'] ) < 9) { $billing_datas['mobile_phone_number'] = '+33 6 11 11 11 11'; } else { $billing_datas['mobile_phone_number'] = substr( $billing_datas['mobile_phone_number'], -9, 9 ); preg_match( '/(\d{1})(\d{2})(\d{2})(\d{2})(\d{2})$/', $billing_datas['mobile_phone_number'], $matches ); $billing_datas['mobile_phone_number'] = '+33 ' . $matches[1] . ' ' .$matches[2] . ' ' . $matches[3] . ' ' . $matches[4] . ' ' . $matches[5]; } } return $billing_datas; });
Il ajoute un faux numéro de téléphone (+33 6 11 11 11 11) si il n’y en a pas et il le formate si il est présent
- This reply was modified 4 years, 3 months ago by Boris Colombier.
Forum: Reviews
In reply to: [WooCommerce PayPlug] Works fine until i loose money…Hi,
Sorry to hear that, it’s the first time it’s happened.
Can you contact me via https://wba.fr ?
thanksForum: Plugins
In reply to: [WC - APG Weight Shipping] Wrong fee with subscriptionThe problem appears if there is 2 packages or more with different weight in the cart
I guess I’ll put a filter on package rates
Anyway, thank you for this pluginForum: Plugins
In reply to: [Invoices for WooCommerce] remove_filterHello,
With this filter, I have a conflict with this plugin : https://woocommerce.com/products/ordercustomer-csv-export/
when I when to export order csv by email.The error is :
Too few arguments to function BE_WooCommerce_PDF_Invoices::add_emailitin_as_recipient(), 2 passed in /srv/users/serverpilot/apps/capharnaum/public/wp-includes/class-wp-hook.php on line 286 and exactly 3 expected in /srv/users/serverpilot/apps/capharnaum/public/wp-content/plugins/woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:500So emails are never sent.
This is why I want to remove itThanks
Bonjour,
Pouvez-vous me contacter via le formulaire de wba.fr ?
On va essayer de le faire parler ??Merci
Forum: Plugins
In reply to: [WooCommerce PayPlug] Statut commande annulée mais paiement PayPlug okBonjour Carine,
Pouvez-vous me contacter via le formulaire sur https://wba.fr en m’indiquant l’adresse du site ?
Cordialement,
—
BorisForum: Reviews
In reply to: [WooCommerce PayPlug] Fonctionnel et support rapide en cas de besoinMerci pour ce retour ??
Bonne journéeForum: Plugins
In reply to: [WooCommerce PayPlug] Présence de Freemius dans répertoire “inc” PayPlugThanks Julio!
Forum: Plugins
In reply to: [WooCommerce PayPlug] Présence de Freemius dans répertoire “inc” PayPlugForum: Plugins
In reply to: [WooCommerce PayPlug] Présence de Freemius dans répertoire “inc” PayPlugEn effet, SecuPress est une excellente extension, très bon choix.
Je vais contacter son auteur pour avoir son point de vue sur Freemius.Pour le reste, je vous invite à me contacter sur wba.fr
Bonne journée
—
BorisForum: Plugins
In reply to: [WooCommerce PayPlug] Présence de Freemius dans répertoire “inc” PayPlugBonjour,
Oui la présence de Freemius est normale. Ce n’est pas un malware, il s’agit d’une extension pour les plugins WordPress permettant en autre de proposer des périodes d’essai pour les versions freemium.
https://freemius.com/Pour bénéficier de cette fonctionnalité vous devez donner votre accord explicite.
Et vous pouvez tout à fait refuser, le plugin fonctionnera tout aussi bien.Pour info, quelle extension de sécurité utilisez-vous ?
Cordialement,
Boris
Thanks for you quick reply ??
I am now in charge of this website but I didn’t create it initially.
The ‘Load scripts/styles in all pages’ option was on :/, my mistake, I didn’t check the settings.The problem was the slider on the frontpage loosing its width property. The website creator placed it into a div with a ‘row’ class, not specific enough neither.
Thanks