我刚刚为客户重新设置了一个网站,并尝试整理产品页面,我想要更改的一项是如何在产品说明标签下显示保修信息,并为其设置一个单独的标签< / p>
我已检查过product.html
<div class="Content left_col" id="LayoutColumn2">
%%Panel.ProductDetails%%
<div class="product-description">
%%Panel.ProductTabs%%
%%Panel.ProductDescription%%
%%Panel.ProductVideos%%
%%Panel.ProductWarranty%%
%%Panel.ProductOtherDetails%%
%%Panel.SimilarProductsByTag%%
%%Panel.ProductByCategory%%
%%Panel.ProductVendorsOtherProducts%%
%%Panel.ProductReviews%%
</div>
<div class="box-up-sell">
%%Panel.SimilarProductsByCustomerViews%%
</div>
</div>
并检查panels.productdescription
<div class="Block Moveable Panel ProductDescription" id="ProductDescription">
<h3>%%LNG_ProductDescription%%</h3>
<div class="ProductDescriptionContainer">
%%GLOBAL_ProductDescriptionOptimizerScriptTag%%
%%GLOBAL_ProductDesc%%
%%GLOBAL_ProductDescriptionOptimizerNoScriptTag%%
</div>
<hr style="%%GLOBAL_HideSectionSeparator%%" class="ProductSectionSeparator" />
但无法查看保修信息的来源
我认为它应该是一个单独的标签,任何保修信息被提取的想法以及为什么它不在它自己的标签中
答案 0 :(得分:1)
应该来自产品保修小组(%% Panel.ProductWarranty %%)。您的模板代码将确定实际布局,但假设您的产品数据已正确配置,则应从该面板注入。