Guest Posted February 12, 2007 Share Posted February 12, 2007 Help! I'm installing Customer Discount v1.3 and this error is showing up in admin/customers: --- 1054 - Unknown column 'c.customer_discount' in 'field list' select c.customers_id, c.customers_lastname, c.customers_firstname, c.customer_discount, c.customers_email_address, a.entry_country_id from customers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by c.customers_lastname, c.customers_firstname limit 0, 12 [TEP STOP] --- I had my first 5-minute lesson on modifying a field in SQL and from that vast experience, I suspect the error is somewhere there. Could someone guide me from here? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.