Hi, thank you for answering.
i changed line 82 in administrator/components/com_hikashop/extentions/pluginhikashoppayment_ogone/ogone.php
from:
$this->payment_params->url='https://secure.ogone.com/ncol/prod/orderstandard_utf8.asp';
to:
$this->payment_params->url='https://direct.tranzila.com/myaccount';
but it still goes to secure.ogone.com when redirecting.
i tried to comment the automatic submit function but it had no effect. as if the code creating form is coming from somewhere else.
even hardcoding
administrator/components/com_hikashop/extentions/pluginhikashoppayment_ogone/ogone_end.php at line 18:
from:
<form id="hikashop_ogone_form" name="hikashop_ogone_form" action="<?php echo $this->payment_params->url;?>" method="post">
to:
<form id="hikashop_ogone_form" name="hikashop_ogone_form" action="https://direct.tranzila.com/myaccount" method="post">
had no effect.
im using a yougrids template that is bootstrap based, could there be some other caching mechanism ? everything other code change is showing an effect, language files etc. only this element remains the same.
any ideas ?
appreciate it and Happy new year !