New Zenner
- Join Date:
- Nov 2008
- Location:
- Ohio
- Posts:
- 21
- Plugin Contributions:
- 0
SOS...Group Pricing + MAP= Broken Store - Please HELP!
I'm trying to get MAP pricing and Group Pricing (per item) working together. Now I'm getting the following message when I try to add a new customer, or when I click "add to cart" on an item with an existing customer.
1146 Table 'zc-1.zen_customers' doesn't exist
in:
select gp.group_name from zen_customers cu left join zen_group_pricing gp on cu.customers_group_pricing=gp.group_id where cu.customers_id = 3]
I'm a total Zen/PHP newbie, and I don't know if this is even a syntax/query problem or a data problem, or what file to look in that would be causing the problem. :frusty:
So far I've only broken my test site, but I'm desperate to get the group pricing mod working on my live site (it is critical to my niche market to have the pricing groups, and my advertising will hit the streets this week - I underestimated the difficulty in getting this added to my site.) and I already have MAP installed - and working except for the price display which truncates zero's after the decimal, ie. $5.70 shows as $5.7. (Easy work around would be to price at $5.75 then it displays fine, but I'd still like to get this fixed if possible.)
If someone can help me solve the problems I'll gladly share the modified files with the community - or if someone already has these working properly, could you share the appropriate files?