PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

HiPAY does not show during checkout

10 replies to this topic
#1
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
Despite my best efforts for the past half hour, I have not been able to get HiPAY to work, and it's gotten extraordinarily frustrating.

This is the latest version of Prestashop. The module is installed and enabled. It is configured. It is configured to allow all countries.

Yet still, even when registered and signed in, HiPAY does not list as a payment option.

Is there some fault here with this module or Prestashop entirely?

#2
shokinro

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 2770 posts
Please check here for a check list of why a payment module does not show up, hope it will give you some information.
If you think someone's answer helped, please give him/her a Positive Reputation vote
Paypal Express checkout module with recurring payment | Authorize.NET Express Checkout module with recurring payment | Membership management module | Pickup location module(Google maps) | Multiple seller/vendor module | Product Reviews/Rating module | Rotating Banner module | News Letter promotion module | Quantity Discount Indicator module | Prepaid module for digital goods
PrestaShop Modules | PrestaShop Tips

#3
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts

View Postshokinro, on 08 August 2011 - 11:31 PM, said:

Please check here for a check list of why a payment module does not show up, hope it will give you some information.
1. Have you installed the module? - Yes
2. If it is installed already, then try to check the configuration is correct. Make sure is there is configuration errors or warnings. - There are no errors or warnings.
3. The module has been configured correctly. That all required parameters are set correctly. - Check.
4. Check if payment currency restrictions are set correctly. Some module require you select only currency, some modules you can select multiple currency. - No problems here.
5. Check if the the region (country) restrictions is set correctly. Some module by default, only set a specific country or no country to use the module. You need to set country explicitly and click save button. - All countries checked.
6. Check if group restriction is set correctly. Modules can be limited to different customer groups. See above screen for more details. - All groups are given access.
7. Check if the modules requires some other conditions. For example, some module requires SSL (HTTPS) environment, if you don't set this SSL in your store, the module will not show up either. - SSL is enabled. I'm not aware of any other special circumstances HiPAY requires. None are clearly defined.

#4
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
Bump.

Anyone else have any other suggestions?

#5
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
As a quick update, I've confirmed this is as well not a caching issue based on someone elses suggestion.

Still looking for a solution.

#6
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
After 3 days of persistence, I believe I've finally gotten the module working.

It turns out it was indeed a fault of the module itself.

Thanks to the help of affect on the #prestashop IRC channel via Freenode.

Here's a copy of our IRC conversation, since I don't think I could really properly format the entire issue here:
Spoiler

So basically, the simple fix is to open your prestashop database, select the ps_configuration table, and find the row with the name "HIPAY_PROD"

For me, the value field was completely blank. You need to change the value field to "1"
If you're using phpMyAdmin, you may need to delete the row, the re-insert it using the same information (excluding the value field).

So afterwards it should look something like this:
Attached File  Screenshot-3.png   178.87K   49 downloads

#7
shokinro

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 2770 posts
so actually it was a bug?
thanks you very much for sharing the information.
it is a great tips.

maybe I will add a link to this thread to my blog as references later.
If you think someone's answer helped, please give him/her a Positive Reputation vote
Paypal Express checkout module with recurring payment | Authorize.NET Express Checkout module with recurring payment | Membership management module | Pickup location module(Google maps) | Multiple seller/vendor module | Product Reviews/Rating module | Rotating Banner module | News Letter promotion module | Quantity Discount Indicator module | Prepaid module for digital goods
PrestaShop Modules | PrestaShop Tips

#8
KenshinH

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts
Yes. It is a bug.

The API system also does not work, so I'm afraid I have to say HIPAY is nowhere near worth ever bothering with, unless you are willing to rewrite half of the module yourself.

#9
shokinro

    PrestaShop Fanatic

  • Members
  • PipPipPipPip
  • 2770 posts

Quote

The API system also does not work, so I'm afraid I have to say HIPAY is nowhere near worth ever bothering with, unless you are willing to rewrite half of the module yourself.

If you have time, you and make it work and make it better.
Then can make it as free or maybe paid module?
If you think someone's answer helped, please give him/her a Positive Reputation vote
Paypal Express checkout module with recurring payment | Authorize.NET Express Checkout module with recurring payment | Membership management module | Pickup location module(Google maps) | Multiple seller/vendor module | Product Reviews/Rating module | Rotating Banner module | News Letter promotion module | Quantity Discount Indicator module | Prepaid module for digital goods
PrestaShop Modules | PrestaShop Tips

#10
thiagorobis

    PrestaShop Newbie

  • Members
  • Pip
  • 23 posts

View PostKenshinH, on 10 August 2011 - 09:45 PM, said:

After 3 days of persistence, I believe I've finally gotten the module working.

It turns out it was indeed a fault of the module itself.

Thanks to the help of affect on the #prestashop IRC channel via Freenode.

Here's a copy of our IRC conversation, since I don't think I could really properly format the entire issue here:
Spoiler

So basically, the simple fix is to open your prestashop database, select the ps_configuration table, and find the row with the name "HIPAY_PROD"

For me, the value field was completely blank. You need to change the value field to "1"
If you're using phpMyAdmin, you may need to delete the row, the re-insert it using the same information (excluding the value field).

So afterwards it should look something like this:
Attachment Screenshot-3.png

Works very well here!
Thank you

#11
drew_m

    PrestaShop Newbie

  • Members
  • Pip
  • 7 posts

View PostKenshinH, on 10 August 2011 - 09:45 PM, said:

So basically, the simple fix is to open your prestashop database, select the ps_configuration table, and find the row with the name "HIPAY_PROD"

For me, the value field was completely blank. You need to change the value field to "1"

This fixed the module for me too, thanks! I can confirm that Hipay is now working and receiving payment.