- Posts: 4
- Thank you received: 0
BUG REPORT: Cart module does not use SSL
- sinisterfrog
- Topic Author
- Offline
- New Member
-
Less
More
12 years 6 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.
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 6 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
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
-
Less
More
- Posts: 4
- Thank you received: 0
12 years 5 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) ;
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 5 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
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.