Commit 43af0c51 by 王东红

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents c61ef92f d795e931
......@@ -220,7 +220,7 @@ $short_description = $this->helper(Magento\Catalog\Helper\Output::class)->produc
setTimeout(function(){
$("#product-intro-fast-delivery").show();
$("#product-intro-free-return").show();
},1000);
},3000);
});
</script>
......
......@@ -67,9 +67,13 @@
' <a href="javascript:void(0);">Size Guide</a></span></div>';
$(".swatch-attribute.size > span:last").after(size);
}
$("#product-intro-size-chart").show();
},1000);
setTimeout(function(){
var content = '<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('product-intro-size-chart')->toHtml();?>';
$("#product-intro-size-chart").html(content);
},3000);
});
</script>
......@@ -81,9 +85,7 @@
'responsive': true,
'buttons' : []
}}">
<div class="content" id="product-intro-size-chart" style="display: none;">
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('product-intro-size-chart')->toHtml();?>
</div>
<div class="content" id="product-intro-size-chart" ></div>
</div>
<style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment