-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't add products to cart #1
Comments
@octapopa This plugin is to use OC Shopaholic through restful api. I don't have docs yet. All apis plugin use |
oho, I had an older version of this plugin, before you split it 😄 |
Ups, sorry. |
I start to write docs at this link |
I want to help you to make the documentation, because I will use your plugins on some projects, and my frontend team need it .Great job 👍 with this plugins! |
We work just with vuejs for the moment, but in the feature, I think we will use vue-mc too |
Can you add products to cart if you don't have cookie in middleware?
I added in routes for api middleware, and it is work for me
"
\October\Rain\Cookie\Middleware\EncryptCookies::class,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
"
How do you use it without this?
The text was updated successfully, but these errors were encountered: