I'm checking it but i need to use a xmlrpc API maybe i didn't explain well myself but i want to get for example the price, the description, the stock, etc. of the product and put it into a product in Cartridge where can i put that logic and how can i add my own producto to the shopping cart of cartridge. And after the payment process i want to send information to the API. Actually im building my own views but only using libraries from django, how can i use the Cartridge libraries to put the shoping cart info in my own pages.
El domingo, 25 de octubre de 2015, 7:08:54 (UTC-5), Kenneth Bolton escribió: > > Hi Juan Carlos, > > I use the excellent Requests librar > <http://docs.python-requests.org/en/latest/>y by Kenneth Reitz to crawl > websites and/or access web APIs. > > -ken > > On Sun, Oct 25, 2015 at 2:10 AM, Juan Carlos Espinoza Zurita < > [email protected] <javascript:>> wrote: > >> >> Hi >> >> First i want to say thanks for your work >> I'm a beginner in django and Mezzanine Cartridge >> I'm using it for a Project. >> >> What i want to do is get the data from an API and put it into Cartridge >> I want to know if there is any chance that i can load that data into a >> product in Cartridge >> >> How can I link Cartridge whit the API? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Mezzanine Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
