...
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 | ||
---|---|---|
| ||
.button.checkout.wc-forward.wp-element-button {
display: none;
} |
TBD