Reply 332934 to: Theme Conflict with Checkout Payment Options

Avatar: DebbieC
DebbieC
Participant
September 1, 2022 at 09:37

I’ve been through my support messages, so in case you didn’t get it from Siteground, this is the code you need to add to your functions.php file:
add_filter( ‘sgo_js_minify_exclude’, ‘js_minify_exclude’ );
function js_minify_exclude( $exclude_list ) {

$exclude_list[] = ‘ppcp-smart-button’;

return $exclude_list;
}

Then you can re-activate SG Optimizer and it should be okay.
Debbie

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.