Search the Community
Showing results for tags 'pay now url'.
-
Not certain if this is a "bug' or maybe a code issue, but... The 1st invoice notification that gets sent out 2 days before payment is due has a " Pay Now (No login required) " When it is clicked it CORRECTLY goes to the client page where they can make payment http://support.mywebsite.com/client/pay/method/4/?sid=O5hzR8%2F2aaZzBt6Tq9s5e1wCaPbbs65s%2F2wIuXgOU8I%3D ================ Whereas the 2nd invoice notification that gets sent out 3 days after payment was due has a " Pay Now (No login required) " When it is clicked it goes to the home page . http://support.mywebsite.com/sub_folder/client/pay/method/4/?sid=O5hzR8%2F2aaZzBt6Tq9s5e1wCaPbbs65s%2F2wIuXgOU8I%3D ================ Here is the HTML SOURCE for the... 1st invoice notification : <p>Hi {contact.first_name},<br /> <br /> This is a reminder that invoice <strong>#{invoice.id_code}</strong> is due on <strong>{invoice.date_due_formatted}</strong>. If you have recently mailed in payment for this invoice, you can ignore this reminder.</p> <p><a href="http://{payment_url}">Pay Now</a> (No login required)<br /> <br /> Thank you for your continued business!</p> 2nd invoice notification : <p>Hi {contact.first_name},<br /> <br /> This is the <strong>2nd notice</strong> we have sent regarding invoice <strong>#{invoice.id_code}</strong>. It was due on <strong>{invoice.date_due_formatted}</strong> and is now past due. If you have recently mailed in payment for this invoice, you can ignore this email.<br /> <br /> <a href="http://{payment_url}">Pay Now</a> (No login required)</p> I do not see a difference in the HREF shortlinks for the templates. ================ I already checked out the forum post at... https://www.blesta.com/forums/index.php?/topic/3945-my-pay-now-no-login-required-link-isnt-working-34-workaround/#comment-29039 But I am not certain this is the same as my issue since one template is working correctly, while the other is not. =============== Look forward to your assist.