checkout-process-bar and fixed text in workflow

  • Posts: 7
  • Thank you received: 0
12 years 4 months ago #57801

Hi there,

to finish my first HikaShop (Starter), I only got 2 more problems to solve.

1. Is it possible to write down a fixed text in the checkout workflow in the Starter Edition? E.g. in the last step: “please look over you cart before submitting the order” (headline over the cart). Or is it only possible by making fields (Business Edition)?

2. Is there a good way to change the words in the checkout-progress-bar (E. g. “cart” to “overview”)?

Thank you very much in advance and for your past support!

Kind regards
Foleys

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

  • Posts: 13201
  • Thank you received: 2322
12 years 4 months ago #57818

Hi foleys,

1. You can edit the view "Checkout / cart.php" in HikaShop > Display > Views, and add the line:

if($this->step == 1){
	echo JText::_('HIKA_LOOK_OVER_LAST_STEP');
}
Before
<div id="hikashop_checkout_cart" class="hikashop_checkout_cart">
You will certainly have to change " == 1" to another value, it depends of the step number in your checkout workflow.

2. You can change the translation in HikaShop > Configuration > Languages, edit the english file and change the translation:
HIKASHOP_CHECKOUT_CART="Cart"
By:
HIKASHOP_CHECKOUT_CART="Overview"

And add the translation:
HIKA_LOOK_OVER_LAST_STEP="Please look over you cart before submitting the order"
for the 1st point.

Last edit: 12 years 4 months ago by Xavier.
The following user(s) said Thank You: foleys

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

Time to create page: 0.060 seconds
Powered by Kunena Forum