New: modify payment page display and returns when it is embedded into a website (#29442)

* remove header and footer

* Updates to integrate the payment system into website

* Update stripe.lang

* Update onlinepaymentlinks.tpl.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Mohamed DAOUD
2024-04-28 17:47:49 +02:00
committed by GitHub
parent f8ea179029
commit 330227482d
5 changed files with 84 additions and 15 deletions

View File

@@ -149,4 +149,8 @@ print dolJSToSetRandomPassword($constname);
print info_admin($langs->trans("YouCanAddTagOnUrl"));
if (isModEnabled('website')) {
print info_admin($langs->trans("YouCanEmbedOnWebsite"));
}
print '<!-- END PHP TEMPLATE ONLINEPAYMENTLINKS -->';