Translations.
- This Plugin is compatible with translations. But Its particularly tested with “Loco Translate”.
Avada Theme compatibility?
- if you are using Avada theme. you can face some issue with design . To remove them please add below code to your theme’s function.php
remove_action( ‘woocommerce_checkout_before_customer_details’,array( $avada_woocommerce,’checkout_before_customer_details’));
remove_action( ‘woocommerce_checkout_after_customer_details’,array( $avada_woocommerce,’checkout_after_customer_details’));