Skip to content
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

Add checkout.py class Cart #16

Closed
wants to merge 3 commits into from
Closed

Conversation

iiijjjii
Copy link
Contributor

I created a checkout.py file with a class Cart for creating shopping carts and retrieving information from shopping carts.

@ghost ghost assigned sharoonthomas Jul 23, 2013
@sharoonthomas
Copy link

Is this a standard Magento API implementation or a custom one ?

@iiijjjii
Copy link
Contributor Author

This is a standard Magento API implementation. Here is the
magentocommerce.com documentation:
http://www.magentocommerce.com/api/soap/checkout/cart/cart.html

I added a sendInfo method to the sales.py Shipment class as well. That
method is not documented but it is included in the standard Magento API
code.

Regards,
Jim Karsten

@sharoonthomas
Copy link

@shalabhaggarwal can you please confirm ?

@ghost ghost assigned shalabhaggarwal Aug 12, 2013
@shalabhaggarwal
Copy link
Contributor

@sharoonthomas As @iiijjjii says, all the cart related API implementation is a part of core magento API which can be found at http://www.magentocommerce.com/api/soap/checkout/cart/cart.html

Also the sendinfo() method on Shipment also is a core API method without documentation which can be found at http://doc-magento.com/_functions/index.html#sendinfo

@sharoonthomas
Copy link

Fine, the only issue I have is that this pull request is to master branch while it should have been sent to develop.

Either @iiijjjii can send the PR to develop or we can manually merge this tomorrow to develop

@sharoonthomas
Copy link

Merged manually:

  • f3e0a9c Add checkout.py coupon, customer, payment, product and shipping classes
  • 945ede7 Add sales.py Shipment sendInfo method
  • e63c65a Add checkout.py class Cart

sethwoodworth added a commit to sethwoodworth/magento that referenced this pull request Mar 31, 2014
Checkout was added in PR openlabs#16, but never exposed
as a module export.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants