View Single Post
  #9  
Old 08-03-2017, 06:06 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: How to create a custom page having All product List on Shop Front

@ajeetsingh,

You do not have a page created in your module that is why you cannot open the cart.php?target=all_products path. It seems that you skipped the second step in the article:

Quote:
2. Create a page in this module. We are creating a page in customer area that will be accessible by cart.php?target=all_products URL.

So, you should create this page as described here: http://devs.x-cart.com/en/basics/creating_new_page.html#creating-page-in-customer-area and the mod should start working for you.

Tony
__________________
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