8000 Tags · danslo/CleanCheckout · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: danslo/CleanCheckout

Tags

2.0.0

Toggle 2.0.0's commit message
specify license in metapackage

1.7.1

Toggle 1.7.1's commit message
fix summary margin on desktop

1.7.0

Toggle 1.7.0's commit message
additional margin fix on mobile

1.6.0

Toggle 1.6.0's commit message
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

Toggle 1.5.1's commit message
fix regression to navigate back to welcome step

1.5.0

Toggle 1.5.0's commit message
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

Toggle 1.4.7's commit message
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

Toggle 1.4.6's commit message
no need to update shipping estimation everytime rates are updated

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

1.4.5

Toggle 1.4.5's commit message
remove even more annoying spinners when shipping methods are hidden

1.4.4

Toggle 1.4.4's commit message
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.
0