Thread: DUAL Pricing v2

Page 19 of 151 FirstFirst ... 917181920212969119 ... LastLast
Results 181 to 190 of 1503
  1. #181
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Can someone lead me in the right direction or link that shows how I can have an area for each?
    The mod is located at
    http://www.zen-cart.com/index.php?ma...roducts_id=166

    Consult this forum for any snags in the install.

  2. #182
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    hello! need help!

    dual pricing mod works for me. i've edited customer set to level 2 and added 2 levels for wholesale pricing by attributes: 30,25

    the prices is correctly displayed in product info: 25 but it displays 30 in shopping cart. my /includes/classes/shopping_cart.php was already modified before dual pricing was installed.

    anyone can help me what are the specific files and/or lines edited just like how COWOA being installed. thankz a lot!

  3. #183
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by adoy View Post
    hello! need help!

    dual pricing mod works for me. i've edited customer set to level 2 and added 2 levels for wholesale pricing by attributes: 30,25

    the prices is correctly displayed in product info: 25 but it displays 30 in shopping cart. my /includes/classes/shopping_cart.php was already modified before dual pricing was installed.

    anyone can help me what are the specific files and/or lines edited just like how COWOA being installed. thankz a lot!
    i manage to merge dual pricing codes to my existing files using WinMerge... but it's still the same. the wholesale price doesn't show in shopping cart. but it properly working in product info.

    pls help

  4. #184
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by adoy View Post
    hello! need help!

    dual pricing mod works for me. i've edited customer set to level 2 and added 2 levels for wholesale pricing by attributes: 30,25

    the prices is correctly displayed in product info: 25 but it displays 30 in shopping cart. my /includes/classes/shopping_cart.php was already modified before dual pricing was installed.

    anyone can help me what are the specific files and/or lines edited just like how COWOA being installed. thankz a lot!
    I believe, with the newest version of this mod, you have to have your wholesale prices set up like this: 1.00-2.00-3.00-4.00 instead of 1.00,2.00,3.00,4.00. I remember when I updated to the new version, I had to change all of my products to the style with the dashes and then it worked. Hopefully it works for you because I have no other solutions!!

  5. #185
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by craftzombie View Post
    I believe, with the newest version of this mod, you have to have your wholesale prices set up like this: 1.00-2.00-3.00-4.00 instead of 1.00,2.00,3.00,4.00. I remember when I updated to the new version, I had to change all of my products to the style with the dashes and then it worked. Hopefully it works for you because I have no other solutions!!
    Im using the latest mod version ( http://www.zen-cart.com/index.php?ma...roducts_id=166 )

    using 1.00-2.00-3.00-4.00 in the attribute won't display the price

    my setup is like this:

    Wholesale pricing level: 2
    Product is priced by attributes
    Retail/Wholesale: 0.0000 / 0.00-0.00-0.00-0.00
    Attribute 1: Prefix Price: 395.00
    Prefix Wholesale: 0.00,296.25,0.00,0.00
    The attribute price is added to the base price (0.00)


    On the product info page, Wholesale price (296.25) of the attribute is correctly displayed. But when added to cart, it displays the prefix price (395.00)...

    Please help. thankz!

    Note: The wholesale pricing is properly working when the product is NOT priced by attributes.

  6. #186
    Join Date
    Mar 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I just installed this mod today (love it, thank you!) but I have run accross something. I have the Rewards Points Module installed as well (found here: http://www.zen-cart.com/index.php?ma...roducts_id=911) and it seems that a customer who is logged in as a wholesale customer will be getting points based on the retail price of the product, rather than the discounted wholesale price.

    So this is resulting in an overpayment of rewards points to my wholesale customers. I do want them to be able to earn the points, but I need those points based on the wholesale price.

    I do not know coding. Is there an easy fix for this that anyone can think of? Or am I just going to have to decide between the two mods? I am charging my wholesale customers a monthly fee to have access to wholesale pricing, so I guess as a last resort I can up that fee a little to cover the extra points they will be earning.. but I'd hate to do that!

    Any ideas would be greatly appreciated. Thank you!!!

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

    Default Re: DUAL Pricing version 2

    @ Adoy :
    I have a copy of this running on my test cart and the problem you are describing is not happening for me. What version of Zen cart are you using? As you said it might be the previously modified shopping cart page. Did you use WinMerge to merge them? if you could post a copy of your old shopping cart page that might be helpful.
    @ lilshopofsecrets :
    There will be some code that needs to be modified within the pages of your RP module. Basically it will check to see if a customer is WS and produce the right price for that customer based on the WS price. If you can wait a couple days I can look into this for you but right now I can't provide anymore help since I haven't worked with that module before. But you shouldn't have to worry as it should be possible.

  8. #188
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    I was wondering if theres a sql query or something that can be run to change one of the wholesale pricing levels

    I wish to charge 5% less on one of my wholesale levels.

    Is this possible or am i gonna have to edit all my producst one by one

  9. #189
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by CnTGifts View Post
    I was wondering if theres a sql query or something that can be run to change one of the wholesale pricing levels

    I wish to charge 5% less on one of my wholesale levels.

    Is this possible or am i gonna have to edit all my producst one by one
    I had to change 2000 products once. I used the Quick Updates mod. It took longer than a sql trick (which I didn't and still don't know how to do) and was faster than doing it one at a time.

  10. #190
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    is there a way to get that to display the wholesale level pricing too?

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR