Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • maximeroudier

    (@maximeroudier)

    C’est parfait, c’est tout bon pour moi,

    Merci pour votre retour et votre réactivité.

    maximeroudier

    (@maximeroudier)

    Bonjour,

    Je viens de tester la version 3.0.0 de votre extension, le bug d’affichage des OpenStreetMap est en effet corrigé. Je vous remercie pour la rapidité.

    En revanche, serait-il possible d’avoir une liste des éléments modifié via le changelog afin de bien identifier les éléments à vérifier à la suite de cette mise à jour ?

    En vous remerciant par avance,

    maximeroudier

    (@maximeroudier)

    Je viens de voir ton message @alexis13520 , je laisse quand même le code que j’ai mis en place de mon côté, si besoin :

    add_action('wp_enqueue_scripts', 'toupli_fix_wc_multishipping_sprintf', 999);

    function toupli_fix_wc_multishipping_sprintf() {

    // Vérifie si le script openstreetmap du plugin est chargé

    if (wp_script_is('wms_pickup_modal_openstreetmap', 'registered')) {

    // Récupère les infos du script

    global $wp_scripts;

    $script = $wp_scripts->registered['wms_pickup_modal_openstreetmap'];

    // Ajoute wp-i18n comme dépendance si ce n'est pas déjà le cas

    if (!in_array('wp-i18n', $script->deps)) {

    $script->deps[] = 'wp-i18n';

    }

    // Ajoute un script inline pour créer un polyfill sprintf si nécessaire

    wp_add_inline_script('wms_pickup_modal_openstreetmap', '

    if (typeof sprintf === "undefined" && typeof wp !== "undefined" && typeof wp.i18n !== "undefined" && typeof wp.i18n.sprintf !== "undefined") {

    window.sprintf = wp.i18n.sprintf;

    }

    ', 'before');

    }

    // Fait la même chose pour Google Maps si utilisé

    if (wp_script_is('wms_pickup_modal_google_maps', 'registered')) {

    global $wp_scripts;

    $script = $wp_scripts->registered['wms_pickup_modal_google_maps'];

    if (!in_array('wp-i18n', $script->deps)) {

    $script->deps[] = 'wp-i18n';

    }

    wp_add_inline_script('wms_pickup_modal_google_maps', '

    if (typeof sprintf === "undefined" && typeof wp !== "undefined" && typeof wp.i18n !== "undefined" && typeof wp.i18n.sprintf !== "undefined") {

    window.sprintf = wp.i18n.sprintf;

    }

    ', 'before');

    }

    // Fait la même chose pour Mondial Relay si utilisé

    if (wp_script_is('wms_pickup_modal_mondial_relay', 'registered')) {

    global $wp_scripts;

    $script = $wp_scripts->registered['wms_pickup_modal_mondial_relay'];

    if (!in_array('wp-i18n', $script->deps)) {

    $script->deps[] = 'wp-i18n';

    }

    wp_add_inline_script('wms_pickup_modal_mondial_relay', '

    if (typeof sprintf === "undefined" && typeof wp !== "undefined" && typeof wp.i18n !== "undefined" && typeof wp.i18n.sprintf !== "undefined") {

    window.sprintf = wp.i18n.sprintf;

    }

    ', 'before');

    }

    }

    J’ai ajouté ce bout de code à mon functions.php est cela semble corrigé le problème.

    Je reste tout de même à l’écoute d’une correction pérenne,

    Bien à vous,

    maximeroudier

    (@maximeroudier)

    Bonjour,

    j’ai le même problème qu’@alexis13520 sur le site d’un de mes clients.

    Je cherche un fix temporaire de mon côté,

    D’avance merci pour votre retour,

    Thread Starter maximeroudier

    (@maximeroudier)

    1. Theme Name & Version – Homemade custom Storefront based theme V.1.0.0 ( The theme isn’t overwriting product-image.php )
    2. WordPress Version – 6.7.2
    3. WooCommerce Version – 9.6.1
    4. Plugin Version – 1.34
    5. WooCommerce Status Check – Does this issue appear in WooCommerce → Status → System Status? Yes

    `WordPress Environment

    WordPress address (URL): https://www.toupli.fr
    Site address (URL): https://www.toupli.fr
    WC Version: 9.6.1
    Legacy REST API Package Version: L’extension Legacy REST API n’est pas installée sur ce site.
    Action Scheduler Version: ✔ 3.9.0
    Log Directory Writable: ✔
    WP Version: 6.7.2
    WP Multisite: –
    WP Memory Limit: 512 Mo
    WP Debug Mode: –
    WP Cron: ✔
    Language: fr_FR
    External object cache: – Server Environment

    Server Info: Apache
    PHP Version: 8.0.30
    PHP Post Max Size: 130 Mo
    PHP Time Limit: 165
    PHP Max Input Vars: 16000
    cURL Version: 7.64.0
    OpenSSL/1.1.1n

    SUHOSIN Installed: –
    MySQL Version: 8.0.40-31
    Max Upload Size: 128 Mo
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Multibyte String: ✔
    Remote Post: ✔
    Remote Get: ✔ Databaseacf-field: 46
    acf-field-group: 3
    attachment: 84
    itsec-dash-card: 8
    itsec-dashboard: 1
    nav_menu_item: 10
    page: 6
    post: 1
    product: 11
    product_variation: 17
    revision: 113
    shop_order_placehold: 1
    wpcf7_contact_form: 1 Security

    Secure connection (HTTPS): ✔
    Hide errors from visitors: ✔ Active Plugins (18)

    Admin Menu Editor: par Janis Elsts – 1.12.4
    Advanced Custom Fields PRO: par WP Engine – 6.3.12
    All-in-One WP Migration: par ServMask – 7.89
    ATUM Inventory Management for WooCommerce: par Stock Management Labs™ – 1.9.44.1
    Back In Stock Notifier for WooCommerce | WooCommerce Waitlist Pro: par codewoogeek – 5.7.8
    Solid Security Basique: par SolidWP – 9.3.6
    CMP – Coming Soon & Maintenance Plugin: par NiteoThemes – 4.1.13
    Contact Form 7: par Takayuki Miyoshi – 6.0.3
    Koko Analytics: par ibericode – 1.6.4
    LoftLoader: par Loft.Ocean – 2.5.1
    Video Gallery for WooCommerce: par Martin Valchev – 1.34
    Chronopost & Mondial relay pour WooCommerce – WCMultiShipping: par Mondial Relay WooCommerce – WCMultiShipping – 2.5.2
    Payment Plugins for Stripe WooCommerce: par Payment Plugins [email protected] – 3.3.80
    WooCommerce Shipping & Tax: par WooCommerce – 2.8.7
    WooCommerce: par Automattic – 9.6.1
    Yoast SEO: par L’équipe Yoast – 24.4
    ManageWP – Worker: par GoDaddy – 4.9.20
    WP Mail Logging: par WP Mail Logging Team – 1.14.0 Inactive Plugins (0) Must Use Plugins (1)

    ManageWP – Worker Loader: par GoDaddy – 1.0.0 Settings

    Connected to WooCommerce.com: –
    Enforce Approved Product Download Directories: ✔
    HPOS feature enabled: ✔
    Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore
    HPOS data sync enabled: – Logging

    Name: Storefront Toupli
    Version: 1.0.0
    Author URL:
    Child Theme: ✔
    Parent Theme Name: Storefront
    Parent Theme Version: 4.6.1
    Parent Theme Author URL: https://woocommerce.com/
    Theme type: Thème classique
    WooCommerce Support: ✔ Templates

    Overrides: storefront-toupli/woocommerce/global/quantity-input.php
    storefront-toupli/woocommerce/single-product/add-to-cart/variable.php
    /home/touplir/www/wp-content/plugins/video-wc-gallery/woocommerce-overwrite/templates/single-product/product-image.php version 7.8.0 est obsolète. La version du noyau est 9.0.0
    storefront-toupli/single-product.php

    Outdated Templates: ❌

    Tell me if these infos are useful !

    Thanking you in advance,
    Best regards,

    Hello,

    I’m facing the same issue with your plugin.

    I have two forms on my site. One is a regular contact form, and the other is an event registration form that uses “Post My CF7 Form”.

    With version 6.0, the event form correctly registers the CPT, but I don’t receive an email for the regular contact form.

    With version 5.6.1, both forms work correctly, and I receive the emails.

    I hope a solution can be found soon. Thank you for your work on this plugin and for your assistance.

    Best regards,

    Thread Starter maximeroudier

    (@maximeroudier)

    Cool, if It’s working well, I’ll continue on my free time ^^

    Thread Starter maximeroudier

    (@maximeroudier)

    Hi,

    I’ve done a some translation in french for administration text. Do you see those done ?

    If I have more time soon, I’ll do some front translation.

    Best regards

    Thread Starter maximeroudier

    (@maximeroudier)

    Hello,
    I’ve removed Loco Translate from my project and instead of displaying “il y a une semaine”, I now display the date in the DD/MM/YYYY format. However, I can still help you with the translation of your plugin, since I’m using it on several projects and I really appreciate it. Once I have completed this project, I will come back to you to see how I can assist you. Thank you for your quick response,
    Best regards,

    Thread Starter maximeroudier

    (@maximeroudier)

    Thanks for your quick answer !

    I’ll use the place_id for now and I’ll be waiting impatiently for the update ^^

    I’ll send you an email on your website as well.

    Thread Starter maximeroudier

    (@maximeroudier)

    It’s perfect here!

    Thank you very much for your support and prompt services!

    I will recommend your plugin for sure !

    Thread Starter maximeroudier

    (@maximeroudier)

    Hi support,

    Now worries for the time, you was really fast 🙂

    Thanks for your answer

    Thread Starter maximeroudier

    (@maximeroudier)

    Thanks

    Here are the translations :

    Login page :
    – EN – “ERROR: User has not been approved.”
    – FR – “Erreur: Cet utilisateur n’a pas encore été approuvé”

    In the admin account page
    – EN – “Pending” / “Approved” / “Denied”
    – FR – “En attente” / “Approuvé” / “Refusé”

    Looking forward to hear about the update

Viewing 13 replies - 1 through 13 (of 13 total)