Hi,
I have a problem.
When I go to do an order at Main Menú HAZ TU PEDIDO, when I select the "continue shopping" button (Continuar Comprando) it's redirecting me to another page.
How could I stay at the same page??
Thanks a lot.
if ($this->continue_link_html != '') {
echo $this->continue_link_html;
} ?>
$this->continue_link_html = 'LINK TO THE PAGE';
