I agree with minimizing the use of images for titles, subtitle etc.
I also often wonder if the visual cart is really even necessary; doing away with it and creating easy back and forth navigation from the checkout to the site would eliminate one …
Another question for you sparkweb.
I've changed the default quantity (what displays initially in the quantity box, not the minimum quantity) in the helper functions files but would prefer to do this with a hook. You wouldn't by chance have someth…
@fc_adam,
Probably not the prettiest code, but it seems to work.
jQuery(document).ready(function() {
$('#use_different_addresses').prop('checked', true);
$('#fc_use_different_address').hide();
FC.checkout.displayShippingAddress =…