I just added this contribution and when i go to check out it goes to this error:Fatal error: Call to undefined function tep_get_categories_name() in /home2/blackrp4/public_html/includes/modules/shipping/freecats.php on line 71
I have another contribution installed called free shipping by cats, which had never given me any problems until i installed this contribution. I am new to code so have no idea how to fix does anyone have any ideas how to fix or why it is interfering with discount coupon codes?
Another thing is when i was editing catalog/includes/classes/order.php
when looking for: $shown_price = tep_add_tax($this->products[$index]['final_price'], $this->products[$index]['tax']) * $this->products[$index]['qty']; $this->info['subtotal'] += $shown_price;
I could not find it so that may be the stem of the problem?
i have this:
$shown_price = $currencies->calculate_price($this->products[$index]['final_price'], $this->products[$index]['tax'], $this->products[$index]['qty']);
$this->info['subtotal'] += $shown_price;