User registration payment email adress not filled

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90268

Hey,

It is probably something simple, but i can't find it.

I've got an test website running here: test website .

If you wan't to check out, you need to register. And that works. So far so good i thought.

But my client want's ideal through siswow (dutch payment thing ). So i installed an plugin that handles that.

Everything works exept for one thing: The plugin requires the email adress for payment filled in.

As you can see in the first attachmend. is the registration form realy normal with all the fields,

But after the registration (even with confirmation link clicked) the payment email adress isn't set ( see attachment 2)


So my question is verry simple... How can i achief that when an user registers, the payment email is automaticly filled in ( can be an copy of the main email adress)???

Hope to hear soon of you, because o love Hikashop, and the planning is that the site will be sone for real online

Attachments:

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

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90270

[not relevant anymore]

Last edit: 11 years 10 months ago by TWCrap. Reason: not relevant anymore

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

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90468

Any idea guys?
because i like to have the website online tomorow, but then this have to work...

Thanks in advantage

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

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90605

Mayby it helps that i use Hikashop Business on Joomla 2.5.9

I'm not afraid of changing an file if that's the solution... If that works i will be verry happy and will tell my client to continue working with Hikashop after march ( extend subscription :D )

So any ideas ( even if they sound stupid) will be great.

Thanks in advantage

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

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90656

Alright, the only thing that i could find in the plugin source are these lines of code:

$query = $db->getQuery(true);
$query->select('o.order_id, u.user_email, o.order_status, o.order_full_price, o.order_number')
    ->from('#__hikashop_order o')
    ->leftJoin('#__hikashop_user u ON u.user_id = o.order_user_id')
    ->where('o.order_id = '.$order_id);
$db->setQuery($query);

but the #__hikashop_user.user_email is filled in in the database. SO that would be the problem.

Upon furter investigation i came acros that the db colum #__hikashop_user.user_partner_email isn't filled in. And that is the problem i think....

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

  • Posts: 33
  • Thank you received: 1
11 years 10 months ago #90658

Alright, tested again, and now it's working... Didn't edit an thing in the source codes...

I don't know what the problem was, but it's working now....

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

  • Posts: 13201
  • Thank you received: 2322
11 years 10 months ago #90806

Hi,

Pleased to see that your problem is solve.
Sorry to not have answered to your topic, it was the week-end so less answers, and when you re-post your topic go back in the queue of topics, so we don't see it.

Regards,

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

Time to create page: 0.054 seconds
Powered by Kunena Forum