magento2-vue-checkout icon indicating copy to clipboard operation
magento2-vue-checkout copied to clipboard

Magento 2 Checkout module based on Vue.js

Results 24 magento2-vue-checkout issues
Sort by recently updated
recently updated
newest added

check if field is empty, if so prevent send request

bug
good first issue

Add translation to texts by vue extension i18n. Solutions to this: + [First idea](https://forum-archive.vuejs.org/topic/1274/what-are-you-using-for-i18n) + [Second idea](https://vuejsfeed.com/blog/vue-i18n-implementing-translations-in-vue-js)

feature

We want to create some styles ready to use in separate files. We must get rid of idea with keep styles inside components b/c it will be hard to edit...

ux

Add loader over shipping methods once user change country

enhancement
good first issue

Should be visible only in step 2 ![image](https://user-images.githubusercontent.com/5370251/44908788-228b2000-ad1d-11e8-828c-5f5c6353c148.png)

enhancement
good first issue
feature

We should add loader once the country is changing.

enhancement
good first issue

For now, we don't cover any custom payment methods. @szafran89 please add your thoughts about this issue and describe problem more

feature

Add storing data in local storage to decrease the number of requests. + [LocalForage](https://github.com/localForage/localForage)