Hello PieterM.
After making the changes with command npm run watch/dev.
Make sure to run the command npm run prod for saving the changes.
Also, intstall npm in the particular package only and run all the npm commands inside the package only.
No need to make changes in resources/assets/js/app.js
In bagisto multi authentication is there. So you'll have to create your custom remember me.
Remember me uses cookies to store remember me token and hence you'll have to change the reg migrations and add rememberToken()
i.e ($table -> rememberToken(); )
Thanks, although this does work great. Can I edit it in my own package? *if not this is fine, but it's just a bit nicer. Since i've used my own package for all other things.
I had done exactly what you have ask to do and also I have done the same thing in different applications and it fluctuates on other functionality like "Add to Cart" with login not working and other session-related issues I had faced in this case.
So do you have any other option to which will work perfectly?
As you have created attribute UKSize, then you need to add the attribute('UKSize) in the attribute family, and then try to create configurable product with same attribute family in which you added your attribute.