Display Chosen Shipping Adress

  • Posts: 7
  • Thank you received: 0
12 years 2 months ago #63314

Hi,

In my checkout process I have a confirmation Page where I show the User his chosen information and products before he agrees to the legal terms and then buys the product. I configured this page so its includes the shipping adress.

Unfortunatly the shipping field includes all the adress stored (including radio buttons).

Is it somehow possible to just display the adress that was chosen by the customer in the steps befor this page?

Cheers!

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #63485

Hi,

There is no option for that.
You would have to edit the file "address_view" via the menu Display->views and custom it for that.

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

  • Posts: 4
  • Thank you received: 0
12 years 2 months ago #64770

Hi there

I also would like to have a confirmation page with all the products chosen and the address.

Can you tell me how you did this?

Its really strange that this isn't a standard in hikashop... as far as I know, every online-store uses a confirmation page as the last step of the checkout.

Thanks

MADmarion

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #64936

Hi,

You can have a confirmation page. 0329482 is doing it actually. His request was about tweaking the address display in the confirmation step.

In order to have a confirmation step, you will have to configure the "checkout workflow" option of the configuration.
Here is an example of such workflow: cart_coupon,login,address,shipping,payment,confirm_cart_coupon_status_fields,end
More information is available here:
www.hikashop.com/en/support/documentatio...config.html#checkout

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

  • Posts: 4
  • Thank you received: 0
12 years 2 months ago #65023

Hi Nicolas

Thanks for your answer and the link.

Actually, I have set a confirmation page at the end.

Unfortunately, it just shows the shipping and payment chosen.

<span id="hikashop_checkout_status">
<?php
$array=array();
if(!empty($this->shipping_data)){
$array[]= JText::sprintf('HIKASHOP_SHIPPING_METHOD_CHOSEN',$this->shipping_data->shipping_name);
}
if(!empty($this->payment_data)){
$array[]= JText::sprintf('HIKASHOP_PAYMENT_METHOD_CHOSEN',$this->payment_data->payment_name);
}
echo implode('<br/>',$array);
?>
</span>


In usual online-stores, you get a final confirmation page where ALL DETAILS are listed again.
  • Billing Address
  • Delievery Adress
  • Cart
  • Shipping
  • Payment
  • and Confirm Button

How can i do this??

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

  • Posts: 82818
  • Thank you received: 13362
  • MODERATOR
12 years 2 months ago #65175

Hi,

If you had used the checkout workflow I proposed, you would have had all the information in that last step.
In your last step, you apparently have only added the "status" view.
So I recommend you to setup properly your checkout workflow by adding all the views you need in the last step.

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

  • Posts: 4
  • Thank you received: 0
12 years 2 months ago #65205

I got it!
I din't understand that I had to switch the "Advanced Checkout Workflow edition" to OFF! Thats why I couldn't reproduce the steps you recommended! Sorry!


...by the way, comparing to other components, this does not make sense to me. Usually, "drag-and-drop" is usually called "easy-mode" and "editing by your own" is "advanced mode". In Hika Shop, its opposite. :)

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

Time to create page: 0.071 seconds
Powered by Kunena Forum