Shopp Plugin – Disable SSL for Development

When developing a shopping cart using the shopp plugin, if you are testing a payment gateway that requires an SSL certificate, you can have difficulties fully testing the site.  Add this constant to wp-config.php to disable SSL redirects on the checkout page:


define('SHOPP_NOSSL',true);

Just remember to remove it when the site is launched for production use.

Scroll to Top