Hello,
I thought I found an answer with this topic, but nothing happens when I add this code to the after_end view? (See Attached Screenshot)
Even odder is that I configured the checkout workflow to have my checkout display an end, but that just makes the checkout page never finish the checkout at all when I have this option selected? It just sits there and looks like it wants to load but never does anything?
When I convert back to display the checkout "without an end" the checkout process goes through, but I still only get the simple thank you message, no redirect to the order page?
Finally I thought maybe removing the code from the after_end view as shown below would possibly help:
$app = JFactory::getApplication();
$app->enqueueMessage( JText::_('THANK_YOU_FOR_PURCHASE') );
But even after I remove it I still only get the thank you message. Which completely confuses me because if I removed that code the thank you message should not appear after a payment is processed right?
I could use some assistance in getting this to work, perhaps I am missing something here?