HomeHome Product Discus... Product Discus...SmithCartSmithCartPayment methodsPayment methods
Previous
 
Next
New Post
2/12/2010 9:23 AM
 

We would like to offer Bank Transfer as a payment option. This would work the same as current "Pay Later" option - except the customer would be given a message with the Store's banking details for the transfer. Also, they would not have to explicitly select "Pay Later".

 
New Post
2/13/2010 3:23 AM
 

In fact, all that's required is an option to set "Pay Later" as the default. This could be a check box in Store Settings or alternatively the default when no payment method is specified in Store Settings.

 
New Post
2/13/2010 10:52 AM
 

Try opening up step2.ascx and moving the checked=true property of the radio button from "Pay Now" to the "Bill me Later" option

<asp:RadioButton runat="server" ID="rdbPayNow" Checked="true" GroupName="PaymentMethod" Text="Pay Now" AutoPostBack="true" OnCheckedChanged="rdbPayNow_CheckedChanged"/>
<asp:RadioButton runat="Server" ID="rdbLater" GroupName="PaymentMethod" Text="Bill me Later" AutoPostBack="true" OnCheckedChanged="rdbLater_CheckedChanged"/>
<br />


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartPayment methodsPayment methods