Basically I would like all the form fields for coupon, voucher and shipping options to be shown automatically and not use the radio buttons. Does anyone know how to achieve this? Or maybe just have shipping checked with the options shown by default.
Attachments
expand.png (32.72 KiB) Viewed 527 times
Does anyone know what I mean?
Kinda like this:
Kinda like this:
Attachments
Untitled.png (54.29 KiB) Viewed 493 times
Hi, you can do this:
template/checkout/cart.tpl
FIND:
$('input[name=\'next\']').bind('change', function() {
$('.cart-module > div').show();
$('#' + this.value).show();
});
REPLACE:
/*$('input[name=\'next\']').bind('change', function() {*/
$('.cart-module > div').show();
/* $('#' + this.value).show();
});
*/
template/checkout/cart.tpl
FIND:
$('input[name=\'next\']').bind('change', function() {
$('.cart-module > div').show();
$('#' + this.value).show();
});
REPLACE:
/*$('input[name=\'next\']').bind('change', function() {*/
$('.cart-module > div').show();
/* $('#' + this.value).show();
});
*/
Who is online
Users browsing this forum: Amazon [Bot] and 15 guests