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
61 stars 9 forks source link

Support "All Products" sub options also #8

Open NickGreen opened 5 years ago

NickGreen commented 5 years ago

Currently, there is a check that makes this plugin only work for subscription products. We've had a lot of requests lately for customizing the price strings for products using All Products for WooCommerce Subscriptions.

We, for example, have been providing basic gists such as this one: https://gist.github.com/NickGreen/6c2cc99fa40be18249a1bc53e43429ee

It would be nice to investigate the possibility of supporting All Products subscription option strings, since it just pulls from our own translation file to create these strings.