painting
prints
0
首页
/
Sculpture
/ 分页2
Sculpture
显示 17-20 个结果(共 20 个结果)
默认产品排序
按受关注度排序
按好评度排序
按最新内容排序
按价格从低到高
按价格从高到低
S – Spirale
$
20,860
加入购物车
查看购物车
Slowing Fields IX
$
16,065
加入购物车
查看购物车
Sultana Feluccas
$
32,200
加入购物车
查看购物车
what stays with us
$
22,435
加入购物车
查看购物车
上一页
1
2
// 智能分类链接映射 - 根据关键词匹配 document.addEventListener('DOMContentLoaded', function() { → // 智能关键词映射规则 → const categoryRules = [ → → { keywords: ['painting', 'painter', 'canvas', 'oil', 'acrylic'], slug: 'painting' }, → → { keywords: ['sculpture', 'sculpt', 'statue', '3d', 'bronze'], slug: 'sculpture' }, → → { keywords: ['photography', 'photo', 'camera', 'digital', 'print'], slug: 'photography' }, → → { keywords: ['drawing', 'sketch', 'pencil', 'charcoal', 'ink'], slug: 'drawing' }, → → { keywords: ['print', 'lithograph', 'etching', 'screen'], slug: 'print' }, → → { keywords: ['art', 'contemporary', 'modern', 'abstract', 'portrait', 'landscape'], slug: 'painting' } // 默认 → ]; → → const blocks = document.querySelectorAll('.home .wp-block-column'); → → blocks.forEach(function(block, index) { → → const heading = block.querySelector('h2, h3, h4'); → → if (!heading) return; → → → → const title = heading.textContent.trim().toLowerCase(); → → → → let matchedSlug = 'painting'; → → for (const rule of categoryRules) { → → → if (rule.keywords.some(keyword = title.includes(keyword))) { → → → → matchedSlug = rule.slug; → → → → break; → → → } → → } → → → → let link = block.querySelector('a'); → → if (!link) { → → → link = document.createElement('a'); → → → link.className = 'category-link'; → → → link.style.cssText = 'display: inline-block; margin-top: 20px; padding: 12px 30px; background-color: #3498db; color: white; text-decoration: none; border-radius: 4px; font-weight: 600; transition: all 0.3s ease;'; → → → block.appendChild(link); → → } → → → → link.href = 'https://uzdianzishuceshi.online/product-category/' + matchedSlug + '/'; → → link.textContent = 'Browse ' + heading.textContent.trim(); → → → → link.addEventListener('mouseenter', function() { → → → this.style.backgroundColor = '#2980b9'; → → → this.style.transform = 'translateY(-2px)'; → → }); → → → → link.addEventListener('mouseleave', function() { → → → this.style.backgroundColor = '#3498db'; → → → this.style.transform = 'translateY(0)'; → → }); → }); → → console.log('✅ Category navigation links added successfully'); });
您的购物车
(商品数:0)
购物车中的产品
产品
详细资料
合计
可超售
先前价格:
折扣价格:
/
/
−
+
节省
您的购物车目前是空的!
开始购物
正在加载评论...
撰写评论...
电子邮箱地址(必填)
显示名称(必填)
网站地址
通知