Retrieve data from a parameter passed in the URL.

merav tg asked on April 11, 2016 16:52

Hello,

I need to send an email to the customers containing an hyperlink that would redirect to a page with a list of products from a specific order (The goal is to ask them to review each item from their last order).

Do you guys think it is feasible using the Kentico built-in functionalities only?

All the best,

Recent Answers


Laura Frese answered on April 11, 2016 18:07 (last edited on December 10, 2019 02:30)

You could load the order using a repeater and in the repeaters where condition you can use the querystring macro {% myparameter %} or {% QueryString.myparameter |(identity)GlobalAdministrator%}

More on Macros

3 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.