SSL on payment page

0
I would like to enable https on the payment page. Can you please guide me on how to do this?
Responses (2)
  • Accepted Answer

    Tuesday, July 15 2014, 08:47 AM - #Permalink
    0
    SSL depends on your server, not directly Invoice Manager or Joomla..
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, July 15 2014, 05:00 PM - #Permalink
    0
    I know how to setup SSL actually. Here is my setup flow actually:

    1. we create the invoice manually from the backend
    2. We email the invoice to the customer. Email will have a pay now button linked to the unlogged URL were we can collect offline payment information.
    Since the unlogged URL is using a shortcode {invoice_unlogged_link}, what do I edit so the link shows https instead of http on that shotcode?
    • Germinal Camps
      more than a month ago
      oh! for that you may want to find the function getInvoicePublicLink which is located in the file /components/com_invoices/helpers/helpers.php, which is the one that creates that link. you can then do the modifications to make it https instead of http.
    The reply is currently minimized Show
Your Reply