Zen Cart Logo
Forums / Addon Payment Modules / Credit Card - Offline Processing conflict with worldpay

Credit Card - Offline Processing conflict with worldpay

Locked

Views: 3,553

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
8 May 2009, 12:23 PM
#1
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Credit Card - Offline Processing conflict with worldpay

Afternoon all,

I'd like to report what I think is a bug in the above.

I turned CC - Offline Processing in Admin > Payments but if another payment method is enabled the drop down box for the above appears.

I tried with cash on collection only enabled and the WorldPay module only enabled and for both I get the Offline Proc dropdown.

Any ways of fixing this?

Cheers

le_gber

8 May 2009, 12:29 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

If you don't want the C-Card module, click the REMOVE button in its admin console. This will stop it from appearing. To just click "false" sometimes does not fully disable a module.

8 May 2009, 12:34 PM
#3
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

Hi schoolboy, I do have it as 'removed' :)

I even logged in with FTP and deleted the Includes > Payments > cc.php file and it disappeared from the list in Admin but not from the confirmation page.

8 May 2009, 12:39 PM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

What, if any, modifications have been made to your core files? This is unusual behaviour. In a standard install of ZC, once you remove a module in the admin panel, it ceases to function.

What additional modules do you have installed, and did any of these require a SQL patch?

8 May 2009, 12:48 PM
#5
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

The only module I am 100% certain to have is the WorldPay one. Somebody else in the team my have played around with the purchase order module though (which requires sql patch I think).

8 May 2009, 1:49 PM
#6
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,599
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

What is your URL?

8 May 2009, 2:15 PM
#7
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

www1.red-bhw.com

13 May 2009, 10:35 AM
#8
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

ok I deleted all the modules from /includes/modules/payment/ - after having uninstalled all of them - apart from cash on delivery but the box still appears!

in the code I have

<!-- BOF Draw CC dropdown box -->
<select name="paymentType">
  <option value="VISA">Visa</option>
  <option value="MSCD">MasterCard</option>
</select>
<!-- EOF Draw CC dropdown box -->

which I can't locate anywhere ... anybody has an idea. I checked and the purchase order doesn't seem to be installed (files have been FTP'ed but table 'orders' doesn't seem to have been modified by the sql query).

13 May 2009, 11:37 AM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Credit Card - Offline Processing conflict with worldpay

That dropdown menu is definitely an addon, and not part of the core Zen Cart code.

Have you tried using the Developers Toolkit and searching ALL Files for "Draw CC dropdown box" ?

13 May 2009, 11:41 AM
#10
le_gber avatar

le_gber

New Zenner

Join Date:
Mar 2009
Posts:
15
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

ok strangest thing just happened. I re-uploaded
/includes/templates/my_template/template/tpl_checkout_payment_default.php and it fixed the problem. :blink:

Sorry about this, somebody must have been playing with the file.

Have you tried using the Developers Toolkit and searching ALL Files for "Draw CC dropdown box" ?
Yes I had ... or rather I used the DW search function on offline files

5 Jun 2009, 8:31 PM
#11
micromouse avatar

micromouse

New Zenner

Join Date:
Apr 2007
Location:
UK
Posts:
22
Plugin Contributions:
0

Re: Credit Card - Offline Processing conflict with worldpay

I had similar problems, with a brand new install and the solution seems to be to overwrite the file as noted. The worldpay module (2.08) overwrites the tpl_checkout_payment_default.php file

Wayne