Scott Kennedy
Scott Kennedy
Hi guys. I actually think this is a bug with Netlify! It's frustrating not having control to fix it. Even loading previous versions of WooNuxt are having the same problem...
Here are my settings. It might help. The **Frontend URL** is important for the Paypal redirect.  And my PayPal setting is like this. ...
 For now. It only supports the older default PayPal extension. Not the PayPal Payments Plugin.
Hi @j-salins. Can you send me your front-end URL and I'll have a look to see what's going on? It sounds like it could be a cors issue. Check and...
Hey guys. If ye PM me the WPGraphQL endpoint that ye are having issue's with I can take a look. Sound's like the backend might me missing a few settings.
## Add SSL support for local development with a self-signed certificate Self-signed certificate #124 - Add SSL support for local development. - Update README.md to include instructions for setting it...
Like, have the cart automatically shown when you add to the cart? You could always overwrite the ```AddToCartButton.vue``` component in your base directory to add that functionality.
I was never a fan of showing the cart automatically. I can make a ```.env``` variable to let people decide but I'm trying to steer as much as I can...
Hey @alexookah , This can be set with the below environment variable now. ```bash AUTO_OPEN_CART="true" ```
Hi @Amenocy, Instead of invalidating 5 variants WooNuxt would just need to invalidate the parent product. So one page basically. I haven't figured it out for Nuxt yet but hopefully...