Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

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

 
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)
 
Thread Tools Search this Thread
  #1  
Old 07-27-2017, 03:09 AM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Hello,

I am developing a module and try to create a page which display all products on frontend of store.

Please suggest me.
Thank You.
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
  #2  
Old 07-28-2017, 12:20 AM
  ambal's Avatar 
ambal ambal is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 4,119
 

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

Ajeet,

Could you please be more specific? What sort of suggestion do you need?
X-Cart 5 dev docs are published at https://devs.x-cart.com
__________________
Sincerely yours,
Alex Mulin
VP of Business Development for X-Cart
X-Payments product manager
Reply With Quote
  #3  
Old 07-28-2017, 12:31 AM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Hello ambal,

I just want to know that how to show all product in a catelog view on X-cart Front end page. I have already follow the documentation related here as below

http://devs.x-cart.com/en/basics/itemslist_introduction_--_showing_products_on_a_page/


but not be useful for me.

So please suggest that how it will possible.

Thank You.
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
  #4  
Old 07-28-2017, 04:16 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

Hi @ajeetsingh,

I had a look at the article you mentioned and it should work fine for your task. Could you please let me know what particular step does not work for you?

Thank you.

Tony

Quote:
Originally Posted by ajeetsingh
Hello ambal,

I just want to know that how to show all product in a catelog view on X-cart Front end page. I have already follow the documentation related here as below

http://devs.x-cart.com/en/basics/itemslist_introduction_--_showing_products_on_a_page/


but not be useful for me.

So please suggest that how it will possible.

Thank You.
__________________
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
  #5  
Old 07-28-2017, 04:27 AM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Hi @tony_sologubov,

I had follow that article and deploy our side as suggest but the product list page was not found on frontend, when i call
siteur/cart.php?target=all_products

So what i wrong. Please suggest me.
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
  #6  
Old 07-28-2017, 06:05 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

Quote:
Originally Posted by ajeetsingh
I had follow that article and deploy our side as suggest but the product list page was not found on frontend, when i call
siteur/cart.php?target=all_products

So what i wrong. Please suggest me.

Is it possible for you to send me a pack of module you created? I will have a look.

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
  #7  
Old 07-29-2017, 12:10 AM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Hi @tony_sologubov,

I have send you the module zip file. Please go through it and check that where i do wrong.


Webkulsoftware-DemoProduct-v5_3_0.tar

Thank You.
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
  #8  
Old 07-30-2017, 10:31 PM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Hi @tony_sologubov ,

Have you checked my zip file which i send you 29th july. Please suggest me about my issue so that i do further.

Thank You
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
  #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
  #10  
Old 08-03-2017, 06:21 AM
 
ajeetsingh ajeetsingh is offline
 

Member
  
Join Date: Dec 2016
Posts: 28
 

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

Quote:
Originally Posted by tony_sologubov
@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:



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


Dear @tony_sologubov,

Actually i want to create a POS(Point of Sale) Page on frontend of x-cart in version 5.3.x. So can you guide me that how i create that page which contains the products catelog and checkout view on a single page.

Thank You for your reply.
__________________
Ajeet Singh
Sr.Software Developer
Webkul Software Pvt. Ltd.
Reply With Quote
Reply
   X-Cart forums > X-Cart 5 > Dev Questions (X-Cart 5)


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:38 PM.

   

 
X-Cart forums © 2001-2020