Summary:
Using Shipping Module Breaks Checkout
Detailed Description:
Issue using shipping modules for Orders 1.13.1 (CGEcommerce 1.3.9)
Possibly related to the template for the shipping form (under Orders >
Templates), which is empty.
The 'Orders/templates/orig_shippingform_template.tpl' file is empty and seems to
be a new addition.
Setting 'Shipping Module' to 'None' in CGEcommerce Base gets around the issue.
Reverting back to Orders 1.13 resolves the issue.
[b]The Issue[/b]
When proceeding from 'checkout' (where your billing / shipping details are
shown) to 'shipping', the page renders from the <body> tag and stops when it
processes the {Orders} smarty tag.
The only output is:
Debug: (0.275149) - (usage: 13585816) - (peak: 13627824)
Which is where the {Orders} tag seems to break (which is why the header isn't
rendering)
Turning debug on in the config doesn't change anything.
[b]Things Tried[/b]
~ Tried using different shipping modules, each of which give the same error
~ Tried adding different things (headings, paragraphs) to the 'Shipping Form
Templates', no effect
~ Tried clearing the cache, sessions, cookies
~ Tried setting the shipping form page in Order>Preferences to different pages
and also 'none', no effect
~ Tried unstalling and reinstalling from fresh tar files