Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Start an order on your WooCommerce store. Verify the Checkout button redirects to Checkout Champ with the proper cart products.

Step 8 - Additional Considerations

  • The plugin does not remove the WooCommerce slide cart checkout button. If this button remains on your store after plugin installation, then you may need to remove it programmatically. This css may be helpful

Code Block
languagecss
.button.checkout.wc-forward.wp-element-button {
display: none;
}
  • TBD