Ultimi aggiornamenti
Segui gli aggiornamenti dei plugin YITH giorno dopo giorno
YITH WooCommerce Deposits and Down Payments Premium - 1.3.2
- New: added Product Bundle compatibility
- Fix: Multi Vendor plugin hide balance orders without commissions (vendor with commission rate 0%)
- Fix: product purchasable state can now be filtered by generic option too
- Tweak: removed balances from sales count on WC reports
- Tweak: preventing problems when suborder id doesn't exists
- Tweak: check if product exits
- Tweak: added currency on wc_price for deposit table and deposit list
- Updated: Dutch language
YITH WooCommerce Deposits and Down Payments Premium - 1.3.1
- New: WordPress 5.2 support
- Update: internal plugin framework
- Fix: notice undefined variable on is_deposit_enabled_for_product
- Fix: prevent notice Undefined variable $expiration_date
- Fix: avoid adding extra label to cart total when no deposit is in cart
- Fix: disable shipping on deposit order when option is checked
- Tweak: change isset for empty in order to prevent no print suborders on the email
- Tweak: preventing warning when checking deposits over a gift card product
- Tweak: improved compatibility with Gift Card
- Tweak: improved compatibility with Multi Vendor
- Dev: added yith_wcdp_has_action_after_shop_loop_item filter
- Dev: added yith_wcdp_single_deposit_price filter
YITH WooCommerce Deposits and Down Payments Premium - 1.3.0
- New: WooCommerce 3.6 support
- New: added options to make deposits expire on a specific date
- New: added option to choose whether deposit or balance should be virtual
- Tweak: improved frontend price handling - now js uses accounting library to format price
- Tweak: always retrieve a fresh product on is_deposit_enabled_on_product method, to avoid unexpected behaviour
- Tweak: improved deposit-list template for emails
- Update: internal plugin framework
- Update: Italian language
- Update: Spanish language
- Dev: added yith_wcdp_my_account_print_quick_deposit_action filter
- Dev: added second parameter to yith_wcdp_virtual_on_deposit filter (order)
- Dev: Added a new condition to modify the stock status
YITH WooCommerce Deposits and Down Payments Premium - 1.2.4
- New: WooCommerce 3.5.4 support
- Tweak: deposit can be 0 now
- Tweak: reviewed option panel
- Update: internal plugin framework
- Update: Dutch language
- Fix: double shipping being added to order total when balance is virtual
- Fix: Fatal Error on cart totals when Composite products are added to cart
YITH WooCommerce Deposits and Down Payments Premium - 1.2.3
- new: WordPress 5.0 support
- new: WooCommerce 3.5.2 support
- update: Plugin framework to latest revision
- update: Dutch language
- tweak: Improved "Balances" column appearance on backend
- tweak: Added new parameter
$email
on woocommerce_email_header
and woocommerce_email_footer
actions
- tweak: Replaced help-tips images with appropriate function
- fix: Disabled stock check during support cart handling
- fix: Exclude held balance items from stock check
- dev: Added
yith_wcdp_enqueue_frontend_script_template_js
filter
YITH WooCommerce Deposits and Down Payments & Premium - 1.2.2
- new: Updated plugin framework
- fix: Plugin do not create suborders when only shipping is added to balance
YITH WooCommerce Deposits and Down Payments Premium - 1.2.1
- new: Support to WooCommerce 3.5.x
- new: Support to WordPress 4.9.8
- new: Added suborder status synch when main order is cancelled
- new: Deposit template is now loaded via ajax, if dedicated option is enabled
- tweak: Improved YITH WooCommerce Product Add-ons compatibility
- tweak: Improved totals, tax and coupon calculation, when deposit is applied to cart
- update: Italian language
- update: Spanish language
- fix: Payment complete status for orders that contains only deposits
- fix: Avoid WooCommerce increasing sales counter twice for a product purchased with deposit
- dev: New filter
yith_wcdp_deposist_value
- dev: New filter
yith_wcdp_product_price_for_deposit_operation
- dev: New action
yith_wcdp_after_add_deposit_to_cart
- dev: New filter
yith_wcdp_show_cart_total
to filter cart total displayed value
- dev: New filter
yith_wcdp_show_cart_total_html
to filter cart total html
- dev: New filter
yith_wcdp_is_deposit_mandatory
to let third party dedvelopers set deposit as mandatory on product level via code
YITH WooCommerce Deposits and Down Payments Premium - 1.2.0
- new: WooCommerce 3.3.0 support
- new: Updated plugin-fw
- new: Integration with YITH WooCommerce Composite Products
- new: Added label with order total including balance in the cart
- tweak: Fixed Sold Individually behaviour when Deposit gets added to cart
- fix: Preventing Fatal Error: Called method
get_order_id
on a non-object for WC < 3.0
- fix: Notice when sending deposit email
- fix: Issue with Added to Cart message not appearing
- fix: Added an additional check to avoid js errors on single product page
YITH WooCommerce Deposits and Down Payments Premium - 1.1.2
- tweak: Recalculate totals after restoring original cart (avoid checkout skipping the payment)
- tweak: Added procedure to disable deposit when removing category rule
- tweak: Plugin now shows prices including taxes when required
- tweak: Added checks over product before adding it to temporary cart
- fix: Error when retrieving products to enable for category deposit rule
- fix: Customer can now pay balance orders even if products are out of stock (stock handling is processed during deposit)
- dev: Added
yith_wcdp_is_deposit_enabled_on_product
filter, to let third party plugin filter is_deposit_enabled_on_product()
return value
- dev: Added
yith_wcdp_skip_support_cart
filter, to let third party plugin avoid support cart processing
- dev: Added
yith_wcdp_suborder_add_cart_item_data
filter, to let third party plugin add cart item data during cart processing for suborders creation
YITH WooCommerce Deposits and Down Payments Premium - 1.1.1
- tweak: Update plugin-fw
- tweak: Optimized meta saving
- tweak: Avoid double "Deposit" or "Full Payment" label before order item name
- fix: Problem with duplicated meta
- fix: Variation rate when category rate is set
- fix: Problem with product's select on Deposit tab
- dev: Added
yith_wcdp_disable_email_notification
filter, to let disable balance email notifications