| Current Path : /home/happyrenas/old/happy-and-pay.fr/administration/assets/frontend/pages/scripts/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/happyrenas/old/happy-and-pay.fr/administration/assets/frontend/pages/scripts/checkout.js |
var Checkout = function () {
return {
init: function () {
$('#checkout').on('change', '#checkout-content input[name="account"]', function() {
var title = '';
if ($(this).attr('value') == 'register') {
title = 'Step 2: Account & Billing Details';
} else {
title = 'Step 2: Billing Details';
}
$('#payment-address .accordion-toggle').html(title);
});
}
};
}();