Thomas Andersen Posted November 20, 2019 Share Posted November 20, 2019 (edited) Hi, I am trying to figure out how to load some specific information in to the product page. I want to be able to collect some information using a webservice I made and use that information on the product page. What is important is that the information will be available when loading the product page. Can anyone point me in the direction as to how to do this and maybe tell me where to put my code. Thanks in advance Edited November 20, 2019 by Thomas Andersen (see edit history) Link to comment Share on other sites More sharing options...
CedCommerce Team Posted November 25, 2019 Share Posted November 25, 2019 Hi, You can create your own front controller to get data from your webservice request then return it to show on page in desired format. To show on product page you can call controller you made using ajax and update it on page with javascript or jquery by writing code on following template themes/classic/templates/catalog/product.tpl you can update theme name with your current theme like i have mentioned default theme name i.e classic Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now