• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing code that parses UPS tracking reports

fixing minor typos

fixing typos

minor fixes and updates for ecds procs

fixing checkout-progress references in updated adp

adding tracking update/edit feature

    • -1
    • +1
    ./www/admin/orders/track-postgresql.xql
    • -0
    • +40
    ./www/admin/orders/track-update.tcl
fixing amp/pm for cases where value is passed to widget

    • -171
    • +186
    ./tcl/ecommerce-widgets-procs.tcl
updating FedEx tracking integration for admins

adding quotes to html attributes where unquoted ones generate adp compile errors

    • -1
    • +1
    ./www/admin/customer-service/actions.adp
    • -2
    • +2
    ./www/admin/customer-service/issue.tcl
    • -1
    • +1
    ./www/admin/customer-service/issues.adp
deprecating ecommerce httpsModule parameter because it creates much havoc in acs-tcl/tcl/security-procs.tcl having ecommerce dependency.

adding another tuning suggestion in lieu of caching user specific paginated queries

fixing tcl syntax error

    • -3
    • +3
    ./www/admin/customer-service/issue.tcl
removing cache from get_regular_product_list, and adding a note about what to do instead if need be. This fixes pagination. Added pagination label

    • -9
    • +32
    ./www/category-browse-subcategory.tcl
updating ecds_pagination_by_items to work with lib/pagination-bar

general UI improvements

minor fixes

adding flexible, user friendly pagination bar, particularly handy with category pages that contain many more parts than displayed

    • -0
    • +1
    ./lib/pagination-bar.adp
    • -0
    • +31
    ./lib/pagination-bar.tcl
updating ecds_pagination_by_items to be more user friendly ie only using exponential pagination for large numbers of pages; also adding ecds_keyword_search_update which helps to consistently automatically populate products.search_keywords

applying fix for category-browse-subcategory to this file

    • -6
    • +18
    ./www/category-browse-subsubcategory.tcl
updating products display to fix an offset reference error

    • -1
    • +1
    ./www/category-browse-subcategory-oracle.xql
    • -1
    • +1
    ./www/category-browse-subcategory-postgresql.xql
adding a few more email template options

fixing checkout flow for 1 page checkout of nonshippable items

removed redundant query, added more relevant user info for secondary authentication

fixing shipping price calculation/display bug when using new value-based shipping price adjustment option

fixing the sorting of categories when creating new ones, adding a proc that standardizes/fixes all categories when ordered somewhat incidentally, adding a draft pagination proc.. will be drastically changed soon probably.

fixing a nextval, and removing extraneous quotes on other nextval references

    • -6
    • +6
    ./tcl/ecommerce-customer-service-procs.tcl
updating ec_create_new_session_if_necessary to work more consistently when CacheProductAsFile parameter is 1 and with web standards expected return code 301 instead of 302, also removed bulky html table code that surely breaks most any html validation of ec_price_line

fixing redirect for cases where webcrawler redirect should not happen

adding more upkeep points for auto cache of product files, and more convenient options to bulk update products by vendor

    • -1
    • +2
    ./www/admin/products/extras-upload-2.tcl
adding option to automatically cache product pages as html pages for webcrawler activity, and some minor fixes in same files