How can i add in success page?
<!-- Event snippet for Final Page conversion page --> <script> wtag('event', 'conversion', { 'send_to': 'AW-23232323223232/23232323233434343443', 'value': 0.0, 'currency': 'INR', 'transaction_id': '' }); </script>
How can i add in success page?
Hello @Aveeva
In your case you need to use checkout_onepage_success.xml
layout file. In the layout file you need to specify where you want to add your custom script using referenceContainer
or referenceBlock
.
For more details please follow below link:
Hello @Aveeva,
As you are using Magento 1.9 so please refer the link https://magento.stackexchange.com/questions/285753/how-can-i-add-google-ads-tracking-code-in-success...
I hope this will work for you, if still you face any issue please let me know.
If it helps you, please accept it as solution and give kudos.
Regards.
@Sarvagya Pandey Hi, thank you, i solved this. I hope you remember custom module for extra fees, actually i followed everything based on your message, still not working, i just send my workout,. could you pls help me
Observer class not triggered, how can i solve the error?
If i run below line in app/code/local/Voronoy/ExtraFee/Model/Quote/Address/Total/Fee/Rule.php
Mage::log("ExtraFeesWebsite -".$current_website." website checking part");
return log message
same line if i put
in app/code/local/Gta/ExtraFeesRemove/Model/Quote/AddressTotal/Fee/Rule.php
no log message in system.log file