Thread: DUAL Pricing v2

Page 94 of 149 FirstFirst ... 44849293949596104144 ... LastLast
Results 931 to 940 of 1488
  1. #931
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by roekoe View Post
    EDIT: First of all many thanks for your help, i really appreciate it.

    I think i managed it, althoug there's an error with the TAX calculation. I've made a testorder with customer whole sale customer.

    1. Login as a whole sale customer
    2. Prices still shown including taxes
    3. Added 10 products of $2.98 = $29.80
    4. Added 10 products of $3.57 = $35.70
    5. Shopping card displays amount of $65.45. This is wrong should be $65.50
    6. Go to checkout (Step 1)in store, shipping cost are added
    6. Continue checkout; Sub-total is displayed (Step 2): $ 65.50 which is correct
    7. Shopping card sidebox still displays wrong amount
    8. Last step, the amount is still correct
    9. Order confirmed

    So, I think there is an error with TAX calculation. Although this line shoud be ok: $tax_add = ($products_tax/100) * $shown_price;

    EDIT 2: Logging in as a "normal" customer the prices are displayed are correctly
    since there should not be any tax to wholesale why not just set it to zero
    and
    I guess it begs the question - was there a sales tax error calculation problem before you modified any of the code. perhaps the differences in a few pennies could be some sort of rounding error that you discovered in 1.50?
    Last edited by jjj0923; 26 Feb 2012 at 08:07 PM.

  2. #932
    Join Date
    Feb 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by jjj0923 View Post
    I guess it begs the question - was there a sales tax error calculation problem before you modified any of the code. perhaps the differences in a few pennies could be some sort of rounding error that you discovered in 1.50?
    There is actually. I've restored the default order.php and the calculation is wrong again. I'm sorry my bad, i'll try to fix this rounding error. Let you now asap.

    Thanks again for your help
    Last edited by roekoe; 26 Feb 2012 at 08:15 PM.

  3. #933
    Join Date
    Jun 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: DUAL Pricing Special Problem

    Quote Originally Posted by divagal View Post
    I made the changes to my functions_prices.php as per edingtoncollection post. However, the wholesale account holder is still seeing the specials price and not the wholesale price.

    This is such a great mod, I can't believe someone doesn't have a solution to this.

    Anyone?
    I was wondering if you ever figured this out. I'm having the same problem, I also changed the code in functions_prices.php, but it didn't seem to fix anything. Specials override the wholesale price, and salemaker adds a discount to the wholesale price.

    If not, does anyone know what I should be doing?

    BTW i'm using 1.3.9f and 1.8 of this mod.

    Thank You!

  4. #934
    Join Date
    Jun 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: DUAL Pricing Special Problem

    Quote Originally Posted by amirshawn80 View Post
    I was wondering if you ever figured this out. I'm having the same problem, I also changed the code in functions_prices.php, but it didn't seem to fix anything. Specials override the wholesale price, and salemaker adds a discount to the wholesale price.

    If not, does anyone know what I should be doing?

    BTW i'm using 1.3.9f and 1.8 of this mod.

    Thank You!
    I just figured it out, just a mistake on my end, but an easy one to make. I was editing the functions_prices.php file in the /admin/ section, when I should have been editing it in the /catalog/ section. I actually edited both files, I'm not sure if that was the right thing to do, but it seems to be working.

    I think it would be very helpful for newcomers if when posting a fix to a problem and you tell people to edit a file name, it would be great to include the path to the file. This could save people a lot of hassle.

    Either way I am very thankful you guys came up with a solution, You guys & gals are all AWESOME!!

  5. #935
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: DUAL Pricing Special Problem

    Quote Originally Posted by amirshawn80 View Post
    I was wondering if you ever figured this out. I'm having the same problem, I also changed the code in functions_prices.php, but it didn't seem to fix anything. Specials override the wholesale price, and salemaker adds a discount to the wholesale price.

    If not, does anyone know what I should be doing?

    BTW i'm using 1.3.9f and 1.8 of this mod.

    Thank You!
    I figured it out and fixed it in 1.39h

  6. #936
    Join Date
    Feb 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Hi anyone, i hava a problem with this add-on,
    in to the shopping cart not displaying the correct pricing if the User is a WHOLESALE

    Discount Value - This value is used in Shopping Cart instead of TEXT_PRODUCTS_DISCOUNT_PRICE_W.

    Thanks.

  7. #937
    Join Date
    Nov 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by mr.steu View Post
    Hi anyone, i hava a problem with this add-on,
    in to the shopping cart not displaying the correct pricing if the User is a WHOLESALE

    Discount Value - This value is used in Shopping Cart instead of TEXT_PRODUCTS_DISCOUNT_PRICE_W.

    Thanks.
    what version of zencart are you using?

  8. #938
    Join Date
    Feb 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by roekoe View Post
    There is actually. I've restored the default order.php and the calculation is wrong again. I'm sorry my bad, i'll try to fix this rounding error. Let you now asap.

    Thanks again for your help
    Back again. I tested with version 1.3.9h and the same calculating "error" occurs. I've read that this is a known issue with ZC and rounding up of prices.

    Price EX VAT: $3.7815 displayed as: $3.78 in store
    buy 10 products, price displayed as: $37.82 in store

    It seems that version 1.5 does is calculating on a different matter, but i'm not convinced of it.

  9. #939
    Join Date
    Feb 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by roekoe View Post
    Back again. I tested with version 1.3.9h and the same calculating "error" occurs. I've read that this is a known issue with ZC and rounding up of prices.

    Price EX VAT: $3.7815 displayed as: $3.78 in store
    buy 10 products, price displayed as: $37.82 in store

    It seems that version 1.5 does is calculating on a different matter, but i'm not convinced of it.
    I can confirm that with ZC 1.5 the calculating is done is a better proper way:

    Price EX VAT: $3.7815 displayed as: $3.78 in store
    buy 10 products, price displayed as: $37.80 in store

  10. #940
    Join Date
    Feb 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Hello,

    Just as an add on for this module to show prices without VAT / TAX. If you want you can install the module "Include and Exclude Tax in Prices (Nett/Gross)" from the free add ons section. It adds an sidebox where inc. or exc. VAT prices display can be selected.

    The shoppingcard can be edited to show all prices with or without VAT, it's explained in the readme.txt file.
    For me it didn't work for version 1.5, version 1.3.9h works just fine.


    gr.

 

 

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