×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Sent invoice to participant, although disabled

Sent invoice to participant, although disabled 10 years 10 months ago #27198

  • Marco Schnyder
  • Marco Schnyder's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 98
  • Thank you received: 2
Hi Yves,

Long time ago, since I wrote in this forum.
I download the latest version of Matukio (4.3.1). Matukio sends the invoice after a participant subscibed to a seminar. I don't want this feature. So i disabled it in configuration - settings - payment. But it still send it!!!
Is this a bug or where can I disable it?

Best regards,

Marco

Sent invoice to participant, although disabled 10 years 10 months ago #27200

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Hi Marco,

hope you are doing well - sure you disabled it? Try to reset the settings, maybe there is a bug in the table - with the very first version of 4.0.0 we had the bug that the invoice settings was not showing up and many fixed it manually - did you do that too? (Maybe it's two times in the table now)

Kind regards,

Yves

Sent invoice to participant, although disabled 10 years 10 months ago #27203

  • Marco Schnyder
  • Marco Schnyder's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 98
  • Thank you received: 2
Yes, I am pretty sure, but if you can tell me where is the setting for that, I am open for it. Since I had a emergency case with me website, I did an upgrade from 3.0.8 to 4.2.4.
I rather go for manually fixed, than reset the settings, because the site is productional.
Where do I have look for? jos_matukio_settings - sendmail_ticket? I got two of them.

Sent invoice to participant, although disabled 10 years 10 months ago #27204

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
The settings title is: sendmail_invoice

SELECT * FROM #__matukio_settings WHERE title = 'sendmail_invoice'

This should only result in one row (but this needs to be there) and the value has to be zero (0).

Yves

Sent invoice to participant, although disabled 10 years 10 months ago #27207

  • Marco Schnyder
  • Marco Schnyder's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 98
  • Thank you received: 2
Thank you for fast replay. I have no entry sendmail_invoice in my settings. strange.

Sent invoice to participant, although disabled 10 years 10 months ago #27208

  • Yves Hoppe
  • Yves Hoppe's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 3519
  • Karma: 71
  • Thank you received: 556
Then you have to add it - because the default is one (send invoice) :)

INSERT INTO #__matukio_settings ('title', 'value', 'values', 'type', 'catdisp') VALUES ('sendmail_invoice', '1', '', 'bool', 'payment')

Yves
The following user(s) said Thank You: Marco Schnyder

Sent invoice to participant, although disabled 10 years 10 months ago #27209

  • Marco Schnyder
  • Marco Schnyder's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 98
  • Thank you received: 2
works perfect. Thank you.
  • Page:
  • 1
Time to create page: 0.162 seconds