...
Download this plugin file
View file | |
---|---|
|
...
|
Step 3- Add the plugin in WordPress
...
WordPress menu > Checkout Champ Redirector
Enter both keys
...
WordPress menu > Checkout Champ Redirector
Enter the Checkout Champ full checkout page URL. This must start with https://Enter the Checkout button text and style the colors. The button text and style can be changed here at any time.
Press Save
...
Step 7 - Test
Confirm products are synced to Checkout Champ using the CRM plugin. You may want to sync products again before testing the redirector.
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;
} |
...