The payment link is available in the email only. the invoice pdf is a fiscal document and should not contain temporary internet links.
Ok. The language of the paypal web page is false. My client have a frencheconfiguration, the invoice is in french, but the web page is in english And the City isn't display for the customer and the seller Bests regards
The billing module is available in english and german language. But you can use any other language by using the language editor that is built into ISPConfig. The language of the paypal page corresponds to the language that you have set in ispconfig globally under /usr/local/ispconfig/interface/lib/config.inc.php I will send you an updated template by email.
Hi, It's ok with the new template But for the language i have this configuration $conf['language'] = 'fr'; But it's dispay in english Best regards
Did you translate the phrases of the payment page with the ispconfig language editor to french? Like I mentioned above, the billing module comes just with a english and german translation, all other languages get displayed in english unless the phrases get trabslated with the language editor.
Hi, No, the French language is by default. If i change the language for the admin account in French, the pay page is in French Best regards
Hi, I understand, it's my active session to define the language if(isset($_SESSION['s']['language'])) { $language = $_SESSION['s']['language']; } else { $language = $client['language']; } Best regards
If you are logged in, then yes. But if the client views a invoice and not you as admin while you are logged in, then the client language is used.
Hi, I have a problem with the link http://:/billing/payments/pay.php?id=9bfd0b4471f4444c907d2b39bad1e83d It's a problem with the new version of the template ? Before this update, it's ok Best regards
The link URL is configurable. You can find the setting under Billing > Global settings. enter the correct URL there, it should looklike this: http://billing/payments/pay.php?id= and end with ....?id=
It is optional because ispconfig tries to compute the URL automatically and normally there is no URL needed, but as this failed in your case, you can enter the URL there. This field is also used when you have a external payment page.