PHP code example of appstract-software / magento-adapter
1. Go to this page and download the library: Download appstract-software/magento-adapter library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
appstract-software / magento-adapter example snippets
json
"extension_attributes": {
"product_price": {
"price": 32.53,
"special_price": 32,
"currency_price": "32,53 zł",
"currency_special_price": "32,00 zł",
"currency_symbol": "zł"
},
}