RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

shipping bug #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. on a plain get paid buildout instance, make an item shippable
2. then add it to your cart and checkout
3. then fill your shipping/mailing address and continue

What is the expected output? What do you see instead?

You have the following error:

2008-03-05 11:19:59 ERROR Zope.SiteErrorLog
http://localhost:51113/Test/@@getpaid-checkout-wizard
Traceback (innermost last):
 Module ZPublisher.Publish, line 115, in publish
 Module ZPublisher.mapply, line 88, in mapply
 Module Products.PDBDebugMode.pdbzope.runcall, line 60, in
pdb_runcall
 Module ZPublisher.Publish, line 41, in call_object
 Module Products.PloneGetPaid.browser.checkout, line 253, in __call__
 Module getpaid.wizard._wizard, line 38, in __call__
 Module getpaid.wizard._wizard, line 34, in render
 Module Products.PloneGetPaid.browser.checkout, line 110, in render
 Module zope.formlib.form, line 764, in render
 Module Shared.DC.Scripts.Bindings, line 311, in __call__
 Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
 Module Products.PageTemplates.PageTemplateFile, line 113, in _exec
 Module Products.PageTemplates.PageTemplate, line 104, in pt_render
  - <ImplicitAcquirerWrapper object at 0x5b35fd0>
 Module TAL.TALInterpreter, line 238, in __call__
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 749, in do_useMacro
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 457, in do_optTag_tal
 Module TAL.TALInterpreter, line 442, in do_optTag
 Module TAL.TALInterpreter, line 437, in no_tag
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 749, in do_useMacro
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 457, in do_optTag_tal
 Module TAL.TALInterpreter, line 442, in do_optTag
 Module TAL.TALInterpreter, line 437, in no_tag
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 772, in do_defineSlot
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 772, in do_defineSlot
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 457, in do_optTag_tal
 Module TAL.TALInterpreter, line 442, in do_optTag
 Module TAL.TALInterpreter, line 437, in no_tag
 Module TAL.TALInterpreter, line 281, in interpret
 Module TAL.TALInterpreter, line 507, in do_setLocal_tal
 Module Products.PageTemplates.TALES, line 221, in evaluate
  - URL: checkout-shipping-method
  - Line 18, Column 4
  - Expression: standard:'view/ship_service_names'
  - Names:
     {'container': <PloneSite at /Test>,
      'context': <PloneSite at /Test>,
      'default': <Products.PageTemplates.TALES.Default instance at
0x2154468>,
      'here': <PloneSite at /Test>,
      'loop': <Products.PageTemplates.TALES.SafeMapping object at
0x5c8fd28>,
      'modules':
<Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at
0x21429e0>,
      'nothing': None,
      'options': {'args': ()},
      'repeat': <Products.PageTemplates.TALES.SafeMapping object at
0x5c8fd28>,
      'request': <HTTPRequest, URL=http://localhost:51113/Test/
@@getpaid-checkout-wizard>,
      'root': <Application at >,
      'template': <ImplicitAcquirerWrapper object at 0x5b35fd0>,
      'traverse_subpath': [],
      'user': <PropertiedUser 'admin'>,
      'view': <Products.Five.metaclass.CheckoutSelectShipping object
at 0x591f630>,
      'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper
object at 0x5b417f0>}
 Module Products.PageTemplates.Expressions, line 185, in __call__
 Module Products.PageTemplates.Expressions, line 173, in _eval
 Module Products.PageTemplates.Expressions, line 127, in _eval
  - __traceback_info__: view
 Module Products.Five.browser.TrustedExpression, line 76, in
trustedTraverse
  - __traceback_info__: ([], 'ship_service_names')
AttributeError: ship_service_names

Please use labels and text to provide additional information.

Original issue reported on code.google.com by lucielej...@gmail.com on 6 Mar 2008 at 3:06

GoogleCodeExporter commented 9 years ago
fixed in r1329

Original comment by kapilt@gmail.com on 6 Mar 2008 at 4:26