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
-
Accepted Answer
0I 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 Campsmore than a month agooh! 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.
-
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »