Use the following commants on Magento 2 terminal /www/server/php/74/bin/php  -d memory_limit=-1  bin/magento setup:upgrade /www/server/php/74/bin/php  -d memory_limit=-1  bin/magento cache:clean /www/server/php/74/bin/php  -d memory_limit=-1  bin/magento indexer:reindex /www/server/php/74/bin/php  -d… Read More →

Owebia Go to Admin->Configuration->Sales->Delivery Method->Advanced Shipping Configuration and use this code => addMethod(‘id_002’, [‘title’ => “ヤマト運輸”,‘enabled’ => $request->dest_region_id == ‘2’ ,‘price’ => 220 * array_sum(array_map(function… Read More →