SSL Service Module Development
Getting Started
We have prepared a sample product module in Github, we recommend you to use it as a starting point for the module. Where to Find SSL Service Provider Modules? All SSL service provider modules are under /coremio/modules/Product/ directory . You can review a...
config.php
This is a file that holds the module's setting information. The meaning of the indexes that must be stored mandatorily is explained below. [created_at] The date you create the module must be written in (Unix timestamp) format. [group] The API group that the ...
pages/product-detail.php
When you create or edit products for special product groups, and after selecting the API under the automation settings tab, the content of "pages/product-detail.php" file belonging to API appears on below. The variables you can use in the file are as follows...
pages/order-detail.php
When you enter the details of the orders created for special product groups, after selecting the API under the CORE settings tab, the content of "pages/order-detail.php" file belonging to API appears on below. Dosyada kullanabileceğiniz değişkenler aşağıdaki...
pages/ac-order-detail.php
When the client enters the order details, the content of the "pages/ac-order-detail.php" file belonging to API is displayed. The variables you can use in the file are as follows; Name Type Description $module Class Object Returns the content of the clas...