WPIntell

Source evidence

Incompatible with Name Your Price

YayExtra – WooCommerce Extra Product Options · support · 2026-06-01T15:19:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 20 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
HelgaTheViking resolved
Hi team. I am the author of Name Your Price for WooCommerce . A mututal user of ours has come to me reporting a conflict between our plugins. NYP allows customers to enter their own amount and add the product to the cart at that price. When your plugin is active, this price is not the price in the cart. Specifically the problem is in your woocommerce_before_calculate_totals callback. where you re-instantiate the product object from the database (where Name your price prices do not yet exist) instead of using the product object that WooCommerce core already stores on $cart_value['data'] . While I would not expect full-compatibility, I am able to confirm that changing $product = wc_get_product( $cart_value['data']->get_id() ); to $product = $cart_value['data']; Resolves the incompatibility and should not have any regressions. Let me know if you have any additional questions. Hi @helgatheviking , We can continue working on compatibility collaboration via the tech support channel you are currently in contact with us. Please focus on that channel, so we can close this public thread. Regards. Bruce Sounds good. I posted here before seeing the contact form.

Comments

2 shown
Bruce 2026-06-01T16:03:00+00:00

Hi @helgatheviking , We can continue working on compatibility collaboration via the tech support channel you are currently in contact with us. Please focus on that channel, so we can close this public thread. Regards. Bruce

HelgaTheViking 2026-06-01T16:14:00+00:00

Sounds good. I posted here before seeing the contact form.