Checkout Progress Without End, Still Shows "End"

  • Posts: 31
  • Thank you received: 1
7 years 5 months ago #270518

-- HikaShop version -- : 3.1.0
-- Joomla version -- : 3.7.2
-- PHP version -- : 7.1.1
-- Browser(s) name and version -- : Firefox 53.0.3 (64-bit)

Non-legacy checkout.

Topic says all, Display Checkout Progress Bar = Checkout Progress Without End, but "End" still displays. Attached screenshot.

Thanks for your attention.

Attachments:

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
7 years 5 months ago #270529

Hello,

Thank you for the report.

You can edit the view "checkout / show" and use the content

	echo $this->displayBlock('bar', 0, array(
		'display_end' => ((int)$this->config->get('display_checkout_bar', 2) == 1)
	));
And then edit the view "checkout / show_block_bar" and replace
	foreach($workflow['steps'] as $k => $step) {
By
	foreach($workflow['steps'] as $k => $step) {
		if($step['content'][0]['task'] == 'end' && empty($this->options['display_end']))
			continue;

That patch will be also available in the next build.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: nyanginator

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

Time to create page: 0.056 seconds
Powered by Kunena Forum