Japan
40 Products
Filter

2023 Japan Tokyo Special Edition Red Football Jersey

$39.90 $51.90

2023/2024 Japan Special Saint Seiya Edition Football Jersey

$39.90 $51.90

2023/2024 Kids Size Japan Tokyo Special Edition Red Football Jersey

$39.90 $51.90

2022 FIFA World Cup Japan Home Football Jersey

$39.90 $51.90

2023 Japan Tokyo Special Edition Football Jersey

$39.90 $51.90

2022 FIFA World Cup Player Version Japan Home Football Jersey

$39.90 $51.90

2023/2024 Japan Special Edition Football Jersey

$39.90 $51.90

2022 Japan Special Edition Cherry Blossom Powder Football Jersey

$39.90 $51.90

2022 Japan Special Edition Football Jersey

$39.90 $51.90

2024/2025 Player Version Japan Special Edition Dragon Football Jersey

$39.90 $51.90

2023/2024 Player Version Japan Special Edition Flower Football Jersey

$39.90 $51.90

2023/2024 Player Version Japan Special Edition Football Jersey

$39.90 $51.90

2023/2024 Japan Special Edition Black Football Jersey

$39.90 $51.90

2023/2024 Player Version Japan Special Edition Color Football Jersey

$39.90 $51.90

2023/2024 Japan Black Dragon Special Edition Football Jersey

$39.90 $51.90

2023/2024 Japan Bushido Boutique Football Jersey

$39.90 $51.90

2023/2024 Japan Black Leopard Head Special Edition Football Jersey

$39.90 $51.90

2023/2024 Player Version Japan Black Special Edition Football Jersey

$39.90 $51.90

2023/2024 Japan Pink Dragon Special Edition Football Jersey

$39.90 $51.90

2024/2025 Player Version Japan Special Edition White Football Shirt 1:1 Thai Quality

$39.90 $51.90
class SpzSmartBlockComponent extends SPZ.BaseElement { constructor(element) { super(element); this.templates_ = null; this.container_ = null; this.i18n_ = {}; this.config_ = {}; this.show_type_ = 3; this.product_resource_id_ = ''; this.collection_resource_id_ = ''; this.cart_items_ = []; this.customer_id_ = ''; this.order_id_ = ''; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { const template_type = window.SHOPLAZZA.meta.page.template_type; if (template_type === 1) { this.show_type_ = 3; this.product_resource_id_ = window.SHOPLAZZA.meta.page.resource_id; } else if (template_type === 2) { this.show_type_ = 4; this.collection_resource_id_ = window.SHOPLAZZA.meta.page.resource_id; } else if (template_type === 15){ this.show_type_ = 5; } else if (template_type === 13){ this.show_type_ = 6; } else if (template_type === 20){ this.show_type_ = 7; this.customer_id_ = window.SHOPLAZZA.customer.customer_id; } else if (template_type === 35){ this.show_type_ = 8; this.order_id_ = window.location.pathname.split('/').pop(); } this.templates_ = SPZServices.templatesForDoc(this.element); this.setAction_(); } mountCallback() { console.log('appzebu smart mounted'); const that = this; const themeName = window.SHOPLAZZA.theme.merchant_theme_name; const isGeek = /Geek/.test(themeName); this.fetchRules().then((res) => { if (res && res.rules && res.rules.length) { const blockEl = document.getElementById('smart_recommend_block'); SPZ.whenApiDefined(blockEl).then((api) => { api.render({data: res}, true).then(() => { if (isGeek && that.show_type_ === 6) { blockEl.querySelector('.plugin_container_wrpper').style.padding = '30px 0';