Confirmation page

  • Posts: 4
  • Thank you received: 0
10 years 5 months ago #181350

Hello every body

Sorry for my english :)

In my website when the order is finish , Confirmaton the page does not appear. I am redirected to a page directly.
The url type : go.ogle.fr/go%20ogle.fr

what is the problem ?

Config : cart_login_shipping_payment,address_cart_status_confirm,end

I want to see appear : THANK_YOU_FOR_PURCHASE

Thanks you

Last edit: 10 years 5 months ago by nakata37.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
10 years 5 months ago #181351

Is my page end.php

Is true ?

<?php
/**
* @package HikaShop for Joomla!
* @version 2.3.4
* @author hikashop.com
* @copyright (C) 2010-2014 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
if(empty($this->html)){
echo JText::_('THANK_YOU_FOR_PURCHASE');
}else{
echo $this->html;
}
$this->nextButton = false;

Please Log in or Create an account to join the conversation.

  • Posts: 83832
  • Thank you received: 13572
  • MODERATOR
10 years 5 months ago #181363

Hi,

It's probably because in the options of your payment method, you entered a URL in the "return URL" parameter and so the system redirects to that URL instead of the default end page of HikaShop.

Please Log in or Create an account to join the conversation.

Time to create page: 0.051 seconds
Powered by Kunena Forum