woocommerce / woocommerce-subscriptions-custom-price-string

Customize the price displayed to your customers for subscription products (or non-subscription product).
GNU General Public License v3.0
62 stars 11 forks source link

What string can I enter in order to reflect a "name your price" value? #7

Closed jennykb closed 3 years ago

jennykb commented 5 years ago

One of my fields is a "name your price" field. Is there a string I can enter that will reflect whatever price a user enters in this field?

bernattorras commented 3 years ago

I'm not sure how are you adding this "name your price" field, but this feature isn't supported by the plugin, as it is only designed to overwrite the default "price string" or "from string" of the products with the values that you manually enter from the product editor page.

If you want this field to dynamically display the price that the customer enters elsewhere, it would require some custom JavaScript or PHP code.