Different Joomla Tempate Checkout Stage

  • Posts: 23
  • Thank you received: 0
13 years 3 months ago #4614

Hi
Thank you for all you're great help :)
In HikaShop using joomla 1.6

is it possiable To set a different joomla template for the final checkout stage because, I want the remove joomla templates navigation on the final checkout stage.

Many Thanks and Kind Regards

Charles

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

  • Posts: 81598
  • Thank you received: 13082
  • MODERATOR
13 years 3 months ago #4616

Hi,

You can edit the file end of the view checkout via the menu Display->Views. There, remove the original code and put that code instead:

<html>
<head>
<?php
$doc =& JFactory::getDocument();
$head = $doc->loadRenderer('head');
echo $head->render(); ?>
</head>
<body>
<?php
if(empty($this->html)){
echo JText::_('THANK_YOU_FOR_PURCHASE');
}else{
echo $this->html;
}
?>
</body>
</html>
<?php exit;

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

Time to create page: 0.054 seconds
Powered by Kunena Forum