New Zenner
- Join Date:
- May 2006
- Posts:
- 82
- Plugin Contributions:
- 0
Group Pricicing per Item Error -- Please help!
Hello,
I install the group pricing per item version 1.0 patch, but I am having an error.
I am currently running Zen Cart version 1.3.0.1
When I go and try to edit a product to set the Group A price, I get this error and the page does not display: :shocking:
1146 Table 'mxfimrk_testzen.group_pricing' doesn't exist
in:
[select group_name from group_pricing]
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.
after seeing this error, I decided to rename my table (using SQL) from testzen_group_pricing to group_pricing since this is what I thought was causing the error.
I got past this error, but when I tried to assign my customer to Group A, I got a error saying that it couldn't find table testzen_group_pricing which is the one that I just rename.
So obviously, is still needed.
So...:smartass: I decided that maybe I need to change the sql call. I look and found that the call is being called from this file:
MYZENSTORE/admin/includes/modules/product/collect_info.php
I tried editng the file to change:
$group_pricing = $db->Execute("select group_name from group_pricing");
to:
$group_pricing = $db->Execute("select group_name from testzen_group_pricing");
but it just doesn't let me...
any ideas, anybody? :shocking:
Thanks!