Display order informatino at the end of checkout?

  • Posts: 156
  • Thank you received: 0
12 years 10 months ago #19432

i would like to have a review of the order at the end of the checkout page.. kinda of what they get by email after checkout.

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #19433

You could have a last step confirm_address_cart_status before the end step in the checkout workflow option.

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

  • Posts: 156
  • Thank you received: 0
12 years 10 months ago #19435

so add " confirm_address_cart_status " as a step before end?

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #19436

yes, but make sure that you don't have confirm on another step of the checkout.

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

  • Posts: 156
  • Thank you received: 0
12 years 10 months ago #19617

I would like to have at the end step a complete order recite that they can print if they so choose... just like what they get in the email.. you order has been complete here is your order number and complete copy of transaction please print copy for your records kinda thing. :) i like the order summary we put in with that step you gave me i would like to take that one step further with the completed order. Thanks look forward to the solution

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #19625

In that case, you should add a redirect in the file end (or after_end if your payment method is using an external website for the payment process) of the view checkout that you can edit via the menu Display->Views.

You would do like that:
$app=& JFactory::getApplication();
$app->redirect(hikashop::completeLink('order&task=show&order_id='.$app->getUserState('com_hikashop.order_id'),false,true));

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

  • Posts: 156
  • Thank you received: 0
12 years 10 months ago #19709

Would this also work if i have registration disabled?

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #19729

No. The order details on the website is only accessible to logged in users. If the registration is disabled, users can't access their orders details and the redirect won't work.

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

  • Posts: 156
  • Thank you received: 0
12 years 10 months ago #19731

so there is no way of displaying the final outcome of the order just like what is sent via email after the order is completed?

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 10 months ago #19734

Well, you can always do it if you change the code in the core files of HikaShop. You can try to edit the file components/com_hikashop/controllers/checkout.php and remove the line:
$app->setUserState( HIKASHOP_COMPONENT.'.user_id',0 );

That should keep the user in the session until the session times out on the website and he should be able to access the order.

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

  • Posts: 3
  • Thank you received: 0
12 years 9 months ago #20354

Hi Nicolas;
I just noticed that there is a problem in my system. My work flow is as follows: login_address_shipping_payment_confirm_cart_status_fields,end
And I found that in the display option 'confirm' file doesn't contain any code. So what would be the code in the confirm file?
Please any help would be great. Thanks in advance.
Regards-MK

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 9 months ago #20355

It's totally normal. The confirm view is a logical step which doesn't display anything.

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

  • Posts: 3
  • Thank you received: 0
12 years 9 months ago #20356

So what could be the possible reason that I am unable to submit any order through this website www.bombaytogo.ie
I can add product to the cart and login and payment details are possible to submit. But by pressing the next button on the bottom couldn't go to a successful order?
Thanks

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 9 months ago #20357

It must because because you didn't configure something properly. Please check that FAQ: www.hikashop.com/support/documentation/i...ins-listing.html#faq

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

  • Posts: 3
  • Thank you received: 0
12 years 9 months ago #20360

Thanks for the reply.
I've checked those area which u linked to FAQ. But couldn't find anything.
It was working properly at the beginning.
Just noticed that u (as hika_shop) tried to test on that site that I can see from the admin site. but no order can place.
Really I dont know what to do?

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

  • Posts: 81539
  • Thank you received: 13069
  • MODERATOR
12 years 9 months ago #20384

If you couldn't find which point of the FAQ you missconfigured, please post screenshots of your configuration's main and checkout tabs, your listing of manual shipping methods, your payment methods listing and a product's edition page. That way, we'll be able to check all that.

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

  • Posts: 102
  • Thank you received: 0
12 years 8 months ago #24206

hi i did this "You could have a last step confirm_address_cart_status before the end step in the checkout workflow option." in my cart and the confirm page comes up empty with just a next button. when i look at the confirm template its blank. is there supposed to be code on there?
sorry ignore this. i realized why.

Last edit: 12 years 8 months ago by MinnieMouse. Reason: figured it out

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

Time to create page: 0.104 seconds
Powered by Kunena Forum