*** WooCommerce Contact for Shipping Quote Changelog *** 2024.3.11 - version 1.5.0 * feature - Calculate and show taxes in the back-end when entering quote amount (based on tax settings). NOTE: this functionality is experimental and may be subject to change. * update - *Beware* - Email template now shows the same amount as it would display at the cart/checkout (with regard to tax calculation/texts). Feel free to reach out to support if you prefer this as before. * feature - Add setting for 'Enable when' > 'No other shipping options are available' * feature - Redirect setting for cart/checkout when recovering from customer email * add - Additional email subject/heading placeholders {quote_tax_amount}, {quote_label}, {quote_display_amount} * add - WPML String translation compatibility for instance fields * add - (improved) Keyboard navigation for navigating quotes in the admin * add - Elementor support for popup * fix - PHP 8.2 deprecation warnings * fix - Empty popup showing in certain situations * fix - Order button not showing when quote is available (when using 'hide order button' feature) * fix - Email template code not showing in WooCommerce > Settings > Emails 2023.07.25 - version 1.4.2 * add - WooCommerce Product Add Ons compatibility * dev - Support for admin template override * dev - Add filter 'WCCSQ/get_value_for_quote' 2023.01.12 - version 1.4.1 * add - Email preview functionality when debug mode is enabled * add - WPML compatibility for popup * add - HPOS compatibility declaration * update - Bump minimum PHP version to 7.0 2022.10.10 - version 1.4.0 * add - New 'Additional features' setting. Includes; - 'Hide payment gateways' - 'Hide order button' - 'Order button requests shipping quote' - 'Change order button text' - 'Change order button text (quote requested)' * update - Replaced the following filter names for the emails; - woocommerce_order_item_class > WCCSQ/email/item_class - woocommerce_order_item_thumbnail > WCCSQ/email/item_thumbnail - woocommerce_order_item_name > WCCSQ/email/item_name * fix - Popup not appearing when Quote option not available on first page load 2021.08.24 - version 1.3.0.1 * fix - New meta data feature giving an error when deleted products are listed * fix - Changed function name 2021.08.19 - version 1.3.0 * add - 'class' attribute for 'refresh_link' and 'request_link' shortcodes; add class='button' to change request link to button * add - New hooks: 'WCCSQ/recover_cart', 'WCCSQ/recover_customer', 'WCCSQ/admin/shipping_quote/variation_item_data', 'WCCSQ/quote/cart_recover_url' and 'WCCSQ/recovered_quote' * add - 'Address 1' to required fields setting * add - Use Quote shipping option as default selected when recovering from email * fix - Removed 'woocommerce_cart_item_name' filter, could be causing conflicts with plugins expecting cart being available * update - Recover email and phone as well when recovering cart * update - Use WC templating system for shipping quotes in admin, allowing overrides * update - 'Recover cart' now available in admin while debug mode is enabled * update - 'Subtotal' is now available in the products table (admin) * update - Display variation data separately below product in table (admin) * fix - Name fields not always using the latest version entered at checkout (could be using customer object values) 2021.02.08 - version 1.2.2 * add - Filter for cart item data key to allow for storing additional data with quote item data * add - Bundle plugin cart item data for better compatibility * fix - Not using the phone value from checkout (was taking customer value instead of checkout) * fix - Quote status is no longer set to 'Completed' when payment fails * fix - 'Cart contains category' setting not working for variations * update - Undo release of 'Order button text' setting, coming later with additional features. 2020.11.24 - version 1.2.1 * fix - Checkout could freeze up (only for new installs of 1.2.0) * fix - Accidentally disabling emails with 1.2.0 update *please check if your emails are enabled if desired* 2020.11.16 - version 1.2.0 * add - WooCommerce active check * add - Support for Measurement Price Calculator (https://woocommerce.com/products/measurement-price-calculator/) * add - Debug mode * add - Support for multiple shipping packages (https://woocommerce.com/products/woocommerce-advanced-shipping-packages/) * add - Phone number is now stored/available with quotes * add - Name is available to select as required field * add - Display variations in the expanded item list * fix - Textdomain not loading * fix - Remove filter for popup * fix - Using a comma as decimal operator not working * update - Mobile styles 2020.04.01 - version 1.1.1 * fix - Meta data recovery from email notification not always working * add - Hook 'WCCSQ/get_cart_data' 2019.11.26 - version 1.1.0 * add - Email notifications for store owner and customers * add - Required data setting * add - Add customer email to shipping quote data * add - 'show-if-available', 'hide-if-available' CSS classes * add - 'hide_when_available' attribute for request shortcode * fix - Shipping class requirement for variations with 'Same as parent' 2019.08.08 - version 1.0.1 * fix - Default WC shipping settings showing on settings page on WC 3.6 * fix - 'Enable when cart contains' shipping instance setting not saving * fix - Quotes not always pushed to the admin/front-end due to cache * add - Additional filters/hooks 2019.06.11 - version 1.0.0 * new - Initial release.