I've set the Virtuemart to force SSL on the checkout page only.
Site URL:
www.bdlbooks.com/
Seure URL:
www.bdlbooks.com/
I've also ticked the Generally prevent https connections.
Everything seems to be working fine except for the following.
When I start checking out and the system switches (correctly) to ssl, the link created by the rokvirtuemart module for the categories are using https://
I would like these to be http:// so that if the user clicks on any of these he/she is reverted to the non-ssl section.
rokvirtuemart is using this to generate its links:$link = $sess->url('index.php?option=com_virtuemart&page=shop.browse&category_id=' . $category_id . $item_id);
I've also tried this and got the same results:$link = JRoute::_('index.php?option=com_virtuemart&page=shop.browse&category_id=' . $category_id . $item_id);
Any help much appreciated. Website is live.
Thanks