Skip to content

Tags: danslo/CleanCheckout

Tags

2.0.0

specify license in metapackage

1.7.1

fix summary margin on desktop

1.7.0

additional margin fix on mobile

1.6.0

be a little more generous with left/right padding

This is only for devices that have smaller than 1000px width, but not
small enough to switch to mobile display.

1.5.1

fix regression to navigate back to welcome step

1.5.0

rename welcome step to email

As previously polled/discussed in #20, rename the 'Welcome' step to a
more accurate and neutral 'Email' step.

For those wanting to use another word (even in en_US locale), they can
use Magento translation system to do so.

Closes #20.

1.4.7

fix minor error on checkout cart

select-shipping-method is also used in the cart overview, but
shippingAddress component doesn't exist there. just bail early.

1.4.6

no need to update shipping estimation everytime rates are updated

Reduces the number of estimation calls when changing address, etc.

1.4.5

remove even more annoying spinners when shipping methods are hidden

1.4.4

set shipping information without messing with billing addressses

Mostly a copy of shipping-save-processor/default.js, with the parts
relating to billing addresses removed, as it's not relevant for
calculating shipping costs.

Closes #15.