enes sönmez
enes sönmez
This plugin just ignores named routes that you prefix with `Route::as('xxx')->group(...` method. Instead you need to use `Route::group(['as' => 'xxx'], function() { ...` to get it work. Hope to see...
hey there, it would make sense if user unable to use alpha chars in a decimal spinner field. but right now I can use a-zA-Z when I manually set on...
## Issue Reference #9816
**Describe the bug** Available tax is not applied to cart item when added to cart. **To Reproduce** Steps to reproduce the behavior: 1. Create a tax for a country and...