Hi,
In the "Checkout.ascx"
you can change..
All this kind of indicates that pxpay needs a valid name or it screws up??....it's an odd one this...and a little worrying.
The only thing the checkbox does is update the DNN profile address....which would indicate that the issue is more to do with the DNN login rather that NB_Store or the PXPAy provider....but does point to pxpay needing a valid name???...is that true?
Dave.
In the "Checkout.ascx"
you can change..
<asp:CheckBox ID="chkDefaultAddress" resourcekey="chkDefaultAddress" runat="server" />
to<asp:CheckBox ID="chkDefaultAddress" resourcekey="chkDefaultAddress" runat="server" Checked="True" />
This might do it, I can;t remember if the code set before display or not, but you could give it a try.All this kind of indicates that pxpay needs a valid name or it screws up??....it's an odd one this...and a little worrying.
The only thing the checkbox does is update the DNN profile address....which would indicate that the issue is more to do with the DNN login rather that NB_Store or the PXPAy provider....but does point to pxpay needing a valid name???...is that true?
Dave.