Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

USPS SHIPPING/PAYPAL PAYMENT MODULES


Recommended Posts

Posted

Hi there,

 

I have been trying relentlessly to EDIT USPS SHIPPING and PAYPAL PAYMENT MODULES. Every time I enter the info, I UPDATE it and nothing changes. For example, in the PAYPAL section of the module, it shows [email protected], I change it to my address, save it, and it does not change! The same goes for the USPS SHIPPING MODULE!!

 

PLEASE HELP!!!

 

Thanks,

Dina

  • 3 months later...
Posted

yes, it's a problem with your admin/modules.php file on like 46.

 

where it says

 

 

CODE

while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {

 

 

you should put

 

 

CODE

foreach($_POST['configuration'] as $key => $value) {

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