WP Manifestindependent plugin directory
manifest / ecommerce / woocommerce-subscriptions-recalculate-totals

WooCommerce Subscriptions - Recalculate subscription totals

In some cases, if the tax settings change after some subscriptions have been created, their totals need to be recalculated in order to include the proper taxes. This plugin recalculates all the subscriptions totals.

by Prospress Inc. · github.com/woocommerce/woocommerce-subscriptions-recalculate-totals · website

12stars
7forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/woocommerce/woocommerce-subscriptions-recalculate-totals/archive/refs/heads/master.zip

Declares an update source (Prospress/woocommerce-subscriptions-recalculate-totals), so updates arrive through the plugin's own updater.

From the readme

IMPORTANT: This code is made available in the hope that it will be useful, but without any warranty. See the GNU General Public License included with the code for more details. Automattic or WooCommerce support services are also not available to assist with the use of this code. WooCommerce Subscriptions Recalculate Subscription Totals In some cases, if the tax settings change after some subscriptions have been created, their totals need to be recalculated in order to include the proper taxes. This plugin recalculates all the subscriptions totals. To run the plugin, add ?wcs-recalculate-totals=true to any admin URL. - Add &readd parameter (?wcs-recalculate-totals=true&readd=true) to force the plugin to delete all line items of the order and add them again before recalculating the totals (this helps in case tax settings have changed and the tax it not included properly just by recalculating the order totals) For each iteration of the fixer's code, a log entry will be added to a log file prefixed with 'wcs-recalculate-totals'. To view this log file, visit WooCommerce System Status Logs. Important This is an experimental extension and it hasn't been tested in all scenarios. Pl

Read the full README on GitHub →