We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.
I’m a software developer. I’m new to commercetools. I want to integrate my custom payment into commercetools. I have a merchant center and enabled the commercetools checkout. But I don’t have an idea how to load my shop frontend. And how to integrate the payment into commercetools. Please, anyone, provide guidance to me for the payment integration and payment process in commercetools.
I have create a commercetools merchant center. But feature are shown an limitedly and also payment method option could not shown. So, Kindly change my shop free to paid plan. I have attached the my shop details in below shop url : https://mc.europe-west1.gcp.commercetools.com/ Best regards,Abiraj S
Hi everyone, I recently checked the documentation on dynamic pages and the commercetools extension repository (https://github.com/FrontasticGmbH/extension-commercetools). There is one point I don’t understand right now: why does a dynamic page defines a data source, even though the dynamic page handler already loads the necessary data? For example the product details page. The dynamic page handler (https://github.com/FrontasticGmbH/extension-commercetools/blob/master/index.ts) uses the ProductApi in line 65 to retrieve the product data and add it to the response. Furthermore the schema for the dynamic page additionally defined the data source type “frontastic/product”, which loads the product data too in line 216 (https://github.com/FrontasticGmbH/extension-commercetools/blob/master/index.ts). So why is it necessary to load the data in the dynamic page handler and define a data source for the dynamic page too, which loads the same data? What point am I missing? Thank you and kind regards, Torben