آیکن Product Open Pricing (Name Your Price) for WooCommerce
افزونه رایگان نسخه 1.7.4

Product Open Pricing (Name Your Price) for WooCommerce

توسعه‌دهنده: WP Wham

توضیحات

Open price (i.e. Name your price) products for WooCommerce.

تغییرات این نسخه

1.7.4 – 2026-03-06

FIX: PHP notice.

1.7.3 – 2025-05-31

FIX: PHP notice.

1.7.2 – 2024-08-28

UPDATE: updated .pot file for translations.

1.7.1 – 2023-07-13

FIX: PHP 8.2 notices.

1.7.0 – 2021-09-30

UPDATE: PHP 8 now officially supported.

UPDATE: disable Payment Request Buttons on product page for open pricing products. An amount must be entered and added to cart first. (DETAILS: PRBs [e.g. Apple Pay / Google Pay / PayPal] don’t always work well with open pricing products, since the price is not determined until after the user selects the amount. In v1.6.0 we used a temporary price of $1 in the background, which would be updated later with the real user-entered amount. However this caused problems with Apple Pay in certain [not all] situations, where the user could possibly still see that $1 amount on the initial Apple Pay screen. The correct amount would be charged at the end, but this was too confusing to customers. We’ve concluded the only 100% reliable way to handle these cases is to make sure the open pricing product is fully added to cart BEFORE the payment process begins.)

UPDATE: added filter ‘wpwham_product_open_pricing_metabox_options’.

UPDATE: updated .pot file for translations.

1.6.0 – 2021-04-22

NEW: compatibility with “WooCommerce Product Add-ons” plugin (the official WooCommerce one).

NEW: compatibility with WooCommerce Stripe Gateway’s Apple Pay button.

FIX: make sure “step” defaults to “any” (on open price input field).

UPDATE: minor code refacto