"Continuer" instead of "next" in checkout form and

  • Posts: 17
  • Thank you received: 0
9 years 3 months ago #227597

-- Error-message(debug-mod must be tuned on) -- : "Continuer" instead of "next" in checkout form and on last step it shoud be " finish"

I have my checkout process using the following workflow:
[0] => login_address_shipping_coupon_payment_cart_status_fields_confirm [1] => end

will you please tell me how to change the text.
when i am printing the $this->step
it always give s me 0 so i am unable to customize the code on the base of it. please let me know the condition for this.
currently i am using
if($this->step==2){
echo $this->cart->displayButton('Continue','next',$this->params,hikashop::completeLink('checkout&task=step&step='.$this->step+1),'document.forms[\'hikashop_checkout_form\'].submit(); return false; ','id="hikashop_checkout_next_button"');
}else{
echo $this->cart->displayButton(JText::_('NEXT'),'next',$this->params,hikashop::completeLink('checkout&task=step&step='.$this->step+1),'document.forms[\'hikashop_checkout_form\'].submit(); return false;','id="hikashop_checkout_next_button"');
}
:( :( :(

Thanks.

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

  • Posts: 26233
  • Thank you received: 4036
  • MODERATOR
9 years 3 months ago #227624

Hi,

Can you please use the "code" tag in your message so the PHP code can be read correctly ?
Thanks for your understanding.

You cannot have a step superior than 0 because you only have one single step.

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: ankitch

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

  • Posts: 17
  • Thank you received: 0
9 years 3 months ago #227807

Please provide me solution for this..:( :(

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

  • Posts: 26233
  • Thank you received: 4036
  • MODERATOR
9 years 3 months ago #227831

Hi,

As I mentioned in my previous post, your question is not understandable.
It is not possible to understand what you want or trying to do.
You pasted some code ; which cannot work and without any single understandable context..
We cannot know what is the purpose of your code and we can just suppose that it is something coming from another thread...

Now, for translations see : www.hikashop.com/download/languages.html#modify

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.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum