Versions Compared

Key

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

...

Download this plugin file

View file
name

...

CheckoutChampRedirector.zip

Step 3- Add the plugin in WordPress

...

WordPress menu > Checkout Champ Redirector

image-20240507-205256.pngImage Added

Enter both keys

...

WordPress menu > Checkout Champ Redirector

image-20240507-205507.pngImage Added

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

...