credit card owner now shown in email

  • Posts: 16
  • Thank you received: 0
12 years 7 months ago #45128

Hello,


We are using hikashop 1.5.7 bussiness on joomla 1.5.26.

when entering a new order using credit card plugin, the credit card owner
field is not shown at the email that is sent to the administrator with the
order details.


Any help will be very appreciated.

Thanks in advanced,
Yossi Golan

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
12 years 7 months ago #45330

Do you get the code and half of the card number in the email ?
Are you sure you're looking at the order administrator email that is sent to the administrator ?

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

  • Posts: 16
  • Thank you received: 0
12 years 7 months ago #45585

I get the CVV code and the last 5 numbers of the credit card,
It even writes "Credit Card Owner" but the owner name itself is missing...

I'm sure i'm looking at the administrator email...


Thanks in advanced,
Yossi Golan

Last edit: 12 years 7 months ago by yossigolan.

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
12 years 7 months ago #45599

We don't have that problem on our end.
Can you give a link to your website so that we can look at that ?

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

  • Posts: 4
  • Thank you received: 0
11 years 11 months ago #83310

I have the same problem in Business version. Is there a problem sending utf-8 in this field in the mail?

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
11 years 10 months ago #83636

It's possible. If your email server does not support UTF8, that could indeed be a problem. Does it work if you write the name in latin letters ?

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

  • Posts: 4
  • Thank you received: 0
11 years 10 months ago #83720

Thanks. The module from HikaShop works in Latin letters (the name of the owner gets through). If you enter Hebrew the name, it will disappear in the confirmation (after clicking Next the first time) long before the name goes to the email server. And by the way, the server works fine with Hebrew (using other modules).

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

  • Posts: 82867
  • Thank you received: 13374
  • MODERATOR
11 years 10 months ago #84015

Ok. Please try to replace the line:
$cc_owner=preg_replace('#[^a-z ]#i','',$cc_owners[$payment.'_'.$payment_id]);

with:
$cc_owner=strip_tags($cc_owners[$payment.'_'.$payment_id]);

in the file administrator/components/com_hikashop/classes/payment.php and try again.

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

Time to create page: 0.075 seconds
Powered by Kunena Forum