PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Price total on redirect Page

  1. Hi,

    I have a form here where I give the customer the option of paying by check or paypal.

    http://www.searchandperch.com/sportstrong/spring-league-registration/

    I'd like it so that those who pay by check can see the total price on the next page, which is located here:

    http://www.searchandperch.com/sportstrong/payment/

    Is there a way to carry over the total from the form to this page? Thanks!

    Posted 12 years ago on Friday April 6, 2012 | Permalink
  2. You could probably do this two ways.

    One would be to pass the data via the Query String option on the Confirmation -> Redirect Page or instead of redirecting to a new page, just placing all of that content using the Confirmation -> Text option and dropping in the Total Merge tag where you want it to appear in your content.

    Posted 12 years ago on Friday April 6, 2012 | Permalink
  3. Thanks for your response.

    So I created the query string:

    spring_league_total={Total:15}

    But I don't know what to do with it. Do I paste it in the html of the confirmation page? Is it a part of the URL of the confirmation page?

    Posted 12 years ago on Friday April 6, 2012 | Permalink
  4. I've tried the latter option you suggested, and it's perfect!

    Still curious how I would do it on a redirect page though. Thanks!

    Posted 12 years ago on Friday April 6, 2012 | Permalink
  5. Right on. If you pass the data to your receipt page via the query string using the Redirect confirmation method, then you will need to make your page read and display the query string values using PHP. So you'd have to add PHP to your custom receipt page to read and display the query string items.

    Posted 12 years ago on Friday April 6, 2012 | Permalink
  6. Hi,
    I got into the same problem here. Need to print the name in the confirmation page and all I get at the moment is the name in the url.
    My PHP knowledge is basic so, can you be more specific on code I have to add to the page to display this value?

    Thanks!

    PS: Documentation needs more detailed explanations.

    Posted 12 years ago on Sunday November 11, 2012 | Permalink
  7. @sebasg, this is an old topic and I'm not sure how your question is related. Please feel free to open a new topic and we will help you individually. Please state clearly what you're trying to do and what you have tried already. A link to the page on your site where the form is visible might be useful for us to see what you're trying to do as well.

    Posted 12 years ago on Monday November 12, 2012 | Permalink

This topic has been resolved and has been closed to new replies.