Customise Thank You Page Per Product ID
-
Is it possible to edit the thank you message (thankyou.php) on a product_id basis?
For example, if customer has successfully purchased the product ID #58 (hotel stay in Paris), i would like to display a message specifically tailored for this product (infos & tips about Paris + hyperlink to a Paris travel guide).
If user had bought product ID #59 (Milano), then the thank you message should display info about Milano.
I’m fine with hardcoding this into the thankyou.php file – i just need help figuring out how to write the conditional statement..
Something like:
Thank you for your purchase!
if (product ID = 58) { Here are a few tips about Paris: blablablablablablablab } else if (product ID = 59) { Here are a few tips about Milano: blablablablablalba } else { Enjoy your visit! }
Hope this makes sense and there is a solution for that!
Thanks in advance for your input ??
Simon
- The topic ‘Customise Thank You Page Per Product ID’ is closed to new replies.