-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Allow add to cart and checkout without login / signup #82
Comments
Thanks. We will be working on this shortly. |
Any updates on this? |
We will try to get to it as soon as we can but due to other commitments and day job of all the devs, it will take some time for this. Feel free to grab this issue and raise a PR. Also, are you looking for a certain form of e-commerce implementation? |
@smaharj1 I'll try to work on this and submit a pull request for the same. But I dont think I'll be able to complete it soon. However, I'll surely give it a shot. |
@smaharj1 @Viveckh I have changed the This is working but I cannot submit a pull request because I have made way to many changes to the UI and some to the backend. |
@Viveckh or @smaharj1 one of you can submit a pull request. Here's the code:
Right under:
add and under this line:
add
And lastly, under
add
Now if you are not signed in, the product page you were on is stored in your browsers localstorage and once you have signed in, you will be redirected to the product page you were on. |
This is pretty basic for any ecommerce store (like Shopify) - I should be able to purchase an item without having to create an account or log in
The text was updated successfully, but these errors were encountered: