Post by cyclops12 » Sun Jun 28, 2020 2:42 am

success.twig is used in two different places,
1) contact us page submission
2) checkout success page
As suggested in this thread viewtopic.php?f=202&t=201946&hilit=text_success#p758326 was to change the code from
Code: Select all

{{ text_message }}
to
Code: Select all

{{ text_success }}
If you change the code as suggested the contact page works fine as the controller uses text_success BUT then the checkout success page doesnt work properly as the checkout controller uses text_message

So the solution is to ADD
Code: Select all

text_success
above
Code: Select all

text_message
This way both pages will work

Expert Member

Posts

Joined
Sun Sep 27, 2015 1:10 am
Who is online

Users browsing this forum: No registered users and 39 guests