text Cupon代码优惠券代码discont代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Cupon代码优惠券代码discont代码相关的知识,希望对你有一定的参考价值。
https://ecommerce.shopify.com/c/ecommerce-design/t/show-promo-discount-section-on-cart-page-207815{% if plus_cart_discount_code %}
<script>
(function($) {
$(document).on('page:load page:change', function () {
if (localStorage.getItem('storedDiscount')){
var discountStored = localStorage.getItem('storedDiscount');
$('input[name="discount"]').val(localStorage.getItem('storedDiscount'));
}
$('form[action="/cart"]').on('submit', function(){
var $discountCode = $('input[name="discount"]').val();
localStorage.setItem('storedDiscount', $discountCode);
});
});
})(jQuery);
</script>
<div class="promo-form-holder">
<div class="promo-form">
<input autocomplete="off" type="text" name="discount" placeholder="Ajouter un code promo" />
</div>
</div>
{% endif %}
以上是关于text Cupon代码优惠券代码discont代码的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Twig 生成随机字符串?
text 在cheokut上的优惠券
text Woocomerce删除优惠券
我们可以从苹果应用商店订购批量优惠券代码吗?
优惠券代码统计
添加优惠券代码时出现Magento错误