Thanks for this great addon, v.2.1 works great on my 1.5.1 catalog side but I'm having problems on admin side. I didn't found any answer for my problems as I read through this support forum.
a) I cannot add quantity discounts - when I click add 5 blank discounts, only one discount row is added. I can edit it partially, it shows correctly on catalog side. If I try to add another discount, I'll lost that first discount.
Errorlog is generated: PHP Fatal error: Call to undefined method currencies::display_price_w() in /home/.../admin/products_price_manager.php on line 984
Line 984:
<td class="main" align="right"><?php echo $currencies->display_price_w($discounted_price_w, '', 1) . ' ' . $currencies->display_price_w($discounted_price_w, zen_get_tax_rate(1), 1); ?></td>
b) Option values can't be created: I can create option name, but if I try add values I get "
WARNING: An Error occurred, please refresh the page and try again."
Errorlog is generated:
PHP Fatal error: 1062

uplicate entry '1-2' for key 1 :: insert into products_options_values
(products_options_values_id, language_id, products_options_values_name, products_options_values_sort_order)
values ('1',
'2',
'testi',
'2') in /home/.../includes/classes/db/mysql/query_factory.php on line 120
I would appreciate your help a lot :)
Bookmarks