礼品卡的功能添加到你的主题的代码 ⚠️新——这些指令只适用于新光速礼品卡版< / >。< / p >当你打开你的主题和修改自定义的代码,您可能需要添加礼品卡的功能。您可以添加礼品卡的功能没有任何代码更改通过作为一个菜单选项添加礼品卡< / >。< / p >菜单项片段 在导航菜单项。< / p >你可以将这段代码插入任何代码填充导航栏在主题编辑器。< / p >{%如果商店。sells_gift_cards_online %}<李class = "项{% = = '页面/ giftcard如果模板。雨' %}活跃{% endif %} " >< class = " itemLink " href = " {{url的buy-gift-card |}}”title =“{{“礼品卡”| t}} " >{{“礼品卡”| t}} < / >李< / >{% endif %} 购物车页面片段 显示一个礼品卡在购物车页面上方买按钮。字段可以使用客户兑换礼品卡。< / p > 如果cart.omni_gift_card {%。is_active %}{% / giftcard-check-modal包括“块。雨' %}< div class = " gui-block gui-div-cart-discount”角色=“地区”aria-labelledby = " cart-block-discount-codes-title " >< div class = " gui-block-title " id = " cart-block-gift-card-codes-title " ><强>{{“礼品卡”| t}} < /强>< / div >< div class = " gui-block-content " ><形式id = " gui-form-gift-card " action = " {{url的购物车/ setGiftCard |}}”方法= " post " >< div class = " gui-form " ><表>< tr >< td >< div class = " gui-input " ><输入id = " gui-form-code " type = " text " name =“代码”价值= "占位符= "{{“输入礼品卡代码”| t}}“aria-labelledby = " cart-block-gift-card-codes-title " / >< / div >< / td > < td宽度= " 1 " >< a href = " javascript:,“角色= "按钮" onclick = " guiCartUpdate ($ (' # gui-form-gift-card '))”类=“gui-button-small”称号= "{{|‘应用’t}} " >{{|‘应用’t}}< / >< / td >< / tr >< tr >< td > < em > < / em > < / td >< / tr >< /表>< / div >> < /形式< div class = " gui-div-giftcard-check-balance " >< p class = " giftcard-check-balance " >< span class = " glyphicon glyphicon-gift " / > < / span > < id = " giftcard-modal-open " >{{“检查礼品卡余额”| t}} < / >< / p >< / div >< / div >< / div >{% endif %} 购物车页面片段 一个新属性添加到cart.products。# #对象被称为is_gift_card。表中的产品在购物车页面,确保每列添加以下变化:< / p >图像列 把图片上的产品页面链接。图像源product.image。< / p >{%如果产品。is_gift_card== true %}< img src = "{{产品。形象}}”宽度= " 50 "高度= " 50 " alt = "{{产品。fulltitle}} " / >{%其他%}你的正常产品图片代码{% endif %} 产品描述列 删除链接到产品页上的产品描述。< / p >{%如果产品。is_gift_card== true %}< class = " gui-bold " >{{-产品。fulltitle -}} < / >{%其他%}你正常的产品描述与产品页面的链接{% endif %} 数量列 禁用增加或减少数量的能力。< / p >{%如果产品。is_gift_card== true %}< span class = " gui-nowrap " >{{产品。量}}< / span >{%其他%}你的正常数量输入字段{% endif %} 操作列 修改的链接删除礼品卡产品。< / p >{%如果产品。is_gift_card== true %}< a href = "{{(“购物车/ deleteGiftCardProduct”~ product.qid) | url}}”类=“gui操作gui-action-delete“title =“{{'删除' | t}} " >{{'删除' | t}}< / >{%其他%}< a href = "{{(车/删除/的~ product.qid) | url}}”类=“gui操作gui-action-delete“title =“{{'删除' | t}} " >{{'删除' | t}}< / >{% endif %} 这篇文章有用吗? 0 0发现这有帮助