Shahab Ali
Shahab Ali

Reputation: 399

Add discounts in 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?

Upvotes: 0

Views: 468

Answers (1)

Shahab Ali
Shahab Ali

Reputation: 399

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

Upvotes: 1

Related Questions