[ad_1]
Please allow both the Cart and/or Checkout page to be used to re-generate the Cart in WooCommerce.
Currently only the value returned by wc_get_cart_url() is allowed which ignores the other.
e.g. /cart/?wck_rebuild_cart=… and /checkout/?wck_rebuild_cart=…
File affected: /includes/wck-cart-functions.php
wck_rebuild_cart()
The current URL check on line #82 and the page refresh URL check on line #124 require rework to support this.
