Best Selling
Hand Painted Art Natural Scenery Oil Painting Forest Scenery Large Canvas Wall Art Decoration
from $120.00 $150.00Jean-Michel Basquiat Untitled Skull wall decor Office graffiti Canvas Wall Art Painting Pop Art
from $250.00 $350.00Banksy Wall Art,Behind The Curtain, Banksy, 100% Hand Painted, Original Painting, Graffiti Art, Pop Art Painting, Wall Decor Living Room, Office Wall Art
from $250.00 $350.00Banksy Wall Art,Behind The Curtain, Banksy, 100% Hand Painted, Original Painting, Graffiti Art, Pop Art Painting, Wall Decor Living Room, Office Wall Art
from $250.00 $350.00Customized Graffiti Oil Painting,Street Art Style customized graffiti Wall Art, graffiti Personalized gift Memorial gift,give for her Original Painting, Graffiti Art, Pop Art Painting, Wall Decor Living Room, Office Wall Art
from $250.00 $350.00Abstract Landscape Oil Painting,Original abstract oil painting,Colorful Golden Painting,Home Decoration art,Handmade gift
from $150.00 $200.00Original Winter Snow Sports Oil Painting on Canvas, Abstract Textured Skiing Sport Wall Art Skier Home Decor Painting, Gifts for Ski Lovers
from $150.00 $200.00Custom Pet Portrait, Mix of Oil Painting ,Dog Cat Portrait from Photo, Personalized, Memorial,Valentine Gift
from $150.00 $200.00复制Custom Pet Portrait, Mix of Oil Painting ,Dog Cat Portrait from Photo, Personalized, Memorial,Valentine Gift
from $150.00 $200.00Custom Cat Portrait, Renaissance Cat Painting, Pet Lovers Gift, Royal Pet Portrait, Pet Portrait gift, Animal Painting, Wall Decor
from $150.00 $200.00Custom Royal Cat Portrait, Renaissance Cat Painting, Pet Lovers Gift, Royal Pet Portrait, Pet Portrait gift, Animal Painting, Wall Decor
from $150.00 $200.00Dog portrait custom oil painting from photo, Custom pet portrait, Original oil painting, remembrance gift, personalised gift art commission
from $150.00 $200.00Cat portrait custom oil painting from photo, Custom pet portrait, Original oil painting, remembrance gift, personalised gift art commission
from $150.00 $200.00Custom Dog Oil Painting, Custom Pet Portraits, Custom Dog Portrait, Pet Portrait, Pet Memorial, Dog Art, Animal Painting, Original Art
from $150.00 $200.00Custom Cat Oil Painting, Custom Pet Portraits, Custom Dog Portrait, Pet Portrait, Pet Memorial, Dog Art, Animal Painting, Original Art
from $150.00 $200.00Oil painting of YOUR dog, ready to hang. Custom hand crafted art to memorialize your Good Dog or gift to a loved one.
from $150.00 $200.00Custom Hand-painted Pet Portrait Oil Painting on Canvas, Commission Pet Loss Memorial Gift from Photo, Abstract Painting Personalized Gifts
from $150.00 $200.00Limit discounts
Short content about your store
Contact us
Short content about your store
Secure payment
Short content about your store
${(function() {
const productsInfo = data.products || data.product;
const product_display = originData?.product_display;
const show_atc = product_display ? !!product_display?.show_add_to_cart : true;
const show_discount_label = !!product_display?.show_discount_label;
const show_sales_progress = !!product_display?.sales_progress?.enabled;
const sales_progress_format = product_display?.sales_progress?.format || '';
const limit_purchase = originData.limit_purchase;
const productConfig = product_display ? JSON.parse(product_display?.config).color : '';
const sale_progress_bg = productConfig?.sale_bar_background_color || '#F2F2F2';
const sale_progress_bg_start = productConfig?.progress_sale_bar_background_color_start || '#FF9C57';
const sale_progress_bg_end = productConfig?.progress_sale_bar_background_color_end || '#FF4559';
const sale_count_text = productConfig?.sale_bar_atc_color || '#FC5161';
const discount_label_start = productConfig?.discount_sign_background_color_start || '#FF9C57';
const discount_label_end = productConfig?.discount_sign_background_color_end || '#FF4559';
const discount_label_text = productConfig?.discount_sign_color || '#FFFFFF';
//限时促销首页卡片尺寸
const discount_image_size = data.discount_image_size || '100%';
//点击加购按钮需要的参数
let discount_id = data.discount_id;
let apply_scenario = data.apply_scenario;
if(!productsInfo.length) return '';
return productsInfo.map(product => {
let price = product.price || 0;
let priceMin = product.price_min || 0;
let priceMax = product.price_max || 0;
let compareAtPriceMax = product.compare_at_price_max || 0;
let compareAtPrice = product.compare_at_price || 0;
let title = product.title || '';
let id = product.id || '';
let url = product.url || '';
let type = product.type || '';
let is_sold_out = false;
if (product.available == false && product.inventory_policy != 'continue') {
is_sold_out = true;
}
const soldOutLang1 = "Sold out";
const soldOutLang2 = "Sold out";
const discountType = product.discount_type;
const noNeedBtn = discountType !== "DT_MIX_MATCH_BUNDLE" && discountType !== "DT_CLASSIC_BUNDLE";
const defaultVariantTitle = product.variants[0]?.title.replace('-', '/');
const flash_sale_info = product?.flash_sale_info;
const is_flashsale_sold_out = flash_sale_info?.discount_sales_rate == "100";
const show_product_sold_progress = flash_sale_info?.discount_sales_rate > 0;
const off_ratio = flash_sale_info?.off_ratio;
price = flash_sale_info?.discount_price || price;
discount_id = discount_id || product.discount_id;
apply_scenario = apply_scenario || product.apply_scenario;
let imageWidth;
if (product.image.width) {
imageWidth = product.image.width;
} else {
imageWidth = 300;
}
let imageHeight;
if (product.image.height) {
imageHeight= product.image.height;
} else {
imageHeight = 300;
}
if (discount_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(discount_image_size)) / 100;
}
if (product.published) {
return `
`
} else {
return ``;
}
}).join('');
})()}
${function(){
let hour = data.d * 24 + data.h;
if(hour < 10){
hour = '0' + hour;
}
return `
-${off_ratio}%
${function(){
if (soldOutLang1){
return `
${soldOutLang1}
`
}else{
return `
${soldOutLang2}
`
}
}()}
${product.title}
Almost sold out
${flash_sale_info?.discount_sales}
${flash_sale_info?.discount_sales_rate}%
sold
${defaultVariantTitle}
End in
${data.dd}D
${data.hh}:
${hour}:
${data.mm}:
${data.ss}
.
${data.SSS}
Promo products limited to ${limit_user_product_discount} item per person
${function() {
const currentProduct = data.product;
return (currentProduct.options || []).map((option, index) => {
const optionName = option.name || '';
const optionId = option.id || '';
const position = `option${index + 1}`;
return `
`;
}).join('')
}()}
${function() {
const value = (data.originData && data.originData.value) || data.value;
const isHasValue = value ? true : false;
return `
${value}
`
}()}
The activity inventory has been sold out, flash sale discount will not be applied
FLASH SALE
View More
