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

Include the totals from the custom price string at checkout #19

Closed marktmcgrath closed 3 years ago

marktmcgrath commented 3 years ago

It would be great if we could extend the custom price string to the checkout page.

Currently, the checkout page shows the default string of the subscription which is confusing for folks who are signing up and may not be sure if they're charged on that last expiry date or not.

For example, by default the checkout will show something like: "$797.00 / month for 3 months". But if we could adjust that to something like "3 payments of $797". That might be a little more obvious.

NickGreen commented 3 years ago

Looks like this might be already filed and possible solution here: https://github.com/woocommerce/woocommerce-subscriptions-custom-price-string/issues/2#issuecomment-700429279

james-allan commented 3 years ago

Closing as duplicate