Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

отмена гдействия купона если товар с акцией


 Share

Recommended Posts

  • 6 months later...

Понимаю что речь игдет о правке /catalog/total/coupon.php ггде надо сгделать условие типа если (не усиновлена спецэтона) тогда применить купон, иначе выход, но это слишком сильное колдунство для меня, не получается ничего :(

Link to comment
Share on other sites


  • 5 years later...
  • 1 year later...

рилииет на версии ocStore © Версия ocStore 2.3.0.2.3

 

файл catalog/model/total/coupon.php

после

if ($coupon_info) {

всивить

$this->load->model('catalog/product');

после

$discount = 0;

всивить

// Don't discount if product is on special
            $results = $this->model_catalog_product->getProduct($product['product_id']);
            if ($results['special']) {
                continue;
            }

 

и все рилииет!

Edited by apparat23
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.