an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > LinkPoint API integration
Last Post 4/10/2009 4:51:51 PM By Sukantan. 4 replies.
4/10/2009 2:34:23 PM
Sukantan
Posts: 4
Joined: 3/31/2009
LinkPoint API integration
Hi,
I am using DSC suite 2.5. At the end of a checkout, it sends the total amount to the payment gateway instead of price, tax and shipping info separately. It is absolutely required that the client gets the reports from Linkpoint Gateway with breakdown of the order total by order price, shipping cost and tax. How can I enable this feature in DotShoppingCart ?
 
thanks
Sukanta
4/10/2009 3:01:14 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: LinkPoint API integration
You can create your own LinkPoint payment provider to send the breakdown. But why is it required?
DotShoppingCart Staff
4/10/2009 4:23:54 PM
Sukantan
Posts: 4
Joined: 3/31/2009
Re: LinkPoint API integration
Even though, the Sales Report fcrom DotShoppingCart gives sales transaction details by price, shipping and tax, there is no way to filter by successful ones from ones that failed or not completed. Only Linkpoint or any payment gateway can provide exact details of transactions with details of price, shipping and tax. I am wondering how does any business using Dotshoppingcart gets this information ? Is custom provider the way everyone going?
 
thanks
sukanta
4/10/2009 4:39:59 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: LinkPoint API integration
Sales Report returns only successful ones. If you need failed transaction, you can change it to return failed ones. DotShoppingCart database has everything. If you have other payment methods e.g. PayPal or Google Checkout, the database has these transaction as well. I am sure why you would go the other way around. Play with the DotShoppintCart database and you will have anything you want.
DotShoppingCart Staff
4/10/2009 4:51:51 PM
Sukantan
Posts: 4
Joined: 3/31/2009
Re: LinkPoint API integration
Yes, Database has all information and I was thinking of pulling out data through a fronend tool and analyzing.
Currently DotShoppingCart lists all orders with status field, but no way to export that. SaleReport has export ability, but does not have status field, making exported data unusable.
 
thanks
sukanta