How can I place a tracking script on both of these checkout receipt pages? Will they allow me to grab the order total and number? Thanks.
How can I place a tracking script on both of these checkout receipt pages? Will they allow me to grab the order total and number? Thanks.
Please review this link: Google Analytics
Thanks but it doesn't answer my question. This isnt for analytics tracking. This is for a receipt page for NON ASPDNSF transactions (such as google or paypal).
Basically, when a paypal or google transaction is made, where is the part that redirects back to the website and acts as a confirmation page? I need to paste ShareASale scripts on this. Thanks.
Try to place the script in OrderConfirmation.aspx page, this is where customers get redirected when the purchase's done.
Where on the order confirmation page would you put this?? here is what shareasale is saying to put in
You can use the following code, and add it into any topic that displays only on your order confirmation page. One possibility is the topic called "GoogleTrackingCode", if you are currently using it:
<img src="https://shareasale.com/sale.cfm?amount=(!ORDERTOTAL!)&tracking=(!ORDERNUM BER!)&transtype=sale&merchantID=XXXX" width="1" height="1">
Where you replace XXXX with your Merchant ID Number.
If you're on a 7.x version (or earlier), you'll have to edit the orderconfirmation.aspx page and add that code directly - the location isn't generally important, anywhere in the body should work.
On 8.x versions, that'll have to go in a topic, or the !ORDERTOTAL! and !ORDERNUMBER! tokens won't be replaced. Create a new topic called 'ConfirmationTracking' (that name exactly) and insert the code there.
that worked thanks so much... now for the next question is there a way to set this up so its just the product total not shipping and tax??? i there is no need to pay on the tax and shipping... any ideas?
how do i get a sub total i tried !SUBTOTAL! and !ORDEDSUBTOTAL! but they did not work. i don't see any reason to pay affiliates on shipping and tax. any help would be great.
Did you use the 7.x approach or the 8.x? We are getting an error when we use the 7.x method. Also, I noticed that the !ORDERNEBER! athat you posted was was
!ORDERNUM BER! does this make a difference? How should it be?
Where does one find orderconfirmation.aspx? I can only find page.orderconfirmation.xml.config
Any feed back about the subtotal issue?
Last edited by espey127; 12-15-2009 at 12:46 PM. Reason: Added info
What error are you getting using the 7.x approach? It should be !ORDERNUMBER!
You can find orderconfirmation.aspx just right under the {root} directory...
The setup is different from ML/DNN, follow these directions here in the manual.
For ML/DNN, it's actually a User Control (ascx) orderconfirmation.ascx under the Modules/ASPDNSF_Checkout.