Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Bug #0001133: One-step Checkout

1. set order BillingEmail field to current/just logged-in user's email (+compatibility with "advanced" theme)

2. ord_PrintShippings tag now displays header/footer again (was removed a few commits ago by mistake)

MINC-81

    • -14
    • +39
    ./orders/orders_event_handler.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. added virtual ShippingTypeId field for orders

2. code formatting in shipping_tag_processor.php

INP-224

    • -52
    • +59
    ./shipping/shipping_tag_processor.php

Bug #0001133: One-step Checkout

1. credit card type made not required

2. detect credit card type by it's number

3. credit card owner name made not required

4. detect credit card owner from billing name

5. payment type-specific custom fields are now marked with a specific CSS selector

6. new ord_AddressesTheSame tag for detecting that shipping address matches billing address

MINC-81

Fixes #0001166: Don't send ORDER.DENY E-mail for Incomplete Orders

MINC-88

    • -15
    • +21
    ./orders/orders_event_handler.php

Bug #0001133: One-step Checkout

1. order billing e-mail made required

2. order shipping phone made not required

3. password required when associated checkbox is checked

MINC-81

    • -12
    • +32
    ./orders/orders_event_handler.php

Fixes #0001174: Order shipping e-mail validation not working

MINC-90

Bug #0001139: Ajax-based shopping cart

TMST-2

Bug #0000268: Code Cleanup in 5.2.x branch

1. new "ord:ContinueShoppingLink" tag

2. fixed typo error in OrderCalculator class

INP-224

Fixes #0001168: Affiliate user gets paid for non-affiliate orders from same payout period

MINC-89

    • -1
    • +1
    ./affiliates/affiliates_event_handler.php

Bug #0001138: General Template Work

1. integrating currency selectors (in modern-store theme)

TMST-1

    • -14
    • +53
    ./currencies/currencies_event_handler.php
    • -2
    • +20
    ./currencies/currencies_tag_processor.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. adding missing license/FULL_PATH constant checks (against direct PHP file opening from web-browser)

INP-224

Fixes #0001144: Checking Affiliate during installation cause sql error

Commit on behalf of Erik

MINC-86

Bug #0001107: Logical changes on user registration/my profile forms

INP-906

    • -2
    • +2
    ./affiliate_payments/affiliate_payments_config.php
    • -17
    • +30
    ./orders/orders_tag_processor.php

Bug #0000077: Remove "grid_float_range_filter" block

Commit on behalf of Erik

INP-65

    • -32
    • +32
    ./reports/reports_event_handler.php
    • -2
    • +2
    ./affiliate_payments/affiliate_payments_config.php
    • -2
    • +2
    ./shipping_quote_engines/shipping_quote_engines_config.php
    • -4
    • +4
    ./product_option_combinations/product_option_combinations_config.php
    • -2
    • +2
    ./gift_certificates/gift_certificates_config.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. making all rewrite and non-rewrite methods located into separate classes with shared interface

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed some PhpDoc comments, that were not matching their method declarations

2. fixed some grammatical errors

3. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

INP-224

    • -5
    • +15
    ./product_options/product_options_helper.php
    • -15
    • +21
    ./product_option_combinations/product_option_combinations_event_handler.php
    • -52
    • +108
    ./orders/orders_event_handler.php
    • -20
    • +28
    ./shipping/shipping_event_handler.php
    • -4
    • +5
    ./currencies/currencies_event_handler.php
    • -1
    • +4
    ./product_options/product_options_tag_processor.php
    • -5
    • +7
    ./currencies/currencies_tag_processor.php
    • -10
    • +12
    ./affiliate_payments/affiliate_payments_tag_processor.php
  1. … 1 more file in changeset.

Bug #0001005: Incorrectly Detected BASE_PATH in Cron

Commit on behalf of Erik

INP-812

  1. … 2 more files in changeset.

Bug #0001077: Problems with category item import

Commit on behalf of Erik

INP-877

  1. … 1 more file in changeset.

Bug #0000392: Section renaming using "Section Properties" button causes one more section to be created

INP-325

    • -2
    • +3
    ./order_items/order_items_event_handler.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixing typo error in mapPermissions method comment

INP-224

    • -1
    • +1
    ./coupon_items/coupon_items_event_handler.php
    • -1
    • +1
    ./discount_items/discount_items_event_handler.php
    • -1
    • +1
    ./shipping_costs/shipping_costs_event_handler.php
    • -1
    • +1
    ./payment_type/payment_type_event_handler.php
    • -1
    • +1
    ./affiliate_plans_brackets/affiliate_plans_brackets_event_handler.php
    • -2
    • +2
    ./currencies/currencies_event_handler.php
    • -1
    • +1
    ./manufacturers/manufacturers_event_handler.php
    • -13
    • +15
    ./affiliates/affiliates_tag_processor.php
    • -12
    • +12
    ./pricing/pricing_event_handler.php
    • -1
    • +1
    ./gift_certificates/gift_certificates_eh.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. more descriptive comment in affiliate link tags

