sivakumarkoduru

Results 17 issues of sivakumarkoduru

Vue warn]: Missing required prop: "media" found in ---> at src/components/LightBox.vue at node_modules/vuefront/lib/components/molecules/product-image/popup.vue at node_modules/vuefront/lib/components/molecules/product-image/product-image.vue at node_modules/vuefront/lib/components/molecules/col/col.vue at node_modules/vuefront/lib/components/molecules/row/row.vue at node_modules/vuefront/lib/components/templates/store/product/product.vue at node_modules/vuefront/lib/components/molecules/col/col.vue at node_modules/vuefront/lib/components/molecules/row/row.vue at node_modules/vuefront/lib/components/molecules/container/container.vue at node_modules/vuefront/lib/components/organisms/layout/layout.vue at...

expected result : after review submit in product page it should show success message actual result:after review submit in product page it is showing form errors. note : off course...

Present we are getting all countries. we need to add status filter. Also try to use opencart cache. https://github.com/opencart/opencart/blob/master/upload/catalog/model/localisation/country.php see above file for cache implementation.

https://github.com/vuefront/opencart/blob/master/catalog/model/extension/d_vuefront/address.php https://github.com/opencart/opencart/blob/master/upload/catalog/model/account/address.php compare above files. We should use opencart model objects instead of that again writing same code in files. we will miss important opencart core code changes. for example...

Steps to reproduce 1.login 2.now logout 3. now browse below urls http://localhost:3000/account/address http://localhost:3000/account/address/create We should not get those pages, instead of that we should redirect to login page.

Hi Team, Getting below error. ApolloClient networkError 07:34:14 Notice: Undefined index: category_id in /opt/bitnami/opencart/catalog/controller/extension/d_vuefront/store/category.php on line 40Notice: Undefined index: name in /opt/bitnami/opencart/catalog/controller/extension/d_vuefront/store/category.php on line 41Notice: Undefined index: description in /opt/bitnami/opencart/catalog/controller/extension/d_vuefront/store/category.php...

Hi Team, Could you please guide me to include checkout app. https://github.com/vuefront/checkout-app