【问题标题】:CS Cart 4.0.2: how to get tax name or value in product page template?CS Cart 4.0.2:如何在产品页面模板中获取税名或值?
【发布时间】:2013-11-14 06:40:12
【问题描述】:

如何知道 CS Cart 4.0.2 产品页面模板中的产品税(金额和/或名称)?

【问题讨论】:

    标签: templates cs-cart


    【解决方案1】:

    试试

    $order_info = fn_get_order_info($_REQUEST['order_id']);
    var_dump($order_info);
    

    然后您可以查看整个数组并查找 tax_id。

    【讨论】:

    • 你说的是什么顺序?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多