Was hoping someone could help me. I would like to "unpatch" my database or undo the changes from this mod. I was unable to really make it work do to sdales being taken off pricing. When I bumped up to 1.3.8 I did not reinstall this mod as I did not plan to use it but now I am having probs with my attributes and creating new ones I get this
1136 Column count doesn't match value count at row 1
in:
[insert into products_attributes values (0, '607', '20', '145', '0', '+', '0', '1', '0', '+', '0', '0', '1', '', '1', '0', '0', '0', '0', '0', '', '', '0', '0', '0', '0', '0')]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
From a little reading I found that this is likely caused by his mod or the remanents of it so to speak. I tried editing the general.php adding the -
'" . $products_copy_from->fields['options_values_price_w'] . "',
options_values_price_w='" . $products_copy_from->fields['options_values_price_w'] . "',
thinking it might be a work around but no go. I also tried uploading all the files from the Dual Pricing from 1.3.8 and the error only got "worse".
Am hoping if I undo what was done to the DB it would be wiped?
thanks for any help!!!