HI Has anyone fully uninstalled this contrib ?
ive reverted the files to original and removed the uploaded files but it remains in the admin pannel
any pointers gratefully recieved
Cris
UPDATE FIXED for OSC 2.3.2
here is the fix put "<body onload="goonload();">" just after the </head> as below . it seems to work ok for me without error
<!-- AJAX Attribute Manager -->
<?php require_once( 'attributeManager/includes/attributeManagerHeader.inc.php' )?>
<!-- AJAX Attribute Manager end -->
</head>
<body onload="goonload();">
<?php
// Discount Code 3.1.1 - start
if (basename($PHP_SELF) == FILENAME_DISCOUNT_CODES && isset($action) && $action == 'new') {
echo '<body onload="onload();">';
} else {
echo '<body>';
}
// Discount Code 3.1.1 - end
Qtpro 4.6.1 and OSC 2.3.3
Has any one tried this combination successfully ?
If so any pointers to gotchas would be appreciated
im looking at upgrading from OSC2.3.2
many thx in advance
HI im a osc newbie,
I have installed V2.2.2 and osc 2.3.1 . in my checkout i get 3kgs added to the product ( eg a 20grms item is calculated at 3.20kg ) how can i stop this and only have the correct weight calculated
thx in advance