Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services

BUG REPORT: Cart module does not use SSL

  • sinisterfrog
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 10 months ago #21705 by sinisterfrog
BUG REPORT: Cart module does not use SSL was created by sinisterfrog
events/view-cart uses SSL if this is enabled

However, when I click "checkout" using the cart module, it does not force ssl or use SH404sef.

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #21734 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: BUG REPORT: Cart module does not use SSL
Hi sinisterfrog

Could you please submit a support ticket sending me administrator and FTP account of your site so that I can check and solve it for you ?

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • sinisterfrog
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 10 months ago #21782 by sinisterfrog
Replied by sinisterfrog on topic Re: BUG REPORT: Cart module does not use SSL
I can't give you the administrator details because this is a live site. I've located the problem for you in /modules/mod_eb_cart/tmpl/default.php

line 11:
$checkoutUrl = JRoute::_('index.php?option=com_eventbooking&task=view_checkout&Itemid='.$Itemid, false) ;

to force SSL, change to:
$checkoutUrl = JRoute::_('index.php?option=com_eventbooking&task=view_checkout&Itemid='.$Itemid, false, 1) ;

Please Log in or Create an account to join the conversation.

More
13 years 10 months ago #21788 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: BUG REPORT: Cart module does not use SSL
Thanks for reporting the issue. It is now fixed in latest version !

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc