Discount Codes

shown discount codes on the orders - Discount Codes

shown discount codes on the orders

by Omar_one » Mon Dec 11, 2023 8:11 pm

Hello
I showed the discount codes on the orders
by changing the line 370 in /includes/modules/order_total/ot_discount.php
from

Code: Select all

 $this->output[] = ['title' => (($shipping_discount == 'true')? TEXT_SHIPPING_DISCOUNT : TEXT_DISCOUNT) . (strpos($check['discount_values'], '%') ? ' ' . $check['discount_values'] . ' ' : '') . (!empty($order_info) ? ' (' . $_SESSION['sess_discount_code'] . ')' : '') . ':',
to this

Code: Select all

        $this->output[] = ['title' => (($shipping_discount == 'true')? TEXT_SHIPPING_DISCOUNT : TEXT_DISCOUNT) . ' ('.  $check['discount_codes'] .')'. (strpos($check['discount_values'], '%') ? ' ' . ' '. $check['discount_values'] .' ' : '') . (!empty($order_info) ? ' (' . $_SESSION['sess_discount_code'] . ')' : '') . ':',
orders_disc.JPG
br
Omar
Omar_one
Senior Contributor
Posts: 677
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Contact:

Re: shown discount codes on the orders

by raiwa » Tue Dec 12, 2023 7:16 am

Hi Omar,

This is already built in:
discount_code.png
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Contact:

Re: shown discount codes on the orders

by Omar_one » Tue Dec 12, 2023 3:25 pm

raiwa wrote:Hi Omar,

This is already built in:
discount_code.png
it was the Order info clicked on put discount code not Include in the Order info,
but my editing will show it all the time no need for me to click on in every created discount codes ,,

BTW ,, I think the discount codes stay active on the discount codes page (admin) what ever if it's used or not or if it's expired or not; the status icon is green

thank you
Omar
Omar_one
Senior Contributor
Posts: 677
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Contact: