Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Modify Default invoice number format

Modify Default invoice number format 12 years 8 months ago #14407

  • rgbadmin
  • rgbadmin's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Currently DT Donate generates DC-XXXXXXX as an invoice number is it possible to modify that number to XXXXXX.

Please Log in or Create an account to join the conversation.

Modify Default invoice number format 12 years 8 months ago #14408

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Open this file:
/components/com_dtdonate/dtdonate.php

Search for this code:

$ses_invoiceno = "DC-".$x_invoice_num1;

Change it to:

$ses_invoiceno = $x_invoice_num1;

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.108 seconds