Checkout workflow

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16746

hi,

i want to change the checkout workflow.

first step i want to have the left login for register users with username and password.
and on the right for unregistered user the fields email and password and then the register button.

after clicking the register button i want the next page to have a table with delivery address and billing address.

is that possible? could you give me guide lines to do it?

thank you

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16751

It sounds like you're describing the default screen of the checkout. Am I missing something in your explanation ?

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16769

we want after confirmation the user to be able to add the delivery address and the billing address.

we are not able to have delivery address, i enable the Force shipping regardless of weight and the user is able only to put multi billing address.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16777

If you don't see the shipping address selection it's because the option " Force shipping regardless of weight " is turned off (if you edited the views of the checkout from an old version of HikaShop and then updated, it's possible that the view doesn't include the modifications in order to display the interface when that option is turned on) and that you didn't set any weight in your products.
An easy solution is to set a weight on your products...

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16782

Is a fresh install

the Force shipping regardless of weight is on (Yes option)

we have weight in our products

i can see only billing address.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16783

Could you give a link to your shop ?

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16784

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16797

We checked on our end and there is indeed a problem with the option of the configuration.
Could you change the line:
$done->has_shipping = $shipping;

by:
$config =& hikashop::config();
$done->has_shipping = $shipping || $config->get('force_shipping');

in the file components/com_hikashop/controllers/checkout.php

and the line:
$this->has_shipping = $shipping;

by:
$config =& hikashop::config();
$this->has_shipping = $shipping || $config->get('force_shipping');

in the file components/com_hikashop/views/checkout/view.html.php ?

That should correct the problem of the option not being taken into account.
For the fact that even with a weight it doesn't display the shipping, you should use grams instead of kgs. It's a conversion problem where the rounding of the values results in the weight being 0.

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16828

thx Nicolas i made the changes but i am not able to insert the details for the delivery address.

i cant see any different.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16834

We tested the modification on our end and it has solved the problem for us. Could you double check the modifications ?

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16915

i double check the changes but could you tell me where the user he suppose to insert the delivery address?

Attachments:

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16919

ok i have it now,thank you Nicolas!

But why its nesesarry to put weight on products to have the shipping address?


Also at the registration part we want to avoid the Address Information at the first step and the user to be able to insert the address details at the next step. How we can do this?

for example the "first step" is something like the screenshot below

Attachments:
Last edit: 13 years 6 months ago by webarts.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16926

With the modifications above, if you have the option " Force shipping regardless of weight " turned on, you should not have to set weight in your products.

For the registration, the address fields and the user registration fields are on the same screen in order to reduce the number of steps the user need to go through in order to buy on your website and thus increase the conversion rate.
You can't dissociate both in HikaShop. If you want to do it, you will have to edit the views of the checkout in order to do it.

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16927

in another copy i made the changes but it doesnt works.. you will proceed with an update version soon?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #16931

We are thinking of doing an update before next week. But that doesn't change the fact that this fix should work and that's the only fix we made on our end regarding the problem and that has solved it for us.

What do you mean by "in another copy i made the changes but it doesnt works" ?

In your previous message, it seemed that you had found why the modification didn't had solved the problem and that it was now working...

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

  • Posts: 149
  • Thank you received: 0
13 years 6 months ago #16998

in this site Nicolas it doesnt works, i double check the changes

www.webarts.com.cy/demo/e-shop/

Last edit: 13 years 6 months ago by webarts.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #17016

Could you provide a back end access to your website so that we can check your settings ?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
13 years 6 months ago #17066

You didn't had any shipping method configured.

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

Time to create page: 0.088 seconds
Powered by Kunena Forum