• Resolved pdm88

    (@pdm88)


    Hi, thank you first of all for the plugin. I’ve been searching for it for a while since migrating from PrestaShop to WordPress.

    I have a question regarding the Pickup or Post Office Selection. First of all, is it normal that they display the same Locations? I am using pick2 for both cause i am not sure how it works.

    Second, how come when i select either on the checkout pages it displays a message to select a location even though i did select it. If i try about 3x then is works.

    Thank you for your help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Halyra

    (@harasse)

    Hi,

    The choice is to do in the CDI settings, with for example: “colissimo_shippingzone_method_pick2=1” to define the delivery method to associate. The code value 0 or 1 defines the type of pickups that Colissimo will show (=0 only LaPoste pickups (post offices, consignes, …), =1 adds LaPoste partner shopping points). In some places where LaPoste does not have shops as partners, what is shown may be the same.

    If trouble when selection, you can increase an internal timer currently set to 20s: in the /includes/WC-colissimo-choix-livraison.php file, change “$oldtokentimereplay+20” in line number 80 to a higher value, for example +300 .

    Thread Starter pdm88

    (@pdm88)

    Thank you, it worked.
    One more question, How can i make the Text in the Shipping Table to be translatable?
    I have a multi-lingual site and need the text to those fields to switch when language is changed.

    I use WPML to do this but strings are not registering.
    Your help is much appreciated.
    Thanks

    Plugin Author Halyra

    (@harasse)

    Hi,
    Shipping tariff labels are created dynamically. This is perhaps why you do not find them in the “strings” of your translation plugin (WPML or others).
    If you cannot create a string in your translation plugin, you can directly create your own translations via a wordpress filter : “gettext”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pickup or Post Office Selection’ is closed to new replies.