Search in support tickets

#1048 – Paid field name

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Monday, 04 July 2022 19:00 CEST
riofrio
Paid field name

The name of the paid option on the account is displayed and not the "Title"
I searched where to rewrite it but could not find it.
This looks pretty stupid, the customer doesn't know why they are paying.
Custom Fields
Joomla Version
3.10.10
PHP Version
7.3
Product
AdsManager
Product Version
3.2.15
Attachment
Wednesday, 13 July 2022 17:12 CEST
loic
Hello,

I agree, it is not very good.

You can find the line in the PaidSystem component, components/com_paidsystem/api.paidsystem.php, line 1448 and 1458 :
$items[] = array('quantity'=>1,'tax'=>$conf->tax,'name' => $text,'gross_unit_price' => $field->price,'source'=>'adsmanager-fields');


it is the same line copied two times.

The variable is called $text and can be changed just above both lines.

Best regards.
 

Please rate this ticket

Help us improve our support services by rating this ticket from one to five stars, according to how much you are satisfied from the handling of this ticket, one being not satisfied and five being very satisfied.