Comdev - PHP Modules For Your Website
Fast Website Development with PHP Components





Back To List eCommerce > Troubleshooting Showing 10 Of 15 Prev  |  Next

KB4201011 : Blank page after click on recommended product category


2008-10-30

This is due to the reference file path was refer to another type path setting, therefore it unable to retrive the path of respective setting.

Solution :

You need to edit the file named 'home.catalog.php'  at line 921 :

change from :

$prdlink = ($sefurl=="Yes"?"$sefile/$prd/$homeinclude/$category_id/$parent_id/$productlinking/$countdisplay/$start/$addcountview.html":"$sefile?prd=$prd&homeinclude=$homeinclude&category_id=$category_id&parent_id=$parent_id&product_id=$productlinking&countdisplay=$countdisplay&start=$start&addcountview=$addcountview");

to

$prdlink = ($sefurl=="Yes"?"$sefile/$prd/$homeinclude/$category_id/$parent_id/$productlinking/$countdisplay/$start/$addcountview.html":"$thisfile?prd=$prd&homeinclude=$homeinclude&category_id=$category_id&parent_id=$parent_id&product_id=$productlinking&countdisplay=$countdisplay&start=$start&addcountview=$addcountview");

 





Printer Friendly Version
Tell A Friend

Related FAQs In This Category

PayPal - Orders Not Captured If No Return from Paypal (eCommerce v4.1 or above)

KB4131007 : Why the my ecommerce cart unable to calculate the sub charge ? I had applied latest version v4.1.3 patch? It able to show the price unit , but it unable to calculate.