Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi folks,

 

Hopefully someone can help me with this.

 

I've installed ePDQ & everything seems to be configured fine, but when going to checkout the ePDQ payment option is not showing.

 

It is in the admin & allows me to make changes to settings etc, but these changes are not saved in includes/modules/payment/ePDQ.php.

 

I've added the changes manually but still no show in the checkout_payment.php

 

Any ideas?

 

Thanks

 

Dean

Posted

Do you have it set for a specific zone? If so try removing this and see if it appears.

 

Tom

Posted
Do you have it set for a specific zone? If so try removing this and see if it appears.

 

Tom

 

Thanks Tom,

 

No, not set for specific zone.

 

Everything seems fine, just the epdq option is not displaying.

 

The system does not save changes to settings either - like the PayPal bug - but I've edited epdq.php to set the changes & still no show.

 

Any other ideas?

 

Thanks

 

Dean

  • 3 weeks later...
Posted

I am also having the same problem.

 

has anyone got it working on the new version on OSC...

 

I also cant get my orders to display in the new version...

 

 

Neil

 

Thanks Tom,

 

No, not set for specific zone.

 

Everything seems fine, just the epdq option is not displaying.

 

The system does not save changes to settings either - like the PayPal bug - but I've edited epdq.php to set the changes & still no show.

 

Any other ideas?

 

Thanks

 

Dean

  • 1 month later...
Posted

Any luck with this? I'm stuck on the INSTALL step - the modules are there - but on the Payment Modules page, the epdq won't install - just sits there!!

 

*fingers crossed*

 

 

 

MMG

  • 2 weeks later...
Posted

Fixed it! the module now appears in the page

 

change

 

 function selection() {
  return false;
}

 

To:

 

	function selection() {
  return array('id' => $this->code,
			   'module' => $this->title);
}

 

Sorted!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...