VOLTWORKS 2000W Modified Sine Wave Inverter 12V DC to 110V~120V AC
【FOR USA】Power Inverter 2000Watt 12V DC to AC 110V~120V with Remote Controller and 2.4A USB Port 3 AC Outlets for Home RV Truck
${function(){
const variantData = data.variant || {"id":"6a68e5d6-d8f9-4aec-923e-f5eb238354f7","product_id":"b6bbef74-b1da-4fbe-8955-c6e151930722","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":2,"sku":"VK-2000PCR-USA","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VK-2000PCR-12V-USA ","image":{"src":"\/\/img.staticdj.com\/6efc4dea7a846a406b60cc031b7af491.jpg","path":"6efc4dea7a846a406b60cc031b7af491.jpg","width":1500,"height":1500,"alt":"Voltworks inverter","aspect_ratio":1},"wholesale_price":[{"price":136.99,"min_quantity":1}],"weight":"9.3","compare_at_price":"159.99","price":"136.99","retail_price":"159.99","available":true,"url":"\/products\/vk2000pcr?variant=6a68e5d6-d8f9-4aec-923e-f5eb238354f7","available_quantity":2,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC Voltage","value":"USA 120V 60HZ"}],"off_ratio":14,"flashsale_info":[],"sales":434};
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":"6a68e5d6-d8f9-4aec-923e-f5eb238354f7","product_id":"b6bbef74-b1da-4fbe-8955-c6e151930722","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":2,"sku":"VK-2000PCR-USA","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VK-2000PCR-12V-USA ","image":{"src":"\/\/img.staticdj.com\/6efc4dea7a846a406b60cc031b7af491.jpg","path":"6efc4dea7a846a406b60cc031b7af491.jpg","width":1500,"height":1500,"alt":"Voltworks inverter","aspect_ratio":1},"wholesale_price":[{"price":136.99,"min_quantity":1}],"weight":"9.3","compare_at_price":"159.99","price":"136.99","retail_price":"159.99","available":true,"url":"\/products\/vk2000pcr?variant=6a68e5d6-d8f9-4aec-923e-f5eb238354f7","available_quantity":2,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC Voltage","value":"USA 120V 60HZ"}],"off_ratio":14,"flashsale_info":[],"sales":434};
const saveType = "amount";
const productLabelDiscountOn = false;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Add to cart
$136.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":"6a68e5d6-d8f9-4aec-923e-f5eb238354f7","product_id":"b6bbef74-b1da-4fbe-8955-c6e151930722","title":"12V-USA 120V 60HZ","weight_unit":"lb","inventory_quantity":2,"sku":"VK-2000PCR-USA","barcode":"","position":1,"option1":"12V","option2":"USA 120V 60HZ","option3":"","note":"VK-2000PCR-12V-USA ","image":{"src":"\/\/img.staticdj.com\/6efc4dea7a846a406b60cc031b7af491.jpg","path":"6efc4dea7a846a406b60cc031b7af491.jpg","width":1500,"height":1500,"alt":"Voltworks inverter","aspect_ratio":1},"wholesale_price":[{"price":136.99,"min_quantity":1}],"weight":"9.3","compare_at_price":"159.99","price":"136.99","retail_price":"159.99","available":true,"url":"\/products\/vk2000pcr?variant=6a68e5d6-d8f9-4aec-923e-f5eb238354f7","available_quantity":2,"options":[{"name":"Input DC Voltage","value":"12V"},{"name":"Country & Output AC Voltage","value":"USA 120V 60HZ"}],"off_ratio":14,"flashsale_info":[],"sales":434};
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}
`;
}()}