1 Page checkout

  • Posts: 105
  • Thank you received: 1
9 years 5 months ago #204542

How to delete Registration Button on Adress field and make One page checkout with Finish button?
It shows on the screen

Attachments:
Last edit: 9 years 5 months ago by moneymr.

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
9 years 5 months ago #204546

Hi,

You can remove the line:
$this->nextButton = false;
from the file "login" of the view "checkout" via the menu Display>Views
and then , you can add such CSS on your website:
#hikashop_register_form_button{ display:none; }

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

  • Posts: 105
  • Thank you received: 1
9 years 5 months ago #204595

Thanks.
I did only this
#hikashop_register_form_button{ display:none; }

And button no button is now.

But what about finish button?
It shows before only when I pull Register button

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
9 years 5 months ago #204602

Hi,

You can remove the line:
$this->nextButton = false;
from the file "login" of the view "checkout" via the menu Display>Views and the finish button will appear.

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

  • Posts: 105
  • Thank you received: 1
9 years 5 months ago #204665

Thanks. It works. But when I made order I still need to push Finish button twice.
First push it reload page and add adress information. Second Push it finish order.
I need to Finish order with one push to the button.

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
9 years 5 months ago #204667

Hi,

That's normal. the system is made to work like this because after you register, the shipping/payment methods might be changed, you might have to have the possibility to enter a shipping address, a coupon, etc.

If you don't want that, you'll need to hack the file components/com_hikashop/controllers/checkout.php and change the line:
return $status;

to:
return true;

in the function after_login there.

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

  • Posts: 105
  • Thank you received: 1
9 years 5 months ago #204745

It's not helped

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
9 years 5 months ago #204786

Hi,

Then I don't know. Some other function in that file must be returning false, preventing the checkout from validating.
Some debug would be required in that file to find from which function it comes from and then change it. That's something we can't help with as user support. We already went out of our way to help you with your first questions on that topic. This requires custom development.
You can contact our partners if necessary:
www.hikashop.com/home/our-partners.html

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

  • Posts: 105
  • Thank you received: 1
9 years 5 months ago #204945

Ok. Thanks.
I ask this question, because almost all popular shop CMS have one page checkout component. If you want this component you have to pay, but they have it. Shops like Prestashop, opencart ...

Do you have plans to make checkout proccess with Ajax?
Without all the time reloaded pages?

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

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #204991

Hi,

Yes we have plans for that, it is in our todo list and with a high priority.

The following user(s) said Thank You: moneymr

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

  • Posts: 1119
  • Thank you received: 114
8 years 10 months ago #225965

Hi,

I know it is old topic but I am looking to have 1 page checkout too. And right now stuck with registration address....
So will this be in next hikashop 3 release which is comin soon?

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

  • Posts: 13201
  • Thank you received: 2322
8 years 10 months ago #226052

Hi,

Yes this will be in the Version 3 of HikaShop, still under development ;)

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

Time to create page: 0.108 seconds
Powered by Kunena Forum