Jump to content

[SOLVED] Subcategories not appearing on the right categories column


Recommended Posts

Subcategories not appearing

 

PS 1.5 revision 13826

 

Home (default root category)

----Category (its appearing)

------------Sub-Category-1 (its appearing but there is no open-close plus sign image (+) on the right hand)

---------------------Sub-Category-2 (not appearing)

 

 

post-101194-0-47641500-1330505164_thumb.png

 

 

 

On Prestashop 1.4.7 version, these subcategories and their open-close buttons (+ sign) are working well

post-101194-0-45804000-1330505225_thumb.png

Edited by Peda (see edit history)
Link to comment
Share on other sites

Hi Vincent,

 

Great thank you very much. Its ok, except internet explorer. Now the plus sign appearing for 3 level depth categories. Internet explorer 8.0 still does not display the plus sign and the subcategory.

 

I think youre planning to show only 3 levels category dept on the right column not more.

 

Note: The new theme horizontal top menu scroll down not appearing regularly in internet explorer.

Is there any improvement about this?

post-101194-0-80449700-1330961186_thumb.jpg

 

Best Regards,

Link to comment
Share on other sites

Another bug fix after over 48 hours of bloody aggovation!

 

my problem was no dynamic/animated functions where working, when viewing a product the categories left block would turn empty, add to cart would take you to cart page instead of animated etc etc etc VERY annoying.

 

I turned to an old browser I coded in 2002..... because it forces old IE use and gives the annoying but helpful script run time errors as pop up boxes and not a stupid icon to dig out. I found a problem in:

 

/themes/prestashop/js/product.js

 

The problem occurs at line 314

 

var newUnitPrice = parseFloat(productUnitPrice) + parseFloat(selectedCombination['unit_price']);

 

productUnitPrice is NOT defined, this is causing a cascading error effect on all following elements.

 

My fix

 

Insert new line above 314 and simply:

 

var productUnitPrice=0;

 

Magically EVERYTHING works again......

 

Seriously suggest this gets fixed.

Link to comment
Share on other sites

×
×
  • Create New...