On Mon, Jul 6, 2009 at 11:32 AM, Hannes Calitz<[email protected]> wrote:
> So perhaps I spoke to soon.
>
> Everything works perfect except for one thing. When checking out,
> flaterate.getCost (http://pastie.org/535446) grabs the default values from
> interfaces.py (http://pastie.org/535447) instead of the values saved in the
> admin section.
>
> Why could this be happening?
>
> Danielle, I think you'll be able to help >>>
I would be happy to ...
In my case I don't let choose the client a service and consequently I
don't use the step "checkout-select-shipping"
so I have just put MY choice in cart
class CartItemTotals( OriginalCartItemTotals ):
def getShippingCost( self ):
# no choice of service_code by client
service_code = 'mine.01' #self.request.get('shipping_method_code')
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---