Tinkered with the settings still unsure why it was not registering shipping costs though setting SHIPPING__HIDING = True started causing the cost of shipping to show up in the total
On Nov 17, 9:47 pm, Alvin Mites <[email protected]> wrote: > When I set only 1 shipping option it skips the shipping page which > seems to be intended function. > > However when it does this it doesn't register with the shipping module > what the carrier/price are for shipping. > > I have tried this with > - payment.modules.paypal > - payment.modules.google > > as payment modules > > payment.modules.dummy will load the shipping page as part of the > checkout with only a single option > > this happens with shipping modules for: UPS / flat rate / tiered / > custom > the common factor is a single option for shipping > > I can see that > > payment.views.payship > > handles dummy with credit_pay_ship_process_form > whereas most payment modules use simple_pay_ship_process_form > > that said I have nothing showing up in DEBUG logs or any other > and I have verified that the products in the car .is_shippable > > when I review the code it shows that if it is skipping the page due to > allow_shipping = True > then it should register a log message... > > any ideas? -- 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.
