Hi, i am using Ajax block to show cart count and this module https://www.drupal.org/project/uc_ssl for SSL checkout.

function mymodule_exclude_ssl_paths(){   
$paths = array(   
'Ajax block' => '/ajaxblocks*', //ajax cart block header
'Ajax blocks' => 'ajaxblocks*', //ajax cart block header
'cart' => '/cart', //
);  
return $paths;
}

When i go to HTTPS://checkout, Ajax block disappears. Do you have any other suggestion to use as 'exclude path'? Thank you for your time.

Comments

bellagio created an issue.