I got an issue. I am not sure how to resolve it. I built a layout with dynamic tags and all dynamic tags are not replaced with their real value. It is showing the dynamic tags syntax. Please see the attached image.
I used the wp_ajax_ and wp_ajax_nopriv_ hook for AJAX.
I found the issue. Official dynamic tags are working properly. I made custom dynamic tags ({cart_item_price}, {cart_contents_subtotal} etc) and those tags are not working. I am not sure where is the problem. Can I share my custom-made provider file with you? Why you are not just adding the filter in your provider file? So we can easily add the dynamic tags without writing the new providers.php file.