Server IP : 66.29.132.122 / Your IP : 3.147.77.245 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/packages/kkart-blocks/assets/js/previews/ |
Upload File : |
/** * External dependencies */ import { __, _x } from '@wordpress/i18n'; export const previewShippingRates = [ { destination: {}, package_id: 0, name: __( 'Shipping', 'kkart' ), items: [ { key: '33e75ff09dd601bbe69f351039152189', name: _x( 'Beanie with Logo', 'example product in Cart Block', 'kkart' ), quantity: 2, }, { key: '6512bd43d9caa6e02c990b0a82652dca', name: _x( 'Beanie', 'example product in Cart Block', 'kkart' ), quantity: 1, }, ], shipping_rates: [ { currency_code: 'USD', currency_symbol: '$', currency_minor_unit: 2, currency_decimal_separator: '.', currency_thousand_separator: ',', currency_prefix: '$', currency_suffix: '', name: __( 'Free shipping', 'kkart' ), description: '', delivery_time: '', price: '000', rate_id: 'free_shipping:1', method_id: 'flat_rate', selected: true, }, { currency_code: 'USD', currency_symbol: '$', currency_minor_unit: 2, currency_decimal_separator: '.', currency_thousand_separator: ',', currency_prefix: '$', currency_suffix: '', name: __( 'Local pickup', 'kkart' ), description: '', delivery_time: '', price: '200', rate_id: 'local_pickup:1', method_id: 'local_pickup', selected: false, }, ], }, ];