• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add sku to query, add get_shipping_info

    • -5
    • +13
    ./packages/ecommerce/www/checkout-one-form.xql
updating queries

    • -0
    • +19
    ./packages/ecommerce/www/index-oracle.xql
    • -1
    • +11
    ./packages/ecommerce/www/index-postgresql.xql
adding noquotes

adding optional value-based shipping cost feature

adding activity log to expedite operational transaction diagnostics

    • -539
    • +545
    ./packages/ecommerce/www/finalize-order.tcl
adding sku option by default, should not break if no sku

    • -5
    • +7
    ./packages/ecommerce/www/checkout-2.tcl
adding extensions to sql to match shopping-cart

updating sql in xql file

adding sql to xql file for pg compatibility

added pagination to search, and threading category scoping between searches

    • -7
    • +10
    ./packages/ecommerce/www/product-search.adp
    • -16
    • +87
    ./packages/ecommerce/www/product-search.tcl
adding option for cost-based shipping calc

small fixes and improvements

    • -1
    • +1
    ./packages/ecommerce/www/product-oracle.xql
adding example use of dynamic header in templating

upgrading shopping-cart to display more of the available features by default

    • -5
    • +64
    ./packages/ecommerce/www/shopping-cart.adp
    • -21
    • +196
    ./packages/ecommerce/www/shopping-cart.tcl
fixing and updating template

    • -13
    • +6
    ./packages/ecommerce/www/admin/index.adp
    • -5
    • +2
    ./packages/ecommerce/www/admin/index.tcl
minor template changes for consistency in presentation

    • -1
    • +1
    ./packages/ecommerce/lib/contextbar.adp
    • -5
    • +0
    ./packages/ecommerce/lib/contextbar.tcl
minor fixes and feature improvements

activating ecds-drop.sql with the rest

added plain english to proc, so admins like me can find it if/when we need to

    • -1
    • +1
    ./packages/acs-tcl/tcl/security-procs.tcl
adding missing function, and reference to ecds file

adding sql for ecds-* procs

    • -0
    • +108
    ./packages/ecommerce/sql/postgresql/ecds-create.sql
    • -0
    • +20
    ./packages/ecommerce/sql/postgresql/ecds-drop.sql
added more skeleton code of more recent working version, though google may not be accepting ftp submissions from servers anymore, the process now saves a file which can be uploaded another way.. (until another automatic way is coded)

    • -27
    • +82
    ./packages/ecommerce/tcl/froogle-procs.tcl
adding configuration and operational diagnostic messages

minor fix, code standardization

moving proc definitions to ecommerce/tcl from dynamically generated with each page request

    • -1
    • +53
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
    • -30
    • +9
    ./packages/ecommerce/www/category-browse.tcl
allow for values in sku by default (without breaking), add easy adaption for param DisplayPriceOfZeroAs variations + misc html attrib added

    • -23
    • +44
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
    • -14
    • +6
    ./packages/ecommerce/tcl/ecommerce-procs.xql
old ec_pretty_price is exactly ec_pretty_pure_price strictly, new ec_pretty_price is backwards compatible but does more..

    • -17
    • +17
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
    • -4
    • +4
    ./packages/ecommerce/www/checkout-one-form.tcl
    • -3
    • +3
    ./packages/ecommerce/www/shopping-cart.tcl
    • -2
    • +2
    ./packages/ecommerce/www/admin/index.tcl
    • -4
    • +4
    ./packages/ecommerce/www/admin/orders/one.tcl
    • -2
    • +2
    ./packages/ecommerce/www/admin/orders/search.tcl
adding some casual web 2 capabilities

    • -0
    • +259
    ./packages/ecommerce/tcl/ecds-ex-procs.tcl
    • -0
    • +1712
    ./packages/ecommerce/tcl/ecds-procs.tcl
adding parameter for special handling of zero priced product exceptions

adding procs and minor fixes to existing ones