-
Notifications
You must be signed in to change notification settings - Fork 187
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
problems with orders,cart items, #1
Comments
Thanks for the message. We're still developing the Open eCommerce project We do appreciate you taking the time to send us the issue. Please check Cheers, Justin On Mon, Oct 27, 2014 at 12:06 AM, corradt [email protected] wrote:
|
if I try to update cartitems like below, I get the message: Your Cart is Empty, please keep shopping. from products.models import Product, Variation from .models import Cart, CartItem def view(request):
|
Did you try logging out and back in (through admin) to delete the session On Monday, October 27, 2014, corradt [email protected] wrote:
|
Are you following along with our video tutorials for this project? On Monday, October 27, 2014, corradt [email protected] wrote:
|
How far along are you? On Tue, Oct 28, 2014 at 1:35 PM, corradt [email protected] wrote:
|
Ok cool. Did you try pulling our code and running it? It's possible that On Tue, Oct 28, 2014 at 6:59 PM, corradt [email protected] wrote:
|
I did not. What are you trying to change? On Tue, Oct 28, 2014 at 7:10 PM, corradt [email protected] wrote:
|
Please email me so we can keep our communication to one place. On Tuesday, October 28, 2014, corradt [email protected] wrote:
|
If I do checkout and I go to check server side in particular orders I realize that sub total and final total are not exact.
If I try to pass from the status started to finished and I come back to the client side the content of the cart is still there. In the admin site if go to cart items, the line total is not correct respect at what I want to buy.If I push checkout tha page has only the menu doesn't get any message of confirmation. Thanks a lot for you job.
The text was updated successfully, but these errors were encountered: