Post by bifflowman » Sun Oct 07, 2012 9:44 am

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

expand.png (32.72 KiB) Viewed 527 times


New member

Posts

Joined
Fri May 04, 2012 12:12 pm
Location - Barrington IL

Post by bifflowman » Sun Dec 09, 2012 8:09 am

Does anyone know what I mean?

Kinda like this:

Attachments

Untitled.png

Untitled.png (54.29 KiB) Viewed 493 times


New member

Posts

Joined
Fri May 04, 2012 12:12 pm
Location - Barrington IL

Post by rafael_marques » Thu Nov 21, 2013 9:43 pm

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();
});
*/


Posts

Joined
Wed Feb 06, 2013 9:44 pm
Who is online

Users browsing this forum: Amazon [Bot] and 15 guests