300W Pure Sine Wave Power Inverter 12V DC to 110V 120V AC
【Ship from USA/CA】With Type-C PD30W and QC3.0 USB and 2 AC Outlets
${function(){
const variantData = data.variant || {"id":"676f145e-8c47-43f7-86ae-cbfc0ec03f2c","product_id":"fba4a0b9-2750-4b5c-82c0-33876755de38","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":19,"sku":"VK-300S","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VS-300S","image":{"src":"\/\/img.staticdj.com\/5345284545766f71f46dbdb1ba9da486.jpg","path":"5345284545766f71f46dbdb1ba9da486.jpg","width":1000,"height":1000,"alt":"VOLTWORKS INVERTER","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"1.65","compare_at_price":"49.99","price":"49.99","retail_price":"49.99","available":true,"url":"\/products\/vk-300s?variant=676f145e-8c47-43f7-86ae-cbfc0ec03f2c","available_quantity":19,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC voltage","value":"USA 120V 60HZ"}],"off_ratio":0,"flashsale_info":[],"sales":941};
return `
Sku : ${variantData && variantData.sku}
Barcode : ${variantData && variantData.barcode}
`
}()}
Input Dc Voltage:
12V
${function(){
const optName = "Input DC Voltage";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Country & Output Ac Voltage:
USA 120V 60HZ
${function(){
const optName = "Country & Output AC voltage";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const variantData = data.variant || {"id":"676f145e-8c47-43f7-86ae-cbfc0ec03f2c","product_id":"fba4a0b9-2750-4b5c-82c0-33876755de38","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":19,"sku":"VK-300S","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VS-300S","image":{"src":"\/\/img.staticdj.com\/5345284545766f71f46dbdb1ba9da486.jpg","path":"5345284545766f71f46dbdb1ba9da486.jpg","width":1000,"height":1000,"alt":"VOLTWORKS INVERTER","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"1.65","compare_at_price":"49.99","price":"49.99","retail_price":"49.99","available":true,"url":"\/products\/vk-300s?variant=676f145e-8c47-43f7-86ae-cbfc0ec03f2c","available_quantity":19,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC voltage","value":"USA 120V 60HZ"}],"off_ratio":0,"flashsale_info":[],"sales":941};
const saveType = "amount";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Add to cart
$49.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"676f145e-8c47-43f7-86ae-cbfc0ec03f2c","product_id":"fba4a0b9-2750-4b5c-82c0-33876755de38","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":19,"sku":"VK-300S","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VS-300S","image":{"src":"\/\/img.staticdj.com\/5345284545766f71f46dbdb1ba9da486.jpg","path":"5345284545766f71f46dbdb1ba9da486.jpg","width":1000,"height":1000,"alt":"VOLTWORKS INVERTER","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"1.65","compare_at_price":"49.99","price":"49.99","retail_price":"49.99","available":true,"url":"\/products\/vk-300s?variant=676f145e-8c47-43f7-86ae-cbfc0ec03f2c","available_quantity":19,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC voltage","value":"USA 120V 60HZ"}],"off_ratio":0,"flashsale_info":[],"sales":941};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "free shipping Estimated arrival\uff1a{min_date} - {max_date}";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + ' ')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + ' ');
return `
${tipText}
`;
}()}