You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.