Hi all,
I don't suppose this is possible, but I'd like to be able to create alternate Act_OrderDetail.html templates.
The reason for this is I've created a "Pay invoice" product with a value of £0.01 which enables people to pay their invoices online. I know it's not ideal, but it works. We are a registered charity so using payment services (such as PayPal) are out, as we have a very tight budget and traffic of users using this facility is too low to justify any extra cost. So I've created this 'product' to enable customers to send us their card details in a secure manner - which is all we really need.
To help people over this 'Heath Robinson' method of invoice payment, I've created a number of step-by-step instructions; however, people still have problems (because they don't read them)! It seems the main issue people can't get their head around, is that when they add this "Pay invoice" product to their basket, they have to enter the "Quantity" they want, rather than the "Amount" they are trying to pay (which is counter-intuitive).
So, by my (simplistic) reasoning, if I could have a separate confirmation page (Act_OrderDetailInvoice.html, for example) I could make a simple change to the HTML of this so the confirmation page would say "Amount in pence" rather than "Quantity".
Of course, I understand that it wouldn't be that simple. I assume that changes would have to be made to at least the cart (ca000001.pl) script, if not the order (os000001.pl) or cart manager (cm000001.pl) scripts, so when the 'Pay invoice' button was clicked, it would display Act_OrderDetailInvoice.html rather than the usual Act_OrderDetail.html.
So, my questions are:
If it is possible, please can anyone help, or at least point me in the right direction?
I don't suppose this is possible, but I'd like to be able to create alternate Act_OrderDetail.html templates.
The reason for this is I've created a "Pay invoice" product with a value of £0.01 which enables people to pay their invoices online. I know it's not ideal, but it works. We are a registered charity so using payment services (such as PayPal) are out, as we have a very tight budget and traffic of users using this facility is too low to justify any extra cost. So I've created this 'product' to enable customers to send us their card details in a secure manner - which is all we really need.
To help people over this 'Heath Robinson' method of invoice payment, I've created a number of step-by-step instructions; however, people still have problems (because they don't read them)! It seems the main issue people can't get their head around, is that when they add this "Pay invoice" product to their basket, they have to enter the "Quantity" they want, rather than the "Amount" they are trying to pay (which is counter-intuitive).
So, by my (simplistic) reasoning, if I could have a separate confirmation page (Act_OrderDetailInvoice.html, for example) I could make a simple change to the HTML of this so the confirmation page would say "Amount in pence" rather than "Quantity".
Of course, I understand that it wouldn't be that simple. I assume that changes would have to be made to at least the cart (ca000001.pl) script, if not the order (os000001.pl) or cart manager (cm000001.pl) scripts, so when the 'Pay invoice' button was clicked, it would display Act_OrderDetailInvoice.html rather than the usual Act_OrderDetail.html.
So, my questions are:
- Is this technically feasible?
- Is this feasible for me (OK with HTML; no experience with script changes, but perfectly capable of following detailed instructions)?
If it is possible, please can anyone help, or at least point me in the right direction?
Comment