After sale the "Thank you" Page is move

  • Posts: 11
  • Thank you received: 0
7 years 4 months ago #272873

-- HikaShop version -- : HikaShop Starter: 3.1.1
-- Joomla version -- : Joomla! 3.7.2
-- PHP version -- : 7.1.3
-- Browser(s) name and version -- : @all

See my screenshot from the "Thank you Page" ... Anybody ideas?

Thanks Melanie

Attachments:

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
7 years 4 months ago #272879

Hi,

There is likely a missing </div> tag somewhere.
Edit the file "end" of the view "checkout" via the menu Display>Views and add that tag at the end of it after closing the PHP code with ?> and it should help.

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

  • Posts: 11
  • Thank you received: 0
7 years 4 months ago #273051

Hi,

Thanks for replay ... I have change, but it will not work. Here is the file:

<?php
/**
 * @package	HikaShop for Joomla!
 * @version	3.1.1
 * @author	hikashop.com
 * @copyright	(C) 2010-2017 HIKARI SOFTWARE. All rights reserved.
 * @license	GNU/GPLv3 http://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');
	$user = JFactory::getUser();
	if(!$user->guest) {
		$url = hikashop_completeLink('order&task=show&cid='.$this->order->order_id);
	} else {
		$url = hikashop_completeLink('order&task=show&cid='.$this->order->order_id.'&token='.$this->order->order_token);
	}
	echo '<br/>'.JText::sprintf('YOU_CAN_NOW_ACCESS_YOUR_ORDER_HERE', $url);
} else {
	echo $this->html;
}
$this->nextButton = false;
?>

Any idea :-) ? or is anything wrong?

Regards
Melanie Feldmeier

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

  • Posts: 82864
  • Thank you received: 13372
  • MODERATOR
7 years 4 months ago #273058

Hi,

Then the problem is either that you have invalid HTML tags in the texts of the translations used on that page, or in the "information" that you've entered in your payment method.
So check on that.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum