#summary A listing of How-Tos and Tutorials that will be needed for end users #labels Phase-Support,Documentation A lot of documentation has been ported to plone.org/products/getpaid/documentation . Where that has happened, I am removing the links here. Please use this as a place to outline what is needed and work on drafting it. == General Questions == * How does a session-based cart work? * What happens when a user places an order on my site (offline vs online order completion)? ==Using the Product== * How do I set up a payment processor in GetPaid? [SetUpPaymentProcessorDoc Answer] * How do I add a donation to the site? [AddDonationDoc Answer] * How do I add a product to the site? * What is the difference between adding a donation to a site versus making something buyable? * How do I manage my orders? * How do I make a content object payable? Not payable? [MakeObjectPayableDoc Answer] == Customization and Extension == * How should I make customizations to the product? [CustomizationsBestPracticesDoc Answer] * How do I build an extension of the product? * How do I make my custom content type integrate with the product (so I can make it buyable)? [CustomContentTypeDevelopmentDoc Answer] * How do I make a donation appear in a portlet vs within the page content? * How do I make an "Add to Cart" button appear in the body of the content on my site? * How do I change the "Add to Cart" text or make it a button? _Not implemented yet_ * How do I configure my currency? * How do I set up my shipping information? * How do I create a category and add products to the category? == Payment Processor Questions == * When will payment processor be supported? * How do I integrate payment processor ? * Authorize.net: * How do I get a test or dev account? [http://developer.authorize.net/support/ Submit request form] * Are there test credit card numbers I can use? [http://developer.authorize.net/faqs/#7429 See authnet doc] * How do I get an authorize.net account? * How do I get my merchant ID and transaction key? [http://developer.authorize.net/faqs/#7423 See authnet doc] * How do I set up my gateway to accept international credit cards? [AcceptInternationalCardsDoc Answer] == Developer Concerns == * What unit tests are available? * How do I write an adapter for a new payment processor?