Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,375
    Plugin Contributions
    94

    Default [DONE v1.6.0] Products Price Manager -- using store-side tax definition

    Within /admin/products_price_manager.php, lines 885-895 read:
    Code:
    <?php
      if (DISPLAY_PRICE_WITH_TAX_ADMIN == 'true') {
    ?>
                <td class="main" align="center"><?php echo TEXT_PRODUCTS_DISCOUNT_PRICE_EACH_TAX; ?></td>
                <td class="main" align="center"><?php echo TEXT_PRODUCTS_DISCOUNT_PRICE_EXTENDED_TAX; ?></td>
    <?php } else { ?>
                <td class="main" align="center"><?php echo TEXT_PRODUCTS_DISCOUNT_PRICE_EACH; ?></td>
                <td class="main" align="center"><?php echo TEXT_PRODUCTS_DISCOUNT_PRICE_EXTENDED; ?></td>
    <?php } ?>
              </tr>
    <?php
    but the lines 947-959 read:
    Code:
    <?php
      if (DISPLAY_PRICE_WITH_TAX == 'true') {
    ?>
                <td class="main" align="right"><?php echo $currencies->display_price($discounted_price, '', 1) . ' ' . $currencies->display_price($discounted_price, zen_get_tax_rate(1), 1); ?></td>
                <td class="main" align="right"><?php echo ' x ' . number_format($discount_name[$i]['discount_qty']) . ' = ' . $currencies->display_price($discounted_price, '', $discount_name[$i]['discount_qty']) . ' ' . $currencies->display_price($discounted_price, zen_get_tax_rate(1), $discount_name[$i]['discount_qty']); ?></td>
    <?php } else { ?>
                <td class="main" align="right"><?php echo $currencies->display_price($discounted_price, '', 1); ?></td>
                <td class="main" align="right"><?php echo ' x ' . number_format($discount_name[$i]['discount_qty']) . ' = ' . $currencies->display_price($discounted_price, '', $discount_name[$i]['discount_qty']); ?></td>
    <?php } ?>
              </tr>
    <?php
        }
    ?>
    Shouldn't line 948 be changed to:
    Code:
      if (DISPLAY_PRICE_WITH_TAX_ADMIN == 'true') {

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,301
    Plugin Contributions
    125

    Default Re: Products Price Manager -- using store-side tax definition

    This has been accepted as a bug by Ajeh, and PR'ed in 1.6.0.
    Source: https://github.com/zencart/zencart/issues/489
    Last edited by swguy; 27 Jul 2015 at 02:47 PM.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,301
    Plugin Contributions
    125

    Default Re: Products Price Manager -- using store-side tax definition

    This bug has been fixed in 1.6.0.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 3 Mar 2017, 03:07 AM
  2. v139h Bug: price manager adds Tax to the promotional price! Help needed...
    By ilmarchez in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 26
    Last Post: 7 Jul 2015, 01:35 PM
  3. v138a Using Products Price Manager & Discount Pricing Group Together
    By MeltDown in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 11
    Last Post: 5 Apr 2013, 02:05 PM
  4. Replies: 13
    Last Post: 12 Apr 2011, 11:11 PM
  5. Product Price Manager & Sales Tax
    By VGlide in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 9 Aug 2010, 09:51 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