woocommerce/assets/js/frontend
Jared Cobb 9fc47db17f Make frontend scripts safe to run on non WC pages (check for objects)
For a more detailed explaination of why this is helpful, see
Issue #4202. In short, from a dev ops perspective, if we want to build /
concatonate our front end scripts into a single application.js file, we
need to ensure scripts first check for dependent global object helpers
before trying to use them. For example, there are several objects
(created via PHP using `wp_localize_script`) which generate objects such
as `wc_single_product_params`. These objects will not exist on most
other pages, however these scripts attempt to execute code that
references these objects.
2013-12-04 12:15:24 -07:00
..
add-payment-method.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
add-payment-method.min.js Minify all the things 2013-11-25 16:03:43 +00:00
add-to-cart-variation.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
add-to-cart-variation.min.js When handling variations, priority from top to bottom - disabled variations still taking into consideration allow you to exclude certain combinations when using 'all' for variations with lower priority. Message displayed if a variation is unavailable. 2013-10-10 16:34:44 +01:00
add-to-cart.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
add-to-cart.min.js Replaced → / ← on frontend with icons from our font. closes #4009 2013-10-28 09:45:59 +00:00
cart-fragments.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
cart-fragments.min.js filter for cart fragment #4132 2013-11-20 16:31:28 +00:00
cart.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
cart.min.js Reworked total templates to support coupon lines, and started support for multiple shipping methods per order. 2013-08-14 21:00:34 +01:00
checkout.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
checkout.min.js Tweaks for #4239 2013-12-03 12:14:12 +00:00
chosen-frontend.js Search for US/UK on country field. Fixes #3626. 2013-08-13 12:38:26 +01:00
chosen-frontend.min.js Search for US/UK on country field. Fixes #3626. 2013-08-13 12:38:26 +01:00
country-select.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
country-select.min.js Separate ship to options from sell to. Closes #3215. 2013-08-02 16:54:28 +01:00
credit-card-form.js Standardized, default credit card form for gateways to use if they support 'default_credit_card_form'. Closes #3616 2013-09-27 13:22:08 +01:00
credit-card-form.min.js Standardized, default credit card form for gateways to use if they support 'default_credit_card_form'. Closes #3616 2013-09-27 13:22:08 +01:00
price-slider.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
price-slider.min.js Set price slider min to min price. Closes #4183 2013-12-03 13:39:02 +00:00
single-product.js Make frontend scripts safe to run on non WC pages (check for objects) 2013-12-04 12:15:24 -07:00
single-product.min.js Move average rating outside of hidden tab. Closes #3867. 2013-10-31 16:26:20 +00:00
woocommerce.js Remove placeholder polyfill. closes #4012 2013-10-28 09:03:03 +00:00
woocommerce.min.js Remove placeholder polyfill. closes #4012 2013-10-28 09:03:03 +00:00