Wizardbar deaktivate

  • Posts: 4
  • Thank you received: 0
9 years 3 weeks ago #219174

-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5

How can disable the hyperlink in the Wizardbar on the checkout page, so when ordering the steps can not possible to skip?

Attachments:

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

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
9 years 3 weeks ago #219180

Hi,

Edit the file "step" of the view "checkout" via the menu Display>Views and change the code:

<a href="<?php echo hikashop_completeLink('checkout&task=step&step='.$k.$url_itemid);?>">
							<?php echo JText::_('HIKASHOP_CHECKOUT_'.strtoupper($step_name));?>
						</a>
to:
<?php echo JText::_('HIKASHOP_CHECKOUT_'.strtoupper($step_name));?>

The following user(s) said Thank You: mardan2015

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

Time to create page: 0.056 seconds
Powered by Kunena Forum