Checkout Progress titles

  • Posts: 84
  • Thank you received: 0
11 years 1 month ago #151453

Hi,

I have the checkout progress displayed and I also have the cart displayed in first position during each step of the checkout.

http://awesomescreenshot.com/0a32mh5y96

This gives of course the desired result, except that the progression bar displays the title of the first element in each step, thus each step appears to be "panier" (cart)

http://awesomescreenshot.com/0212mh5qfd

Is there anyway to enable custom titles for the checkout progression without disturbing the titles or taking the second elements title ( in this case connexion, livraison, and thirdly paiement)

kindly,

Luke

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

  • Posts: 12953
  • Thank you received: 1778
11 years 1 month ago #151475

Hi Luke,
The solution will probably be to edit the "step" file of the "checkout" view of your front-end template through "Hikashop->Display->Views", and change that line :

$step_name = reset($step);
By :
$step_name = reset($step);
if(isset($step[1]))
	$step_name = $step[1];

The following user(s) said Thank You: lwlbar

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

  • Posts: 84
  • Thank you received: 0
11 years 1 month ago #151603

Awesome. Thanks very much!

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

Time to create page: 0.072 seconds
Powered by Kunena Forum