Re: WorldPay Module for ZenCartv1.3x
I too am having a callback problem. Have entered all the right settings into Worldpay but after payment details are entered I just get directed to the WorldPay thank you page and not back to my site. Any help gratefully appreciated.:smile:
Could it be anything to do with the Payment response Password field needing something in it on the worldpay admin???? I am stabbing in the dark!
Re: WorldPay Module for ZenCartv1.3x
Ignore my last post...I have fixed the problem! Worldpay were extremely helpful.
Re: WorldPay Module for ZenCartv1.3x
Hi,
Is it possible to use the same worldpay account on 2 different websites, how would worldpay know which site to callback to ? Would it be different if one of the sites was not zen cart? I am setting up a new zen cart store but already use worldpay on a different type of site, at the moment in worldpay there is no call back url entered but the shopping site works fine. If i was to add a callback in there fr the new zen cart site would it mess the other site up ?
Thanks
Re: WorldPay Module for ZenCartv1.3x
Hello all again
I have a problem with Worldpay merchant id's and im a little unsure what's going on
we have two shops one for retail one for trade customers
I recently updated the trade shop to Zen Cart from our own design by copying the entire database from the retail store to a new install of Zen Cart and installing a few mods and changing a few settings, this is working great.
We also have two Worldpay merchant accounts one for retail and one for trade.
Since moving to Zen Cart all orders have been going to the wrong merchant id.
I re-installed the Worldpay module and set up the Worldpay Installation ID but payments are still going to the wrong merchant id
can anyone help? :frusty:
Zen Cart 1.3.8
Database Patch Level: 1.3.8
v1.3.8 [2008-03-11 14:24:37] (Fresh Installation)
Thanks!
Rich.
Re: WorldPay Module for ZenCartv1.3x
I am having a problem with world pay on the checkout confirmation page, when worldpay is chosen as a payment method, the finalize button does not show up on the checkout confirmation page. It will show everything uptill the finalize button - so basically you can't checkout with world pay.
Also the right side bar and footer doesn't load, its basically the page stops loading at this point :
Code:
<form name="checkout_confirmation" action="https://select.worldpay.com/wcc/purchase" method="post" id="checkout_confirmation" onsubmit="submitonce();">
Anyone know why this happens, checkout with PayPal is fine. This problem happened after i moved servers and upgraded to 1.3.8 from 1.3.7.
Re: WorldPay Module for ZenCartv1.3x
We are currently using WorldPay as out payment gateway on our Zen Cart and all has been going well until now.
Yesterday someone purchased an order on our website and we received the email email back from WorldPay saying how much the order was for etc, but we never received an email from Zen Cart (as we normally do) detailing exactly what the order was.
Can anyone please help?
This is what error message we get when people use WorldPay.
Home :: WorldPay
Warning: Cannot modify header information - headers already sent by (output started at /home/london/public_html/shop/includes/templates/template_default/common/html_header.php:22) in /home/london/public_html/shop/includes/functions/functions_general.php on line 44
Here is the offending line 44 in functions_general.php
header('Location: ' . $url);
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
apovey
We are currently using WorldPay as out payment gateway on our Zen Cart and all has been going well until now.
Yesterday someone purchased an order on our website and we received the email email back from WorldPay saying how much the order was for etc, but we never received an email from Zen Cart (as we normally do) detailing exactly what the order was.
Can anyone please help?
This is what error message we get when people use WorldPay.
Home :: WorldPay
Warning: Cannot modify header information - headers already sent by (output started at /home/london/public_html/shop/includes/templates/template_default/common/html_header.php:22) in /home/london/public_html/shop/includes/functions/functions_general.php on line 44
Here is the offending line 44 in functions_general.php
header('Location: ' . $url);
Can anyone possibly help me with this?
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
duncanad
Sarah,
Relatively simple solution - just one line of code.
In includes/modules/payment/worldpay.php at around line 123 find this section of code:
Code:
$process_button_string =
zen_draw_hidden_field('instId', MODULE_PAYMENT_WORLDPAY_ID) .
Add a new line immediately below this as follows:
Code:
zen_draw_hidden_field('accId1', 'x') .
Replace the 'x' with the appropriate account number.
That's it!
I haven't tested this so test it out first yourself before using live. Please report back here whether it works or not.
Regards,
Alan
Hello, i have this problem and this did not solve it, do you have another suggestion?
Re: WorldPay Module for ZenCartv1.3x
Quote:
Originally Posted by
apovey
Can anyone possibly help me with this?
Normally 'headers already sent' means there is an extra line in the file.
Open the mentioned files, scroll to the bottom of them and see if there is an exra return after the final ?>.
Delete the extra spaces.
Re: WorldPay Module for ZenCartv1.3x
I have the same problem as sharper, on final checkout page there is no "pay" button.
Any pointers?