View Single Post
  #26  
Old 08-05-2014, 06:25 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: All Products on front page, similar to featured products

Hi Michael!

You need to apply two fixes in order to make this module work:
1) Change the class name in the classes/XLite/Module/FasterThanYours/AllProductsFrontPage/View/Custom/ProductsOnHomePage.php file to ProductsOnHomePage (or change the file name to ProductsOnHome.php). The idea is that filename and classname must be the same.

2) Remove the very first space symbol before <?php construction in that file.

Rebuild the cache and after that, your module should start working properly.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote