You modified views. First you can try only to rewrite urls so that it points to your view.
If it is not enough, you can create a new payment module inside your project, where you start with a copy of giftcertificate. A) You use name "giftcertificate" and disable the original in INSTALLED_APPS. B) You rename it. Then search docs and maybe also this forum in the last half year, what is enough to be modified to avoid name conflicts. Solution B can be better if you want simplify future upgrades and you not copy but subclass the most of the original module. --Hy On 4 dub, 11:38, gg <[email protected]> wrote: > Hi > > I am trying to install my first Satchmo shop. Here I was trying to > commit few changes in the following scripts :- > > /satchmo/apps/payment/modules/giftcertificate/views.py, > > and see the effect of the same in my local store. > > My question is how do I make use of this and see the change-effect in > my local store instead of changing it in my default Satchmo install. > > Many many thanks in advance. > GG > ++ -- 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.
