mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
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:
@@ -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 -->';
|
||||
|
||||
Reference in New Issue
Block a user