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 →

How to use custom jquery / javascript in magento 2 require([‘jquery’, ‘jquery/ui’], function($){ jQuery(document).ready( function() { /ad you JavaScript code here/ }) })