Everything works fine with the exception of after creating a product and making it a gift card (not sure that this has anything to do with it other than it is a product), I go into my options and set up the different levels of pricing for the cards.
When I went back into the admin session to edit the description I got the following MySQL Error and the entire product page DID NOT display.
MySQL Error Occured
1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND product_id = 3' at line 1
QUERY = SELECT * FROM CubeCart_adg_pricing_levels_idx_mod WHERE level_id = AND product_id = 3
I am not familiar enough with MySQL to attempt to fix this alone. Can someone please point me in the right direction?