Could you please correct my script as it’s is giving me an error message.
Also, could you tell me what page to put it on, and in what part of the code? For example, should it be on the pp_checkout_success.php and in between the head or body tags.
<?php
while (!$eCart->EOF()) {
<($ProductStock = ($ProductStock - $DetailQuantity))>
$eCart->MoveNext();
}
$eCart->MoveFirst();
?>