I would like to offer a free sample of my online service. I have payments set up to WooCommerce. Even though the price is set to 0, the customer is still taken to the checkout/cart. Is there a way to skip checkout for a free service?
This is also possible as an option in your database, like skipping the WooCommerce Cart page. So, if you change this the payment won't go to WooCommerce, it will use the Amelia on-site payment method.
When you go to your database you need to find and open the wp-options table (it can have different prefix depending on your database) , and find the option amelia_settings in it. Then please edit this option and when you find property 'wc:' there you need to set true for the 'onSiteIfFree' parameter instead of false, like here:
"wc": {
"onSiteIfFree": true,
}
If you have any further questions or concerns feel free to ask,
I would like to offer a free sample of my online service. I have payments set up to WooCommerce. Even though the price is set to 0, the customer is still taken to the checkout/cart. Is there a way to skip checkout for a free service?
Hello Paweł Tkaczyk,
This is also possible as an option in your database, like skipping the WooCommerce Cart page. So, if you change this the payment won't go to WooCommerce, it will use the Amelia on-site payment method.
When you go to your database you need to find and open the wp-options table (it can have different prefix depending on your database) , and find the option amelia_settings in it. Then please edit this option and when you find property 'wc:' there you need to set true for the 'onSiteIfFree' parameter instead of false, like here:
If you have any further questions or concerns feel free to ask,
Thank you, Marija :) You're helpful as always :)
You are welcome, Paweł.
Glad I could be of help
If you have any other questions or concerns feel free to open a new ticket and we will gladly help.