How can I align the "next" button in checkout ?

  • Posts: 8
  • Thank you received: 0
12 years 2 months ago #62538

Hello,
How can I align the "next" button in checkout to the right side?
Thanks

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 months ago #62603

Hi hannah,

By default the "next" button is on the right side in the checkout.
I think that it could be moved because of your template.

Try to use something like Firebug to see the class to edit and then edit the properties of the class in HikaShop > Configuration > Display, edit the frontend css file.

Last edit: 12 years 2 months ago by Xavier.

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

  • Posts: 8
  • Thank you received: 0
12 years 2 months ago #62620

Thanks, problem is these buttons take the overall site template style and I am afraid thru css text-align:right I will have a problem with all other buttons going out of wack some of them being centered now

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

  • Posts: 8
  • Thank you received: 0
12 years 2 months ago #62621

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 months ago #62631

Maybe you can try to edit the view "checkout / step" and at the bottom of this file and add the two lines:

echo "<div id='hika_next_button_div'>";

echo "<br/>";
Around the line:
echo $this->cart->displayButton(JText::_('HIKA_NEXT'),'[...]ckout_next_button"');

And then try to apply the modifications on the id: #hika_next_button_div, for example "float:right;"

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

Time to create page: 0.074 seconds
Powered by Kunena Forum