Parse error: syntax error, unexpected '}' in /public_html/includes/templates/my_custom_template/templates/tpl_modules_shipping_estimator.php on line 8
Above error is what I get where I should see the estimated shipping in the shopping cart. Looked at tpl_modules_shipping_estimator.php, but nothing jumps out at me. Exceptionally baffling in that line 8 is commented author/version notes, containing no '}' whatsoever.
Any ideas? I am encountering this error on a site running 1.3.6. I compared tpl_modules_shipping_estimator.php to its counterpart on another site running 1.3.5 with the 1.3.6 database patch, and the files are perfectly identical. The shipping estimator on the other site works fine.
Prior to upgrading the site with the broken estimator to 1.3.6, I had some custom coding done to prevent different Product Types from going through the checkout together (long story) -- I wonder if I may have mutilated something pertaining to the override when I upgraded. So far, everything else seems to work fine.