Jump to content

tazosmr

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    Other

tazosmr's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hello. in product.php i need to detect, if the product already is discounted by VOUCHER. i have tried these function, but had not succeed: 1) Order::getCartRules(); 2) isDiscounted(); 3) discountExists($discountName, $id_discount = 0); 4) parent::cartRuleExists($discountName); 5) isset($order_invoice); which one detects if there is voucher applied?
  2. hello. in product.php i need to detect, if the product already is discounted by VOUCHER. i have tried these function, but had not succeed: 1) Order::getCartRules(); 2) isDiscounted(); 3) discountExists($discountName, $id_discount = 0); 4) parent::cartRuleExists($discountName); 5) isset($order_invoice); which one detects if there is voucher applied?
  3. i need the same - http://www.prestasho...her-is-entered/ . so far, i cant find a solution.
  4. hello. for X product, i have specific 30% discount. i want, that when i use voucher(i.e. 40%), it shouldnt be combined with the "specific price" (so, i want that specific price should be terminated while using voucher). (i have been looking through .php files, and cant fin which one does the job... people were talkin about "cumulate with price deductions" option, but in 1.5 version there is not such option.)
×
×
  • Create New...