INP-224

    • -7
    • +15
    ./affiliates/affiliates_tag_processor.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. empty manufacturer removed from products_config.php in favor of has_empty option in template

2. some more auto-complete statements

INP-224

    • -1
    • +1
    ./affiliate_payments/affiliate_payments_event_handler.php
  1. … 1 more file in changeset.

Fixes #0001127: Change error reporting in shopping cart

MINC-79

    • -78
    • +27
    ./coupons/coupons_event_handler.php
    • -22
    • +125
    ./order_items/order_items_event_handler.php
    • -80
    • +279
    ./orders/orders_event_handler.php
    • -0
    • +14
    ./helpers/helpers_config.php
    • -0
    • +142
    ./helpers/order_helper.php
    • -28
    • +67
    ./order_items/order_items_tag_processor.php
    • -175
    • +289
    ./orders/orders_tag_processor.php
  1. … 3 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

    • -14
    • +57
    ./coupons/coupons_event_handler.php
    • -8
    • +17
    ./product_option_combinations/product_option_formatters.php
    • -33
    • +65
    ./affiliate_payment_types/affiliate_payment_types_event_handler.php
    • -1
    • +9
    ./product_options/product_options_event_handler.php
    • -22
    • +48
    ./product_option_combinations/product_option_combinations_event_handler.php
    • -1
    • +9
    ./taxesdestinations/taxes_dst_event_handler.php
    • -26
    • +39
    ./affiliate_payments/affiliate_payments_event_handler.php
    • -4
    • +23
    ./order_items/order_items_event_handler.php
    • -1
    • +9
    ./shipping_costs/shipping_costs_event_handler.php
    • -12
    • +40
    ./brackets/brackets_event_handler.php
    • -15
    • +32
    ./payment_type/payment_type_event_handler.php
    • -2
    • +15
    ./affiliate_plans_brackets/affiliate_plans_brackets_event_handler.php
    • -17
    • +53
    ./shipping/shipping_event_handler.php
    • -18
    • +30
    ./currencies/currencies_event_handler.php
  1. … 12 more files in changeset.

Bug #0000742: Create universal file mime type detection function

INP-589

Bug #0000271: Redesign "Data Validation" Engine

INP-227

    • -0
    • +51
    ./affiliate_payment_types/affiliate_payment_types_tp.php
    • -30
    • +45
    ./affiliates/affiliates_config.php
    • -9
    • +1
    ./affiliate_payment_types/affiliate_payment_types_config.php
    • -55
    • +85
    ./orders/orders_event_handler.php
    • -102
    • +202
    ./affiliates/affiliates_event_handler.php
    • -0
    • +245
    ./orders/order_validator.php
    • -40
    • +75
    ./gift_certificates/gift_certificates_eh.php

Bug #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.3 code

INP-921

    • -1
    • +1
    ./shipping_costs/shipping_costs_event_handler.php
    • -3
    • +3
    ./payment_type/payment_type_event_handler.php

Merge of "w/in-commerce/releases/5.1.3@14552" to "w/in-commerce/branches/5.2.x@14569".

    • -1
    • +1
    ./affiliate_plans_items/affiliate_plans_items_config.php
    • -9
    • +9
    ./affiliate_plans/affiliate_plans_config.php
    • -15
    • +24
    ./shipping_quote_engines/usps.php
    • -11
    • +11
    ./reports/reports_event_handler.php
    • -6
    • +4
    ./affiliates/affiliates_tag_processor.php
    • -3
    • +3
    ./payment_type/payment_type_config.php
    • -16
    • +0
    ./shipping_costs/shipping_costs_config.php
    • -9
    • +9
    ./coupon_items/coupon_items_config.php
    • -18
    • +0
    ./destinations/destinations_config.php
  1. … 37 more files in changeset.

Merge of "w/in-commerce/releases/5.1.2@14312" to "w/in-commerce/branches/5.2.x@14475".

    • -8
    • +5
    ./affiliate_payments/affiliate_payments_config.php
    • -2
    • +1
    ./coupon_items/coupon_items_config.php
    • -32
    • +39
    ./pricing/pricing_event_handler.php
    • -26
    • +1
    ./gift_certificates/gift_certificates_tp.php
    • -18
    • +84
    ./coupons/coupons_event_handler.php
    • -14
    • +20
    ./orders/orders_event_handler.php
    • -22
    • +0
    ./coupons/coupons_tag_processor.php
    • -16
    • +14
    ./manufacturers/manufacturers_config.php
  1. … 25 more files in changeset.

Bug #0000964: Improvements to user Login field

1. forgot to commit 3rd patch

INP-778

    • -1
    • +0
    ./affiliates/affiliates_event_handler.php