collector1 Posted March 12, 2013 Posted March 12, 2013 Hi, I recently upgraded to v2.2.3 but I now find that my cart contents, check out and my account buttons have shrunk. http://www.hoarders.co.uk Secondly the text TABLE_HEADING_PRODUCTS appears in the shopping cart above the product you wish to buy. I have searched the forums but have not found a solution. Thanks
♥joli1811 Posted March 12, 2013 Posted March 12, 2013 Hi Jeff, You need to check your includes/template_top.php I believe you may be missing the 1.8.0.min.js (or whatever you use) Below is original from 2.33 <link rel="stylesheet" type="text/css" href="ext/jquery/ui/redmond/jquery-ui-1.8.22.css" /> <script type="text/javascript" src="ext/jquery/jquery-1.8.0.min.js"></script> <script type="text/javascript" src="ext/jquery/ui/jquery-ui-1.8.22.min.js"></script> <script type="text/javascript"> // fix jQuery 1.8.0 and jQuery UI 1.8.22 bug with dialog buttons; http://bugs.jqueryui.com/ticket/8484 if ( $.attrFn ) { $.attrFn.text = true; } </script> Regards Joli To improve is to change; to be perfect is to change often.
♥joli1811 Posted March 12, 2013 Posted March 12, 2013 Hi, Missing language define in catalog/includes/languages/english/shopping_cart.php define('TABLE_HEADING_PRODUCTS', 'Product(s)'); regards Joli To improve is to change; to be perfect is to change often.
collector1 Posted March 12, 2013 Author Posted March 12, 2013 Thanks Joli. You are spot on with both solutions. The site is now back to normal again. Keep up the good work! Thanks again.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.