Hi,
First e-shop using Bricks and I am faced (I guess so) with an edge case.
My customer using a local shipping carrier that has a very complicated shipping rate pricing system. To manage it I had to create my own custom solution and before I switch to the Bricks Checkout shortcode + custom template it worked as expected.
The expectancy is to update the shipping cost when a pricing method is change, because if the customer choose to pay cash on delivery it has an extra cost, while if the customer choose to pay with any other payment methods the shipping cost is lower.
In the WooCommerce checkout process, this worked perfectly with some custom JavaScript.
Now with the bricks approach and the Checkout Order Review the feature stopped working as expected.
Any idea on how to force re-calculate the delivery price when the pricing method change?