Sofort.com

  • Posts: 11
  • Thank you received: 3
7 years 11 months ago #238997

Hello, I have a problem with the HikaShop and Sofortüberweisung.
I get the following error message, of course, the fields are filled in the form.
Can someone help me?

Fehler/Hinweise
multipay.sr.shipping_address.country_code Must not be empty.
multipay.sr.invoice_address.country_code Must not be empty.
multipay.sr.invoice_address.firstname Must not be empty.
multipay.sr.invoice_address.lastname Must not be empty.
multipay.sr.invoice_address.street Must not be empty.
multipay.sr.invoice_address.zipcode Must not be empty.
multipay.sr.invoice_address.city Must not be empty.
multipay.sr.shipping_address.firstname Must not be empty.
multipay.sr.shipping_address.lastname Must not be empty.
multipay.sr.shipping_address.street Must not be empty.
multipay.sr.shipping_address.zipcode Must not be empty.
multipay.sr.shipping_address.city Must not be empty.
multipay.sr.logic_error Activate this product in your project settings.


Serverdialog
Anfrage:
<?xml version="1.0" encoding="UTF-8"?>
<multipay version="1.0">
<project_id>282034</project_id>
<su/>
<amount>20.95</amount>
<currency_code>EUR</currency_code>
<reasons>
<reason>beXXXXXX FeXXX XX riXXXXX</reason>
<reason/>
</reasons>
<user_variables>
<user_variable>XX</user_variable>
<user_variable>X</user_variable>
</user_variables>
<sr>
<order_id>41</order_id>
</sr>
<success_url>htXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</success_url>
<success_link_redirect>1</success_link_redirect>
<abort_url>htXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</abort_url>
<timeout_url>htXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</timeout_url>
<notification_urls>
<notification_url>htXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</notification_url>
</notification_urls>
</multipay>

Antwort

<?xml version="1.0" encoding="UTF-8"?>
<new_transaction>
<transaction>130298-282034-5728710B-D7DD</transaction>
<payment_url> www.sofort.com/payment/go/18dc2471d8d7b1...dbe4789b4b6529de8da7 </payment_url>
<sr>
<errors>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.country_code</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.country_code</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.firstname</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.lastname</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.street</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.zipcode</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>invoice_address.city</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.firstname</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.lastname</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.street</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.zipcode</field>
</error>
<error>
<code>8010</code>
<message>Must not be empty.</message>
<field>shipping_address.city</field>
</error>
<error>
<code>8057</code>
<message>Activate this product in your project settings.</message>
</error>
</errors>
</sr>
</new_transaction>

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

  • Posts: 81484
  • Thank you received: 13062
  • MODERATOR
7 years 11 months ago #239024

Hi,

I would recommend you to read and follow this thread:
www.hikashop.com/forum/checkout/881965-s...od.html?limitstart=0
It talks about that problem. We've done some fixes on that before, so first, make sure that you have the latest version of HikaShop.
We're also waiting for Sofort to answer us regarding that. So you can also ask their support so that we can move forward on the issue if the update doesn't help.

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

  • Posts: 11
  • Thank you received: 3
7 years 11 months ago #239101

Hello, thank you first. Update on Joomla 3.5.1 and HikaShop Essential: 2.6.3. So far no change.

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

  • Posts: 11
  • Thank you received: 3
7 years 11 months ago #239865

Hello,
the solution is found on:
www.hikashop.com/forum/checkout/881965-s...html?start=20#232773

In line 66 /plugins/hikashoppayment/ comment out this line:

$Sofort->setSofortrechnungOrderId($order->order_id);
to
/* $Sofort->setSofortrechnungOrderId($order->order_id);*/

I got the tip from "tgdkere2"
Thanks "tgdkere2"!
It works fine!

Last edit: 7 years 11 months ago by eurokompass.com.

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

  • Posts: 11
  • Thank you received: 3
7 years 11 months ago #239866

Sorry!
Here ist the right text:

In line 66 /plugins/hikashoppayment//sofort/sofort.php comment out this line:

$Sofort->setSofortrechnungOrderId($order->order_id);
to
/* $Sofort->setSofortrechnungOrderId($order->order_id);*/

Last edit: 7 years 11 months ago by eurokompass.com.
The following user(s) said Thank You: nicolas

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

Time to create page: 0.068 seconds
Powered by Kunena Forum