Thread: DUAL Pricing v2

Page 1 of 2 12 LastLast
Results 1 to 10 of 1503

Hybrid View

  1. #1
    Join Date
    May 2007
    Posts
    61
    Plugin Contributions
    0

    help question Re: DUAL Pricing version 2

    Hi there

    I installed the latest version of Dual Pricing on zencart 1.38 and it works great besides one thing:
    I can't make the attributes work!

    I'm not using "Pricing By Attributes" (that means that the product's price doesn't matter - all the prices come from the attributes). Instead I do have a main price for the product and when the product has attributes the price is being adjusted to the right price (like +1.50$ or something like that).

    I couldn't figure out how to make it work. Where and how do I put the wholesale price for attributes? at the attributes controller? I tried using commas(,) and dashes (-) but nothing works, it doesn't even save more than one price....

    Did somebody got it work good with the attributes?

    Thanks for this great module and i'll appreciate any help I can get.

    Thanks

  2. #2
    Join Date
    Sep 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I have the Dual Pricing addon working fine, except I was wondering how to get rid of the "Starting at:" After the Retail Price: and Wholesale Price:? My Product Info page looks like this.

    Retail Price: Starting at: $299.99
    Wholesale Price: Starting at: $299.99

    I went in and blanked out the Starting at: in the english.php file

    define('TEXT_BASE_PRICE','Starting at: ');

    So it does show up correctly, but was wondering how to fix the tpl_product_info_display.php file to get rid of the 'TEXT_BASE_PRICE' in the pricing. Please let me know. Thanks

  3. #3

    Default Easy populate

    So if I am going to use Easy Populate to upload all my wholesale prices, what variable do I use in the header row? Ie, v_xxxx_xxxx

    Thanks!

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    What I like to do is create one product manually -- in this case, do the manual setup of the two prices -- then I download the data using EP and see what I got. This makes it foolproof (except that fools are getting better) to add your data into the right column.

    Rob

  5. #5
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by eist1 View Post
    So it does show up correctly, but was wondering how to fix the tpl_product_info_display.php file to get rid of the 'TEXT_BASE_PRICE' in the pricing. Please let me know. Thanks

    You don't need to modify any files. Go to Admin > Catalog > Product Types, The layout you probably want to change is "Product - General" go to edit layout and change "Show Starting At text on Price" to "0". That will remove it.

  6. #6
    Join Date
    Jan 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I love this mod! I have a question though. I'm using some quantity discounts set up in the admin section but I don't want it to apply to my wholesale customers. How do I do that? I only want the quantity discounts to apply to full retail customers. Can anyone help me here?

  7. #7
    Join Date
    Jan 2009
    Posts
    44
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by rleepac View Post
    I love this mod! I have a question though. I'm using some quantity discounts set up in the admin section but I don't want it to apply to my wholesale customers. How do I do that? I only want the quantity discounts to apply to full retail customers. Can anyone help me here?
    I figured it out. I don't know if it's the right way, but I added an attribute for the qty like "case of 12" and then in the trade box I put the wholesale prices. Retail customers would pay 15.00 and in the trade box for my 2 levels of wholesale customers I put 10.92,12.67 and that did the trick.

  8. #8
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by YairOz View Post
    I installed the latest version of Dual Pricing on zencart 1.38 and it works great besides one thing:
    I can't make the attributes work!

    YairOz, sorry but I can't really help. I just rolled all the Attribute functions over, I really don't like this aspect of ZC and do everything I can to avoid it. So I'm not to familiar with what's going on there.

    The one thing I've noticed supporting this though is that 95% of functionality problems is do to FTP transfers not working properly. Double and triple check all your files.

  9. #9
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,741
    Plugin Contributions
    22

    Default Re: DUAL Pricing v2

    hy everyone!

    i can't seem to find the answer in previous posts so...

    how do i set up my site so that all customers after registration automatically get Wholesale pricing level 1?

    BTW, great mod, saved me... BIG thanx to the author!

  10. #10
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by balihr View Post
    how do i set up my site so that all customers after registration automatically get Wholesale pricing level 1?
    The easiest way I can think to set that up would be to change the default entry in the MySQL data base, that way a customer will receive Pricing level 1 automatically.

    *** Backup your database!!!! ***

    Use this line to delete the current SQL formatting:

    ALTER TABLE `customers` DROP `customers_whole` ;

    Use this to re-insert the column with the new setting:

    ALTER TABLE `products` ADD `products_price_w` VARCHAR( 150 ) DEFAULT '1' AFTER `products_price`;

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 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
  2. 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
  3. No Attributes after installing Dual Pricing - Wholsale Pricing
    By drybsmt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Sep 2009, 11:09 AM
  4. 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
  5. Dual Pricing Module & Dual Tax Classes
    By WILL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 25 May 2007, 10:44 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