douqiang6036 2016-05-04 14:08
浏览 27
已采纳

Bigcommerce免费送货基于客户群

Is it possible within my bigcommerce site to define the free shipping price based on which customer group the user belongs to?

  • 写回答

1条回答 默认 最新

  • dongtuo3370 2016-05-04 15:32
    关注

    It is possible to define free shipping based on customer group without having to use code as an app exists that covers this. You can get more information on configuring ShipperHQ here.

    Alternatively, you could do this in blueprint checkout, but you'd have to rely on ajax calls to update the displayed options.

    if ('%%GLOBAL_CustomerGroupId%%' == X) {
     $('div:contains(Free Shipping)').show();
    }
    else {
     $('div:contains(Free Shipping)').hide();
    }
    

    My code is jquery dependent and would need tweaks to activate on an ajax call.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度