Jump to content

SOLVED -Order Page On Frontend is Now Blank


Recommended Posts

My order page is now blank and I receive this error code:

Fatal error: Smarty error: [in /home/www/glamboutiquebyshe.com/store/themes/clean-simple/shopping-cart.tpl line 5]: syntax error: unrecognized tag: margin: 0; padding: 0; (Smarty_Compiler.class.php, line 446) in /home/www/glamboutiquebyshe.com/store/tools/smarty/Smarty.class.php on line 1095

I checked the files mentioned and included the lines below, although I have no idea what all of this means.

Shopping-cart.tpl, lines 5-8:

strong, sub, sup, tt, var, legend, fieldset {
margin: 0;
padding: 0;
}




This is Smarty_Compiler.class.php, line 446:

$this->_syntax_error("unrecognized tag: $template_tag", E_USER_ERROR, __FILE__, __LINE__);

This is Smarty.class.php lines 1093-1096:

function trigger_error($error_msg, $error_type = E_USER_WARNING)
{
trigger_error("Smarty error: $error_msg", $error_type);
}

Any help is appreciated.

-TDBrad

Link to comment
Share on other sites

×
×
  • Create New...