How to fetch the store data from custom module to page.

linus 392 asked on July 3, 2018 07:30

Can anybody tell me how to fetch the store data from custom module to page.

Recent Answers


David te Kloese answered on July 3, 2018 10:29

Hi,

So you have a custom module with custom classes and want to show that data on the live site?

If you've followed this example in the documentation:

https://docs.kentico.com/k11/custom-development/creating-custom-modules#Creatingcustommodules-Addingclassestomodules

and follow the "Generating class code" you'll get your own provider and info objects. Depending on your needs you can use this in any custom control, or use a default Kentico Generic Web Part viewer.


In case you mean showing 'ecommerce STORE data'? What data do you use in your module and what does your module do?

The default API's for ecom data should be available. Check out the API examples in the documentation here: https://docs.kentico.com/api11/e-commerce

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.