Merge pull request #632 from prashant-webkul/development

Development
This commit is contained in:
JItendra Singh 2019-02-27 14:46:24 +05:30 committed by GitHub
commit 268ec5e425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,7 @@ It packs in lots of demanding features that allows your business to scale in no
* Orders Management System.
* Customer Cart, Wishlist, Product Reviews.
* Simple and Configurable Products.
* Check out [more....](https://bagisto.com/features/).
* Check out [click here](https://bagisto.com/features/).
**For Developers**:
Dev guys can take advantage of two of the hottest frameworks used in this project Laravel and Vue.js, both of these frameworks have been used in Bagisto.

View File

@ -382,6 +382,8 @@
for (var i in shippingHtml.staticRenderFns) {
shippingTemplateRenderFns.unshift(shippingHtml.staticRenderFns[i]);
}
eventBus.$emit('after-checkout-shipping-section-added');
},
render(h) {
@ -420,6 +422,8 @@
for (var i in paymentHtml.staticRenderFns) {
paymentTemplateRenderFns.unshift(paymentHtml.staticRenderFns[i]);
}
eventBus.$emit('after-checkout-payment-section-added');
},
render(h) {