Hi!
I have a problem with my payment system.
When we change the destination of checkout page in the checkout plugin, the theme doesn’t change these links correctly.
If I have a product in my cart, press view cart(mini cart shows from show cart button to the right) then press checkout, that link works correctly.
However if i press add product (so mini cart shows from adding product) then i press checkout in minicart, that link is loaded differently.
The following is information from support for checkout plugin, what he said is this:
The checkout plugin filters the link to check out through woocommerce_get_checkout_page_id, but the theme seems to be getting link to minicart from adding a product by getting URL directly from options in the database.
We need to make it work so the add product minicart updates link correctly aswell.
Best regards