Hi,
I do have one more question.
I have added this to end view file to check how it works.
....
echo '<br/>'.JText::sprintf('YOU_CAN_NOW_ACCESS_YOUR_ORDER_HERE', $url);
}elseif($this->order->order_payment_id == '15'){ ?>
<div class="checkout_end_notice checkout-body">
<?php echo $this->order->order_number; ?>
</div>
<? } else {
echo $this->html;
.......
It works fine for manual bank transfer payment plugin.
The question is how we can redirect to same page/url ( ..../checkout/confirm/cart_id-4576 ) with payment method like Paypal? I assume that the after_end view file is used with such payment methods?
Right now we have set return url to article in plugin config... If we remove it, it redirects to home page with thank you message.
Kind Regards