Jump to content



Latest News: (loading..)

burt

Member Since 09 Sep 2002
Online Last Active Today, 08:29 AM
*****

Issues I've Posted

    Tax Calculation in Admin

    Posted 28 Sep 2012

    If we have taxes set up, then the tax amount is SUMmed up by the

      function tep_get_tax_rate_value($class_id) {
    	$tax_query = tep_db_query("select SUM(tax_rate) as tax_rate from " . TABLE_TAX_RATES . " where tax_class_id = '" . (int)$class_id . "' group by tax_priority");
    

    What this does is make the net/gross feature in admin unusable.

    Thoughts?

    This really only comes into play when the taxes are set up a little out of the ordinary, eg the attached image.

    Redundant CC code

    Posted 12 Sep 2012

    https://github.com/gburton/oscommerce2/commit/9d8172101df66f1ad2a3c010903b7457fb7dae79
    and (d'oh)
    https://github.com/gburton/oscommerce2/commit/96769486bac5c58c52990a509fef7485c9973fcc
    should do it.

    Missing button in shopping_cart

    Posted 7 Sep 2012

    Missing Feature:
    Missing "continue shopping" button in 2.3.x


    Added:
    https://github.com/gburton/oscommerce2/commit/f589275245ff1cbeb7a0e72e01904de76487ef2b

    Missing redirect for products_url in product_info.php

    Posted 6 Sep 2012

    Bug:

    http://forums.oscommerce.com/topic/387631-forum-support-for-products/

    Fix:

    https://github.com/gburton/oscommerce2/commit/09aabd033c4d1751fb470fa66dd6392d0b0ae499

    Canonical Header Tags missing

    Posted 14 Aug 2012

    Missing "manufacturers_id" in FILENAME_DEFAULT in new canonical header tags;

    Fix:
    https://github.com/gburton/oscommerce2/commit/cfa53fae1a757b9e14d3e79c0c68a2469d97a29c