Forum Replies Created

Viewing 8 replies - 46 through 53 (of 53 total)
  • Thread Starter stivenson2005

    (@stivenson2005)

    Thanks for the response.

    For the time being I managed to resolve the issue by clearing a cache and seems i received an update about translations from WP when i updated a random plugin. And now it all is in Norwegian.

    After updating to the version 2.0, Stripe no longer functions, it only shows a thin line with an option “Use another payment method”.

    • This reply was modified 4 years, 10 months ago by stivenson2005.

    Hey, I havent tried with SKU search. But for your question, if you have a custom shop page (Product Archive page) using elementor, disable the custom template by going to Templates > Theme Builder > Product Archive, and then just change the page (Template) status from Published to Draft. This should bring back the WP/WC default page. Do the search by SKU and see if it works.

    Note, that I have diabled the Hit Enter search, so only possible to search and click and hitting enter will do nothing since if I had it enabled with my Eelementor custom template any search at all will result in showing pretty much every product unfiltered.

    @vatum @krokedil

    I found the cause of the issue and resolved it.

    Here is what it causes it if you are using Cartflows. Since cart flows creates an internal slug/url for the checkout which is separate from the checkout page that is made by woocommerce, Klarna doesnt see it to redirect you back to it after the payment.

    To fix this, the only way i found was to fully DELETE the checkout page flow from Cartflow, you can keep the Thank you page, it doesnt affect it.

    After deleting it, it works just fine without any issues.

    I hope can help you.

    I have the same problem here also. I am ya i storefront theme with Elementor template for the Oroduct archive page. But if I disable the elementor template it works fine if I hit enter. But when I have the elementor template for the product archive it just shows everything no filters. Any idea If this can be fixed with the next update to be compatible with ships they have been customized with elementor.

    FThanks for developing useful plugin

    The thank you page is using the the code you mentioned. Here is a snippet of the thank you page PHP where it uses the woocommerce_thankyou.

    <?php do_action( ‘woocommerce_thankyou_’ . $order->get_payment_method(), $order->get_id() ); ?>

    <?php do_action( ‘woocommerce_thankyou’, $order->get_id() ); ?>

    <?php else : ?>

    <p class=”woocommerce-notice woocommerce-notice–success woocommerce-thankyou-order-received”><?php echo apply_filters( ‘woocommerce_thankyou_order_received_text’, __( ‘Thank you. Your order has been received.’, ‘woocommerce’ ), null ); ?></p>

    <?php endif; ?>

    </div>

    • This reply was modified 4 years, 11 months ago by stivenson2005.

    Thank you for the info. I will try to disable the Thank you page and see how it goes. Its true I am using a custom thank you page using a plugin ‘CartFlows’.

    Hello,

    I have the same issue and i rolled back, so today i got an email from Klarna stating i have to update to the latest version or else theyll suspend the klarna from my web store in 48h if they havent received the update. So i updated to the latest Klarna checkout plugin and still receiving the same issue.

    {“error_code”:”READ_ONLY_ORDER”,”error_messages”:[“Resource is read-only”],”correlation_id”:”8e95a5c4-8fd8-40fd-ba6e-56130a5054c6″,”service_version”:”1.0.20200414071037″} Resource is read-only

    Any suggestion

Viewing 8 replies - 46 through 53 (of 53 total)