Get started
Customization
Compatibility with themes & plugins
Avarda Checkout uses its own template file for displaying the checkout page and should work with most themes. However, the plugin is only tested with the Storefront theme and use the Astra WordPress theme on the plugin demo site. We do not guarantee that it will work with other themes. Common situations when errors occur are:
- Themes/plugins with customized template files for WooCommerce checkout page.
- Themes/plugins that modifies the checkout into a multi step checkout.
Krokedil and Avarda do not offer help with adapting your theme or plugin within regular support.
Here you will find a list of plugins that we have confirmed compatible with Avarda Checkout for WooCommerce.
Please note that these are third party plugins and that a change out of our control can result in the plugins not being compatible for a period of time
Gift cards
Use this snippet to show the “Send coupons to…” or “Your order contains coupons…” box for Smart Coupons in the checkout for Avarda Checkout for WooCommerce when using Embedded checkout flow:
add_action('aco_wc_after_order_review', 'custom_add_smart_coupon_field');
function custom_add_smart_coupon_field() {
do_action('woocommerce_checkout_after_customer_details');
}