Hello,
My name is Jason and I am new to Zen. I have got my site up and going www.sworkz-usa.com
I have a few test products up and have had no issues loading anything. But with my business I am a distributor and need to have wholesale priceing.
I have downloaded the Addon and read everything I can find. I understand the drag and drop to the same folder in you public site via FTB
But I am having an issue learning how to do the following.
ALTER TABLE `customers` ADD `customers_whole` VARCHAR( 4 ) DEFAULT '0' NOT NULL;
ALTER TABLE `products` ADD `products_price_w` DECIMAL( 15, 4 ) DEFAULT '0' AFTER `products_price`;
ALTER TABLE `products_attributes` ADD `options_values_price_w` DECIMAL( 15, 4 ) DEFAULT '0' AFTER `options_values_price`;
So if you could please point me in the right direction it would be awesome!


Reply With Quote
