Modules.In-Commerce

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

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing duplicate code

2. adding missing IsHot, IsPop, IsNew virtual field declarations

INP-224

    • -25
    • +0
    /branches/5.2.x/install/upgrades.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. changing declaration of OnAfterConfigRead method to be PHP5 friendly

INP-224

Fixes #0001156: Keeping Shopping Cart between Visits

MINC-87

    • -0
    • +10
    /branches/5.2.x/units/orders/orders_config.php

Fixes #0000572: Refactor Currency Converter Class

Commit on behalf of Erik

MINC-39

    • -0
    • +118
    /branches/5.2.x/units/helpers/currency_rates.php
    • -0
    • +65
    /branches/5.2.x/units/helpers/bank_lv_currency_rates.php
    • -0
    • +86
    /branches/5.2.x/units/helpers/frny_currency_rates.php
    • -2
    • +2
    /branches/5.2.x/units/helpers/order_helper.php
    • -0
    • +56
    /branches/5.2.x/units/helpers/ecb_currency_rates.php

Bug #0001139: Ajax-based shopping cart

1. update discount total on discount change

2. update mini-cart in header on shop cart change

TMST-2

    • -0
    • +2
    /branches/5.2.x/units/helpers/order_helper.php

Bug #0001133: One-step Checkout

1. ord_ShippingType tag raised warning when no shipping selected in order

2. pass order prefix to blocks called from ord_PrintTotals tag

MINC-81

Bug #0001133: One-step Checkout

1. create user now working

2. new OrderHelper::getUserFields method created to return user fields based on order fields

3. user id wasn't set order's object after user login

4. some /* @var ... */ comments added

MINC-81

    • -0
    • +2
    /branches/5.2.x/units/orders/orders_config.php
    • -0
    • +32
    /branches/5.2.x/units/helpers/order_helper.php

Bug #0001133: One-step Checkout

1. new ShippingSubTotal calculated field in order to display shipping cost + insurance fee

2. notice fixed during shipping limitation calculation on empty order

3. parameter "payment_type_id" is now supported in all payment gateway related tags

4. tag ord_PrintTotals changed to allow displaying of an order discount

5. calculated fields were missing in ItemSQLs of payment type

6. added ability to load first enabled payment type, that has specific payment gateway name in settings

MINC-81

    • -0
    • +3
    /branches/5.2.x/units/orders/orders_config.php

Fixes #0001175: Insurance Free not included into Shipping Cost on "Shipping" step

MINC-91

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

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

    • -0
    • +3
    /branches/5.2.x/units/orders/orders_config.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

    • -0
    • +30
    /branches/5.2.x/units/helpers/order_helper.php

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

MINC-88

    • -12
    • +27
    /branches/5.2.x/units/orders/orders_item.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

    • -0
    • +7
    /branches/5.2.x/units/orders/orders_config.php

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

MINC-90

    • -5
    • +4
    /branches/5.2.x/units/orders/orders_config.php

Bug #0001139: Ajax-based shopping cart

TMST-2

    • -0
    • +26
    /branches/5.2.x/units/helpers/order_helper.php

Bug #0000268: Code Cleanup in 5.2.x branch

1. new "ord:ContinueShoppingLink" tag

2. fixed typo error in OrderCalculator class

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. don't show "0" as unfinished review ID in Admin Console

2. move hidden fields outside of table, located in "scroll_container" div (prevents duplicate top border above that table)

INP-224

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

MINC-89

Bug #0001138: General Template Work

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

TMST-1

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

Bug #0001024: Phrase type detection based on it's name

INP-826

    • -12
    • +12
    /branches/5.2.x/install/install_data.sql

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

    • -5
    • +5
    /branches/5.2.x/units/orders/orders_config.php

Bug #0000077: Remove "grid_float_range_filter" block

Commit on behalf of Erik

INP-65

    • -1
    • +1
    /branches/5.2.x/units/taxes/taxes_config.php
    • -1
    • +1
    /branches/5.2.x/units/files/files_config.php
    • -1
    • +1
    /branches/5.2.x/units/orders/orders_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

    • -1
    • +3
    /branches/5.2.x/install/prerequisites.php

Bug #0001005: Incorrectly Detected BASE_PATH in Cron

Commit on behalf of Erik

INP-812

Bug #0001077: Problems with category item import

Commit on behalf of Erik

INP-877

    • -1
    • +1
    /branches/5.2.x/units/orders/orders_config.php

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

INP-325