1
Support / Re: Affiliate Marketing Software
« on: August 29, 2023, 03:32:14 AM »Hello!
I recently installed Affiliate Marketing software that is asking me to add code to our 'Cart Success' page. Can anyone tell us which page we should be editing?
Thanks!
hi, what kind of code do you mean? js? php?
For js you can dig into common/success.tpl for generic checkout process or public_html/extensions/fast_checkout/storefront/view/default/template/responses/checkout/success.tpl for FastCheckout.
In case of php you should to hook controller. For generic checkout public_html/storefront/controller/pages/checkout/success.php. For fast checkout - public_html/extensions/fast_checkout/storefront/controller/pages/checkout/fast_checkout_success.php