Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Upgarded to v2.3.3 but have a couple of visual problems.


collector1

Recommended Posts

Posted

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

Posted

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.

 

Posted

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.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...