Page 31 of 48 FirstFirst ... 21293031323341 ... LastLast
Results 301 to 310 of 475
  1. #301
    Join Date
    Apr 2008
    Location
    London
    Posts
    5
    Plugin Contributions
    0

    Default 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.

    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!

  2. #302
    Join Date
    Apr 2008
    Location
    London
    Posts
    5
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Ignore my last post...I have fixed the problem! Worldpay were extremely helpful.

  3. #303
    Join Date
    Jan 2008
    Posts
    26
    Plugin Contributions
    0

    Default 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

  4. #304
    Join Date
    Feb 2008
    Posts
    10
    Plugin Contributions
    0

    Default 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?

    Zen Cart 1.3.8
    Database Patch Level: 1.3.8
    v1.3.8 [2008-03-11 14:24:37] (Fresh Installation)

    Thanks!

    Rich.

  5. #305
    Join Date
    Apr 2008
    Posts
    1
    Plugin Contributions
    0

    Default 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.

  6. #306
    Join Date
    Jul 2007
    Posts
    27
    Plugin Contributions
    0

    Default 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);

  7. #307
    Join Date
    Jul 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Quote Originally Posted by apovey View Post
    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?

  8. #308
    Join Date
    Feb 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Quote Originally Posted by duncanad View Post
    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?

  9. #309
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    Quote Originally Posted by apovey View Post
    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.

  10. #310
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: WorldPay Module for ZenCartv1.3x

    I have the same problem as sharper, on final checkout page there is no "pay" button.

    Any pointers?

 

 
Page 31 of 48 FirstFirst ... 21293031323341 ... LastLast

Similar Threads

  1. v151 Worldpay module for 1.5.x is there one and where can I get it?
    By veronicathecow in forum Addon Payment Modules
    Replies: 26
    Last Post: 30 May 2015, 02:40 PM
  2. v153 WorldPay module for 1.5 ?
    By joecooper in forum Addon Payment Modules
    Replies: 2
    Last Post: 16 Mar 2015, 02:49 PM
  3. v150 WorldPay module
    By properjob in forum Addon Payment Modules
    Replies: 7
    Last Post: 16 Apr 2013, 11:55 AM
  4. Goldmine 8.5 and ZenCartv1.3.9d?
    By brackengirl in forum Managing Customers and Orders
    Replies: 0
    Last Post: 7 Jul 2010, 04:51 PM
  5. Worldpay Module
    By Steve B in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jul 2008, 02:12 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR