2010/5/18 Бессарабова Ирина <[email protected]> > Hi, > What about the finance workflow? Seems that there is no possibility in > PloneGetPaid UI to change its state manually. But it would be great if > manager could change the state of an order after recieving a payment. >
Did you try in the order manager? You should be able to from an individual order (there is a finance and fulfillment workflow state with buttons to transition there). -c > As for me I am currently working on offline payment but it must be > integrated in my case with ogone - the user can select the payment's type > during checkout. Now I just customize OgoneCheckoutPayment class and add one > more action called offline payment, but i am not sure that this is a good > way... > I can help with customizing mailing/billing information. I've removed it at > all in my custom product and now the user must provide only contact info > (name, email, phone) > > Irina > > 18.05.10, 19:40, "Harald Friessnegger" <[email protected]>: > > > hi there > > > > one of our customers does (not yet) want to use/offer credit-card or > paypal > > payment for articles that can be ordered on his website. > > > > we plan to create a payment processor that simply sends an email > containing > > the items of the shopping cart and some order information (contact, > adress, > > etc) to a configurable address. the order is then processed manually. > > > > is there such a thing already? i've seen somebody asking for something > > similar on this list w/o getting an answer ("offline payment" on april > 23rd) > > > > this is what i plan to do. since i'm new to getpaid, any comments or > ideas > > how to do better are highly appreciated! > > > > 1) use existing processors such as getpaid.paypal, getpaid.nullpayment > and > > getpaid.ogone as a reference > > > > 2) register a custom paymentprocessor > > > > IPaymentProcessorOptions: Name and Email of the person that processes > the > > order > > > > authorize and capture return results_success, refund does nothing > > > > > > 3) reduce fields of the checkout form > > > > we could live with a much easier alternat as @@getpaid-checkout-wizard: > > name, email, phone, street, zip, city and country should do the job. > > > > a) overwrite the /@@getpaid-cart-add view and add our form at the bottom > or > > > > b) use (and customize) the form provided by @@getpaid-checkout-wizard > > (follow Products/PloneGetPaid/docs/customisation.txt section > `Customising > > contact information and address fields in the checkout wizard`) > > > > 4) instead of authorizing the payment simply generate the email > containing > > items in shopping-cart and the contact information supplied in 3) and > send > > it to the > > person configured in the processor. > > > > > > thanks for your feedback! > > harald > > > > > > -- > GetPaid for Plone: http://www.plonegetpaid.com (overview info) | > http://code.google.com/p/getpaid (code and issue tracker) > You received this message because you are subscribed to the Google Groups > "getpaid-dev" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<getpaid-dev%[email protected]> > > For more options, visit this group at > http://groups.google.com/group/getpaid-dev?hl=en?hl=en > -- Cofounder and CEO ifPeople - Innovation for People www.ifpeople.net t: 678-608-3408 130 Boulevard NE, #6 Atlanta, GA 30312 -- GetPaid for Plone: http://www.plonegetpaid.com (overview info) | http://code.google.com/p/getpaid (code and issue tracker) You received this message because you are subscribed to the Google Groups "getpaid-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/getpaid-dev?hl=en?hl=en
