Only idea I have without forking is to monkey-patch Order.force_recalculate_total and override a bunch of templates. I do think that that's a place where Satchmo needs a few more hooks for custom calculation.
On Jul 27, 12:33 am, Dan <[email protected]> wrote: > Anyone have any ideas on this issue? > > I have already made an app that will store reward point transactions, > allocate x amount of points for a customer signup, add % of an order > as points after an order is completed. > > I am now struggling to find the best way to allow the customer to > redeem their points during the checkout process. > > Any tips and hints are greatly appreciated!!! > > Thank you > > On Jul 26, 5:32 pm, Dan <[email protected]> wrote: > > > > > > > > > Hi Can any Satchmo developers comment on this, is possible to write a > > reward points plugin (it's a pretty standard feature for many stores) > > and what's the best way to go about it? > > > I don't really want to keep forking it each time I need some small > > feature, I already had to fork it once to add the option to have a > > payment fee. And BTW is it possible for me to get that payment fee > > code back into the main branch? > > > On Jul 23, 12:27 am, Nan <[email protected]> wrote: > > > > Unfortunately, a lot of the price calculation and output is fairly > > > hardwired in. You may be forced to fork. > > > > On Jul 20, 11:57 pm, Dan <[email protected]> wrote: > > > > > Thanks, I have had a look at the signals and it seems easy to get > > > > customer points from products they have ordered. > > > > > However allowing a customer to redeem points during checkout would > > > > seem to be a very complex process and it would be great if someone had > > > > some insight on the best way to do this. > > > > > 1 - Have rewards points as a payment module. However for part payments > > > > I doubt its easily possible to have a customer semi pay with 2 > > > > different modules? > > > > 2 - Override payment forms and make redeeming points act like > > > > discounts does at the moment? > > > > > What's the best way to do this? > > > > > Thanks > > > > > On Jul 18, 11:36 am, Nan <[email protected]> wrote: > > > > > > Satchmo has an extensive set of signals[1] that would be a good place > > > > > to start looking in terms of hooking your plugin into the system. > > > > > > [1]http://www.satchmoproject.com/docs/dev/signals.html > > > > > > On Jul 17, 7:31 am, Dan <[email protected]> wrote: > > > > > > > Hi > > > > > > > Does anyone know of a reward point app/plugin for Satchmo? > > > > > > > If I need to build one any ideas on the best way to hook it into the > > > > > > system?? > > > > > > > Thanks a lot. > > > > > > > -Dan -- You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en.
