Wish Worldpay!!
Marc:
Hi there
I'm he putting on the wish list for a working payment mod for worldpay
as Virtuemart says its comes with a working worldpay module but has anyone tried to use it recently??
Im notting having a go im just frustrated after weeks of trying to get this to work, i've used several diffrent servers and configs with all the same results, Yes it will take payments..
BUT!! and its a biggie
There is no callback for starters a minor problem but the biggie is that is does not update the order status.. so i have to manualy check orders with payment recived to findout whats going on.
If you use the search in the forum you will see this is a common problem. infact from people ive spoken to the only way that have world pay working in virtumart is via ecom sollutions module.
Again sorry if this comes across as a moan or rant its not im just frustarated that all.
even tried the manual lol...
Quote
4.12.3.2. Worldpay
www.worldpay.com
Worldpay integration is made using a Webform that transfers the customer to the Worldpay site.
Allows automatic Order Status Updates. There's a file in /administrator/components/com_virtuemart/ which is called worldpay_notify.php. You will need to enter the appropriate URL (web address) for the script file in WorldPay’s control panel. When a customer finishes the Payment, Worldpay copnnects to this script on your server and when the transaction AND the payment have been successful, updates the order status.
Many Thanks
Marc
willowtree:
I have the worldpay module working, I've not made any changes to it that I recall, this is my payment extra info:
Code:
<form action="https://select.worldpay.com/wcc/purchase" method="post">
<input type=hidden name="testMode" value="0">
<input type="hidden" name="instId" value="<?php echo WORLDPAY_INST_ID ?>" />
<input type="hidden" name="cartId" value="<?php echo $db->f("order_id") ?>" />
<input type="hidden" name="amount" value="<?php echo $db->f("order_total") ?>" />
<input type="hidden" name="currency" value="<?php echo $_SESSION['vendor_currency'] ?>" />
<input type="hidden" name="desc" value="Willow Tree Crafts" />
<input type="hidden" name="email" value="<?php echo $user->email?>" />
<input type="hidden" name="address" value="<?php echo $user->address_1?>
<?php echo $user->address_2?>
<?php echo
$user->city?>
<?php echo $user->state?>" />
<input type="hidden" name="name" value="<?php echo $user->title?><?php echo $user->first_name?>. <?php echo $user->middle_name?><?php echo $user->last_name?>" />
<input type="hidden" name="country" value="<?php echo $user->country?>"/>
<input type="hidden" name="postcode" value="<?php echo $user->zip?>" />
<input type="hidden" name="tel" value="<?php echo $user->phone_1?>">
<input type="hidden" name="withDelivery" value="true">
<br />
<input type="submit" value ="PROCEED TO SECURE PAYMENT PAGE" />
</form>
I beleive the call back it set at the worldpay site not in VM,
hth
Marc:
Hi Thanks 4 the reply
I'v set the callback to point to worldpay_notify.php an nothing im guessingthis is where the problem lies as its not using the vm.notify to change thr order status. i know this may sound cheakey but would i be able to see your worldpay_notify.php just to check if its that at fault?
but as others on here i've called worlpay support on it and no succsess either. but your the first i've spoken to that says it works out of the box?
and again thanks 4 the reply, you have given me a glimmer of hope that my hair might have a chance if growing back lol lol
Marc
EDIT (sorry for the bad spelling i was feeding my daughter at the time lol)
Marc:
I COULD KISS YOU!!!!! :o :o :o :o :o :o :o
;D ;D ;D
your payment extra info: solved it....... im usnure why and whats diffrent from the origonal????
I changed 2 things
Quote
<input type=hidden name="testMode" value="100">
<input type="hidden" name="desc" value="our name" />
And it works.. but from default dident work it was your payment info that solved it :)
EDIT!!!
i've just pasted in the origonal in again from backup i had... and its stopped working???? i might see whats causing it later but tbh im soo happy its working now lol lol lol
Marc
XXXXXXXXXXXXXXXX
willowtree:
Glad it helped!
I've changed the icon to solved to help others looking for a solution, hope you don't mind,
Navigation
[0] Message Index
[#] Next page