Sam Berry
Sam Berry
Hi everyone, to add blog functionality to your laravel website, you just need a package. This is compatible with latest version of laravel framework (laravel 8): https://github.com/vhessam/laravel-blogger Demo link: https://cms.binshops.com/login
## Description This PR fixes the issue: https://github.com/vuestorefront/vue-storefront/issues/6711 except the translations in validations. ## Related Issue ## Motivation and Context ## How Has This Been Tested? ## Screenshots: ## Types...
### How the project can be improved? some texts are missing in localization files in home page component: title description button text ``` ``` ### What are the acceptance criteria?...
### Describe the Bug Hi guys, I've tested my vue storefront demo: pwa.binshops.com on many ios devices but the images do not get loaded. I've also tested the https://demo-ct.vuestorefront.io on...
Hi dude, for multi-language support you can check my package: https://github.com/binshops/laravel-blog Thanks
### Expected Behavior _No response_ ### Actual Behavior - try to open a category page: http://localhost:3000/c/clothes - First req must be on a category page (not tested on other types)...
### Wishlist Feature considering the following items: - Wishlist functionality: - Add product to wishlist - List wishlist items in my account section - Remove item - Is in wishlist...
### How the project can be improved? upgrade Storefront UI to version 0.12 ### What are the acceptance criteria? - [ ] ### Additional information _No response_ ### Code of...
### Expected Behavior fix for client side hydration issue in product detail ### Actual Behavior hydration error should be fixed in product detail page ### Possible Solution _No response_ ###...
### Describe the Bug Hi everybody, When I set the defaultLocale in nuxt.config.js, it seems that it does not work, the result is always EN lang on the first request....