Why can't user's edit c/card details sometimes?

  • Posts: 62
  • Thank you received: 0
13 years 3 months ago #41206

Hi,

- Hikashop Business 1.5.6

Occasionally users completely mess up their credit card details. They then seem to get the cart into a state (see attached) where the details can no longer be changed. Is there a setting somewhere that would allow the user to always change their credit card details if they went back to that page in the cart?


Attachments:

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

  • Posts: 62
  • Thank you received: 0
13 years 3 months ago #41327

Bump!!

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

  • Posts: 83930
  • Thank you received: 13586
  • MODERATOR
13 years 3 months ago #41396

There is no option for that, but you can just change the code:

if(!empty($cc_number) && !empty($cc_month) && !empty($cc_year) && (!empty($cc_CCV)|| empty($this->method->ask_ccv)) && (!empty($cc_owner)|| empty($this->method->ask_owner)) && (!empty($cc_type)|| empty($this->method->ask_cctype))){

by:
if(false){

in the file ccinfo (or payment if you don't use the latest version) of the view checkout via the menu Display->Views.

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

  • Posts: 62
  • Thank you received: 0
13 years 3 months ago #41709

Hi Nicolas,

Worked like a charm.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum