Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    72
    Plugin Contributions
    0

    Default Help. installed Dual Pricing - Wholesale Pricing

    I installed Dual Pricing - Wholesale Pricing. I followed the directions and I can't get it to work.

    this is what I did.

    I copied

    ALTER TABLE `customers` ADD `customers_whole` VARCHAR( 4 ) DEFAULT '0' NOT NULL;
    ALTER TABLE `products` ADD `products_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `products_price`;
    ALTER TABLE `products_attributes` ADD `options_values_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `options_values_price`;

    this into my "Install SQL Patches" in the admin section like it told me to and copied the supplied files for admin and includes.

    Told me to go to a customer go to edit and i should see a new text box under the email address box.

    There's nothing there.

    Any advice

    thanks

  2. #2
    Join Date
    Nov 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: Help. installed Dual Pricing - Wholesale Pricing

    Bump - same problem. First the install.sql does not work, (some problem with altering a column that does not exist in the database).

    Someone reported an edit to get round that problem, so tried that and now it says column aready exists instead. Anyway it simply fails to function. PM'd alias 'Dr Byte' who appears is on the documentation. It's a week now and no response. Oh Well never mind, can't complain if free software fails to provide value for money or customer service guarantees, or even in fact if it wastes endless amounts of one's precious time like a sick joke.

    Anyway, Dr Byte now you lookin a little shady don't you, like gimme my money back dude, like all of it. Now.
    What you got to say? nothin' ain't it?

  3. #3
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Help. installed Dual Pricing - Wholesale Pricing

    Ha! Just because I touched a file at one time doesn't mean I know the thing inside and out.

    I will tell you that many people have mixed experiences with that addon. I can't vouch for its suitability for any purpose. It's an ugly hack to all kinds of core components. Definitely a use-at-your-own risk sort of thing.

    As for the PM, I don't see it. It must have been lost in the mass of messages I get every day. If you were asking for consultation or paid assistance, please post in the Commercial Help Wanted section to have someone respond with a quote for the work you wish done.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Dec 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Help. installed Dual Pricing - Wholesale Pricing

    Here is the correct mysql coding to use...I figured it out by carefully going through it.

    I'm posting the fix with and without the zen_ prefix (my database has the zen prefix and this one is tricky with the prefix)

    Hope this helps! =0)

    ********************REGULAR

    ALTER TABLE `customers` ADD `customers_whole` VARCHAR( 4 ) DEFAULT '0' NOT NULL;
    ALTER TABLE `products` ADD `products_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `products_price`;
    ALTER TABLE `products_attributes` ADD `options_values_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `options_values_price`;
    ALTER TABLE `products_discount_quantity` ADD `discount_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `discount_price`;
    ALTER TABLE `customers` ADD `customers_wholesale` VARCHAR( 4 ) DEFAULT '0' NOT NULL AFTER `customers_whole`;


    *********************WITH THE ZEN_ PREFIX

    ALTER TABLE `zen_customers` ADD `customers_whole` VARCHAR( 4 ) DEFAULT '0' NOT NULL;
    ALTER TABLE `zen_products` ADD `products_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `products_price`;
    ALTER TABLE `zen_products_attributes` ADD `options_values_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `options_values_price`;
    ALTER TABLE `zen_products_discount_quantity` ADD `discount_price_w` VARCHAR( 150 ) DEFAULT '0' AFTER `discount_price`;
    ALTER TABLE `zen_customers` ADD `customers_wholesale` VARCHAR( 4 ) DEFAULT '0' NOT NULL AFTER `customers_whole`;

 

 

Similar Threads

  1. How remove Dual Pricing - Wholesale Pricing ?
    By dmagic in forum General Questions
    Replies: 5
    Last Post: 20 Nov 2013, 08:20 AM
  2. Dual Pricing - Wholesale Pricing - Some issues I was able to fix
    By hollettster in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 17 Dec 2010, 12:00 AM
  3. Group Pricing or Dual Pricing-Wholesale???
    By RFree190 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 15 Aug 2010, 10:27 AM
  4. Dual Pricing - Wholesale Pricing for Zen 1.3.7 works with Easypopulate
    By micheloo in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 20 Jan 2010, 06:01 PM
  5. Quantity Discounts and Dual Pricing - Wholesale Pricing
    By snarkys in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 2 Jul 2007, 06:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg