Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 12 of 12

Thread: Google checkout and paypal receipt/confirmation page?

  1. #1
    rpeters83 is offline Member
    Join Date
    Aug 2009
    Posts
    41

    Default Google checkout and paypal receipt/confirmation page?

    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.

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Please review this link: Google Analytics

  3. #3
    rpeters83 is offline Member
    Join Date
    Aug 2009
    Posts
    41

    Default

    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.

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Try to place the script in OrderConfirmation.aspx page, this is where customers get redirected when the purchase's done.

  5. #5
    cellulartrendz is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default

    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.

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    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.

  7. #7
    cellulartrendz is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default order total

    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?

  8. #8
    cellulartrendz is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default

    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.

  9. #9
    espey127 is offline Junior Member
    Join Date
    Aug 2009
    Posts
    15

    Default

    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

  10. #10
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    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...

  11. #11
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    The setup is different from ML/DNN, follow these directions here in the manual.

  12. #12
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    For ML/DNN, it's actually a User Control (ascx) orderconfirmation.ascx under the Modules/ASPDNSF_Checkout.