Woocommerce one page checkout and layouts(Free Version)

⌘K
  1. Home
  2. Docs
  3. Woocommerce one page chec...
  4. Developer Notes

Developer Notes

All done with settings?

    • Make sure you have saved all the sections to avoid any errors.
    • After saving all settings you can visit your checkout page.
    • If with new version update you face any issues we recommend you to save your settings again and clear cache. 

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’));