Hi, I've been experimenting with Customer Accounts. Instead of having a separate ORDL page, I took the code from that page and added it to the bottom of my BASK page. So that way, the login choices are on the same page as the basket. Everything is working okay except for the error messages. If you enter an incorrect login name, it then takes you to the ORDL page (with an error message). I'd like for it to stay on the BASK page. I can't find any code anwhere that points errors to ORDL. So I'm wondering if that's an internal Miva setting that I can't change?
On this line:
<input type="hidden" name="Screen" value="OCST">
If I change OCST to ACED, then an error takes me to the login page LOGN. So it looks like an internal Miva thing where errors go to either of the two login pages. Is there a way I can change that? Are any others combining BASK and ORDL?
Thanks!
Kyle Creasy, Alphatect
On this line:
<input type="hidden" name="Screen" value="OCST">
If I change OCST to ACED, then an error takes me to the login page LOGN. So it looks like an internal Miva thing where errors go to either of the two login pages. Is there a way I can change that? Are any others combining BASK and ORDL?
Thanks!
Kyle Creasy, Alphatect
Comment