Hey everyone!I was hoping to start using Magento for a very simple checkout landing page.I have a few questions regarding the capabilities of Magento:
I\'m trying to integrate a Flex app with Google Checkout and code that runs fine on my local machine is throwing a Security Error when I test on my site.
I am suddenly experiencing an intermittent error using the Google Checkout ASP.NET control \"GCheckout.\"
I am using Master Pages and I am truing to dynamically add hidden text boxes on the form with the NAMEs that Google Checkout expects.
http://checkout.google.com/support/sell/b开发者_如何学JAVAin/answer.py?hl=en&answer=70647 Only accept messages that are
I\'m experimenting with using Google Checkout and am having a problem posting to the checkout server.Here is my code:
I have 2 pages I created in ASP.net(C#).The first one(called shoppingcart.asp)开发者_运维问答 has a buy it now button.The second one(called processpay.asp) just waits for google checkout to send an HT
We are using Google Checkout - google handled subscriptions. In our html form we are using merchant-item-id parameter to store the subscription plan id and user id, so when Google Checkout send us bac
I have a fairly simple ASP.Net sit开发者_如何学Pythone that uses google checkout (I have an imagebutton with the PostBackUrl set to the Google address passing values of hidden fields) which works fine
I\'ve started working on some enhancements to an ASP.NET web forms e-commerce project, one of the tasks is to add promotion codes to the check-out page.