Custom Checkout Process

  • Posts: 57
  • Thank you received: 0
11 years 6 months ago #70202

Is there a way to customize hikashop to interact similar to this checkout process:?
www.coolibar.com/checkout/checkout.jsp#start

I like the idea of staying on the same page (or making it seem like it), and as you go through the steps, you have the summary on the right side.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #70251

Hi rockstaran,

Displaying the checkout steps on one page is possible in HikaShop, you just have to edit the checkout workflow in HikaShop > Configuration > Checkout.

To have the same display type, it can be done, but many changes are to make. You will have to edit the files in the checkout view, editable in HikaShop > Display > Views.

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

  • Posts: 57
  • Thank you received: 0
11 years 6 months ago #70280

Thats very good news, any suggestions or guide on where to start? I an very handy with PHP

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #70340

First of all, in the checkout option you have to order your steps.

When you have set it on the same page, you can add divs in the views used in the checkout, for example "checkout / cart", and hide the following divs until the first step is completed, then when the first step is completed display another one (still on the same page), etc..

Many css customization are possible, to place your elements where you want.

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

  • Posts: 57
  • Thank you received: 0
11 years 6 months ago #70348

How do I determine on which step the checkout is in?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #70466

I think that you can determine it by adding one variable, for example "$current_step" and you set the value of your current step in this var.
And when you click on, still for example, "next" you change the value of the variable, etc...

I have never done this kind of customization in the checkout.

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

Time to create page: 0.074 seconds
Powered by Kunena Forum