Jump to content

Recommended Posts

Hi friend's

 

i have a Strange prblem with manufacturers page . when i click on a manufacturer , page doesn't load completley without any error.just the header section does load.and HTML menu load Incomplete.

 

please check this address and if you have a suggestion for finding the reason of problem i really appreciate you to share it with me .

 

web site address: http://www.rayankade.com

 

link of a manufacturer that error appear on it : http://www.rayankade.com/3_asus

 

also you can check the screen shot.

 

the page is in persian landuage . you just need to click on a manufacturer from right column to see the problem .

 

many thank's.

post-453141-0-16961500-1375108412_thumb.jpg

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

Hi! You can follow these instructions on this thread. http://www.prestasho...-or-blank-page/

 

Keep me posted. Thank you!

 

hi again

i used error reporting system but did'nt see somthing useful.i saw some errors on the consol that they were for some modules and i fixed them. now you can check it out and see it urself.the error reporting is stll active on http://www.rayankade.com.

 

but the main problem is when you click on a manufacturer the page load incompletlly and consol doesn't debug the whole page.somthing stop the page loading.

Link to comment
Share on other sites

i found the the problem and i want to share it with you for find the reason !

 

i used this line of code for display manufaturers logo on my custom menu :

 

<a href="{$link->getmanufacturerLink(2, $manufacturer.link_rewrite)}" title="{$manufacturer.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}m/3-medium_default.jpg" alt="{$manufacturer.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}" /></a>

 

and when i remove this lines of codes the problem is resolved.

this problem is only occurs in rtl template.

Link to comment
Share on other sites

HI the_raven, did you custom code this yourself? Also, I am still able to see the manufacturer page.

 

i removed the code from menu and manufacturers is accesseble now.

 

i used this code

<a href="{$link->getmanufacturerLink(2, $manufacturer.link_rewrite)}" title="{$manufacturer.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}"><img src="{$img_ps_dir}m/3-medium_default.jpg" alt="{$manufacturer.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}" /></a>

on href to get manufaturers links as same as the block manufacturers module or manufacturers page.

 

but when i put this code on my custom module ( Top Menu ) manufacturer page doens't load !

 

is there any other way to get the manufacturer link ?

Link to comment
Share on other sites

×
×
  • Create New...