Jump to content
thirty bees forum

30knees

Gold member
  • Posts

    1,450
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by 30knees

  1. I've noticed a couple of times now that customers from Spain mistakenly select Germany as the country (Germany is where the shop is based). This impacts the shipping price, the rate, and requires a manual correction of the address.

    I'm hoping this isn't some shipping fee scam but just a mistake by the customer. Is there any way to prevent this mismatch?

  2. I have a delay of 0, which means that the delay will depend on the cron job. Is this correct? Because at the moment the default queue isn't delaying anything, as far as I can tell.

    On 4/6/2024 at 9:09 AM, datakick said:

    yes, the delay depends on cron frequency. If you run it every minute, the longest delay should be a minute.

     

  3. 10 minutes ago, datakick said:

    Latest module of stripe uses api 2023-10-16 -- if you use stripe only with thirty bees, you should set this version as default in your stripe dashboard

    Found it, thank you. I was only able to upgrade to the latest. I couldn't select the version in the dashboard. I'm on the latest and did a test purchase, it worked. 

    The only breaking changes listed for the latest compared to 2023-10-16 are:

    PaymentIntents now has automatic_async as the default capture method when capture method is not specified during PaymentIntents creation. For more information about async capture, view the asynchronous capture guide.
    Fields under rendering_options for invoices are now migrated under rendering.
    Product ‘features’ has been renamed to marketing_features.

    I guess they don't affect the module? 

  4. On 4/16/2024 at 9:16 AM, datakick said:

    Anybody having issues with new version of stripe module so far?

    I noticed that under https://dashboard.stripe.com/developers API overview it says: 

    You may be using multiple API versions due to your client libraries or plugins.

    And I see I'm using both API versions:

    2023-10-16
    2018-02-28

    and not
     
    2024-04-10 Latest

    Here https://docs.stripe.com/building-plugins#set-api-version it says: 

    Your plugin should use the setApiVersion function, which will set the Stripe-Version HTTP header on all requests. Your users will use their own API keys to access Stripe, but this header will be included with every request. We recommend that you use the most recently published version of the API. The current API version and details on our versioning policy can be found in the API reference.

    New Stripe users automatically default to the latest version of the API. This header ensures that your connector is pinned to a specific API version, which keeps the occasional backwards-incompatible change from breaking your connector’s functionality.

    Users can upgrade their own API version through the Stripe Dashboard. If your connector relies on webhook events, their data format and structure depend on the user’s account API version. You should instruct your users to set the version in their Dashboard to match your plugin.

    Caution
    API versions can’t be downgraded. You should regularly release new versions of your connector to correctly handle any changes to JSON responses.

  5. Danke, vielleicht muss ich mir JTL genauer anschauen. Eigentlich suche ich nur etwas für die Buchhaltung. Zudem: Der Connector wird ja nicht weiterentwickelt. Prestashop allgemein (nicht nur 1.6) wird ja zunehmend weniger von Dienstleistern unterstützt.

    Wenn ihr voll im JTL-System seid, wieso dann nicht auch den JTL-Shop?

  6. On 4/15/2024 at 7:11 PM, Adik said:

    If you are using Matomo Web Analytics module add code to file: /modules/piwikanalyticsjs/views/templates/hook/jstracking.tpl (line 27)

    Do you mean that

    (...)
    {if $PIWIK_USE_PROXY}
          _paq.push(['setTrackerUrl', u]);
        {else}

    becomes 

    _paq.push(['disableAlwaysUseSendBeacon']);
    {if $PIWIK_USE_PROXY}
          _paq.push(['setTrackerUrl', u]);
        {else}

×
×
  • Create New...