woocommerce/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/881.md

1.1 KiB

Testing notes and ZIP for release 8.8.1

Zip file for testing: woocommerce-gutenberg-products-block.zip

Feature plugin and package inclusion in WooCommerce

Calculate cart totals after running extensions (#7490)

  1. Install WooCommerce Gift Cards.
  2. Create a new gift card Simple Product and buy it.
  3. Mark the order as 'Completed'.
  4. Navigate to Marketing > Gift Cards and copy the generated gift card code.
  5. Add a non-gift card product to the cart.
  6. Navigate to the cart block.
  7. Apply the gift card you previously copied. You should see: 1) an indication that the gift card was applied, 2) a bullet bubble with the gift card number in this format XXXX-XXX-XXX-XXX and 3) updated cart totals that include the gift card discount.
  8. Remove the gift card. You should see that the cart totals are restored.