Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2.3.4 Duplicate Reports Box


DrumrLC

Recommended Posts

Hi, 

 

I just updated my store to 2.3.4 in my test environment and I'm seeing a weird bug. The column_left page is displaying, but it is duplicating the last section.  I have attached an image of what is happening. Both boxes function correctly, although when you click a link in the bottom box, it reverts back to the reports box opening. This stinks of a jquery thing, but any help would be appreciated. 

post-11824-0-72992100-1429298296_thumb.png

Link to comment
Share on other sites

Ok, found the problem. I had to change: 

foreach ( $cl_box_groups as &$group ) {

to:

foreach ( $cl_box_groups as $group ) {

in several of the new boxes.

 

Thanks for pointing me in the right direction!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...