Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

order editor


Kes

Recommended Posts

Please help.

Since updating shop I cannot edit more than 12 products.

 

Update with or without ajax works great for the first 12 products after that it isn't calculating or adding shipping.

 

I have update compadibility files with code below but that hasn't helped.

 

Any ideas please. The shop is a vege shop so most people order more than 12 products.

 

cheers

CODE

reset($ar);

 

 

It will end up looking like this:

 

CODE

function do_magic_quotes_gpc(&$ar) {

if (!is_array($ar)) return false;

while (list($key, $value) = each($ar)) {

if (is_array($ar[$key])) {

do_magic_quotes_gpc($ar[$key]);

} else {

$ar[$key] = addslashes($value);

}

}

reset($ar);

}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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