Re: checkout without registering

  • Posts: 223
  • Thank you received: 1
12 years 7 months ago #23085

Am I correct that the only way to allow checkout without registering is in the paid version of Hikashop?

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
12 years 7 months ago #23092

Yes. You could remove the login_address_ view from the checkout workflow in order to have a checkout without registration but you wouldn't be able to get the user email or address during the checkout so it would be hard to send your goods your customers.

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

  • Posts: 3
  • Thank you received: 0
10 years 9 months ago #110014

Hi, my website generates paid .pdf documents. Can I create with the paid version of Hikashop document handling without registration and e-mail? For example the .pdf pops-up in a new screen after payment. No registration, no e-mails, very pleasant:)

Thanks in advance.

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
10 years 9 months ago #110069

Hi,

That won't be possible. In order to validate the download of the files of the products, the system checks that the current user has purchased the products which require authentication, and thus user creation.
If you want to do that, that is possible but only with something like a view file custom code that you would have to develop to handle the automatic display of the PDF at the end of the purchase, after the payment.

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

  • Posts: 3
  • Thank you received: 0
10 years 8 months ago #115119

What kind of custom coding you suggest and how to connect this with Hikashop?

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

  • Posts: 2334
  • Thank you received: 403
10 years 8 months ago #115198

You can either create a plugin and use our triggers (see developers' doc here: www.hikashop.com/en/support/documentatio...r-documentation.html ) or directly override Hikashop core files (but these files will be replaced in case of update) plus some views (you'll find the views in display>Views and the core files in administrator/components/com_hikashop/classes).

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

  • Posts: 1
  • Thank you received: 0
10 years 6 months ago #122721

Honestly I´m a bit angry...

In your features or compare overview there is no word about "checkout without registration".
So I spent hours configuring my hika installation and finally figuered out that I have to pay 49,- € only to use this feature.
If I had known this before I would not have used Hika and spent time on it.

It is not the point that I don´t like Hika Shop. The point is that I´m not happy with the way you try to make your money.
What would be the reason for you to disable this feature if it is not making money at a hidden point where the user is nearly at the "point of no return"?

smint

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

  • Posts: 3
  • Thank you received: 0
10 years 6 months ago #122747

Good point, Smint. I didn't know it was possible :sick:
Can you give me an update, Nicolas?

Last edit: 10 years 6 months ago by Maarten.

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

  • Posts: 223
  • Thank you received: 1
10 years 6 months ago #122759

I had the same issue, and was finally able to make it work...it is possible

On decorativeplumbingonline.com, you can checkout without registering, and all info IS passed through to Hikashop, name, address, e-mail, etc...

Visit our site, put something in the cart and try it, you can quit before you need to enter payment

This only works with business version.

First in the Hika config under checkout>login & registration choose "no" for login, "no registration" for registration and "no" for display email confirmation field.

In checkout workflow you should have cart, then login, then address.

A link & message to allow account creation was added in views>login.php using html

In hika config I did a language override: HIKA_REGISTER="Continue"

You should also review my previous post on this issue...

www.hikashop.com/forum/4-how-to/82487-mi...-check-out-step.html

PLEASE NOTE that I did this awhile ago and not sure I remember all the steps, but test it first, I believe this is all I did...AND PLEASE...be sure to do a back-up first.

Hope this helps.

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #122765

Hi,

As explained in the documentation, the feature is in commercial editions (Business AND Essential).
www.hikashop.com/support/documentation/5....html#checkout_login

I am sorry that the feature was not explained in the compare page. It is not our intention at all to hide the features which are in the commercial versions.

For the guest download question, it will require a modification in the HikaShop core in order to remove the security on logged user and for the user check too. The best at this moment is to add some kind of token in order to do not let everybody download files with just an order id and a file id.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 223
  • Thank you received: 1
10 years 6 months ago #122769

Jerome...

I don't want to make too much of an issue here, but you are misleading Hikashop users...Guest checkout DOES work and requires minor modification, nothing to do with the core of Hikashop. And you can capture the users address, e-mail, etc...

Please read my post, and visit my website, decorativeplumbingonline.com, put an item in the cart and begin the checkout process

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #122771

Hi,

Yes guest checkout works good and basically do not require any kind of modification.
I just mean that guest download is not an implemented feature.
That's all I said.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 43
  • Thank you received: 0
10 years 6 months ago #124546

Hello.
I'm quite new to hikashop.
when I remove the address and login from my workflow menu then I can complete a payment.
But when customers write their information in, they cant complete a payment.

my side fch-custom.dk
When customers enter the address into the website so they can not move on

Can you help ..?


Thanks

Henrik Ris
Last edit: 10 years 6 months ago by Henrik.

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #124553

Hi,

Sorry, I didn't have any trouble to make a test purchase in your website with the account "test_hikashop".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 43
  • Thank you received: 0
10 years 6 months ago #124556

No, I can see, it may be because I am logged in to the administrator when I test.?

If you can not make a purchase without the customer having to verify email, ie such that the client writes all data in and go directly to the payment?


Thanks

Henrik Ris

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #124562

Hi,

So you have to change the Joomla configuration for the user registration rule.
HikaShop uses Joomla to create the account, if Joomla want an email activation, an activation will be require.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Henrik

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

  • Posts: 43
  • Thank you received: 0
10 years 6 months ago #124567

ok thanks for the help. I'm trying to get it to work. I also believe that there is an error in my workflow.

Login address - shipping payment-terms - coupon-cart-status fields


Thanks

Henrik Ris

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
10 years 6 months ago #124610

Hi,

Well, it looks fine. I don't see any specific problem with this workflow.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: Henrik

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

  • Posts: 43
  • Thank you received: 0
10 years 5 months ago #129143

Hello
Re: my checkout workflow
www.maalfoto.dk
i am working on a new page www.maalfoto.dk

I can not get my download link to work from the mail that my customers get after they have purchased the item.

is there anyone who can help me get the accurate, current workflow up so it can be done so that customers can download from the mail.

When customers click on the link in the email, they are sent back to the website to login?

  attached a few screenshots
for test the cuponcode is: havstryger


Thanks

Henrik Ris
Last edit: 10 years 5 months ago by Henrik.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #129220

Hi,

Actually when the customer purchase in guest checkout he can't download directly the file.
He must have an account to download it.

We have on our todo list to allow downloads for guest users.

Last edit: 10 years 5 months ago by Xavier.

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

Time to create page: 0.092 seconds
Powered by Kunena Forum