AbanteCart Community

Shopping Cart Operations => Support => Topic started by: TheDukeOfHurl on August 28, 2023, 04:21:56 PM

Title: Affiliate Marketing Software
Post by: TheDukeOfHurl on August 28, 2023, 04:21:56 PM
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!
Title: Re: Affiliate Marketing Software
Post by: abolabo 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