Payment Schedule
By default an optional payment schedule is shown within the installment picker, but you can also specify that you'd like to display it elsewhere (for example, in a popup or in a custom installment picker). To display it in a new location, you need to add a div for it with the id
splitit-payment-schedule
and you also need to specify a selector for that div in your JavaScript:<div id="splitit-payment-schedule"></div>
--
paymentSchedule: {
selector: "#splitit-payment-schedule"
},
Last modified 7mo ago