Okay
  Public Ticket #2588177
Improvement: Added option in WooCommerce payment Settings to skip checkout process if appointment is free
Closed

Comments

  •  8
    Debbie started the conversation

    Hi, I tested this new item in the changelog

    • Improvement: Added option in WooCommerce payment Settings to skip checkout process if appointment is free

    It works, but now WooCommerce is skipped altogether. I would have expected that tags on the free WC product linked to the Amelia service would be executed. We are using WPFusion for this.

    What we want is that the customer does not have to go trough checkout, but that free purchase does go through.

  • [deleted] replied

    Hi Debbie,

    Thanks or your message.

    I am not sure whether you came across with the following workaround.

    You have to go through the database.

    Please be careful when you update the table, because if you delete or add anything else, it can cause the plugin not to work properly.

    When you access your database via PHPMyAdmin (or some other tool), access wp_options table:

    6172199762.png

    It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.

    When you access it, you can search through the column "option_name". Search for the term "amelia_settings":

    9596326323.png

    The search will return only one row, and you need to edit it:

    3462547772.png

    In "option_value" column, search for "wc".

    There you will see 

    "onSiteIfFree": false

    Change that to 

    "onSiteIfFree": true

    And that will make all free appointments skip WooCommerce entirely.


  •  8
    Debbie replied

    Hi Den,

    I'm not sure that you understood me. I have a free service through Amelia which is linked to a free WooCommerce product. I want for the customer to ONLY have to complete the Amelia wizard when booking that appointment, have them NOT go through checkout but I DO WANT the WooCommerce product to be processed so tags are fired to ActiveCampaign.

    Is that possible?

  • [deleted] replied

    Hi Debbie,

    I believe my colleague has already replied to your question in this ticket:

    https://tmsplugins.ticksy.com//ticket/2479802/

  •  8
    Debbie replied

    Hi Den,

    No, that are two different scenarios.

    Please read my request again.

  • [deleted] replied

    Hi Debbie,

    I will clarify whether it's possible with Amelia or not and get back to you later this week.

  • [deleted] replied

    Hi Debbie,

    Sorry for the inconvenience, but the plugin cannot do both at the moment. We will forward the request to our development team, and hopefully they'll be able to include it in one of our future updates.