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.
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.
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.
Hi, I tested this new item in the changelog
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.
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:
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":
The search will return only one row, and you need to edit it:
In "option_value" column, search for "wc".
There you will see
Change that to
And that will make all free appointments skip WooCommerce entirely.
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?
Hi Debbie,
I believe my colleague has already replied to your question in this ticket:
https://tmsplugins.ticksy.com//ticket/2479802/
Hi Den,
No, that are two different scenarios.
Please read my request again.
Hi Debbie,
I will clarify whether it's possible with Amelia or not and get back to you later this week.
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.