doudou6719 2018-02-08 21:16
浏览 101
已采纳

在prestashop 1.7中添加折扣

I am working on prestashop 1.7. I have added some products to cart through php code using prestashops provided classes. In older prestashop versions there is a function called addDiscounts in the cart class that can be used to add the discounts to shopping cart. But in prestashop 1.7 it says cannot find this function in cart class. After going through the class I couldn't find it myself. Any idea what has replaced this function or was it added somewhere else?

  • 写回答

1条回答 默认 最新

  • dqef7931 2018-02-08 22:07
    关注

    I found the answer to this question. The function addDiscount has been renamed to addcartrule with the argument as the cartrule id. Cheers.

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

报告相同问题?