The Generation
Forum Replies Created
-
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] can’t proceed as it doesnt find meHi again,
Please reach out to your contact person at Svea since this seems to be an issue with the checkout iframe itself and not the integration at first glance.
Kind regards,
The GenerationForum: Plugins
In reply to: [Svea Checkout for WooCommerce] can’t proceed as it doesnt find meHi,
Do you have an URL where we can test this?
Kind regards,
The GenerationForum: Plugins
In reply to: [Svea Checkout for WooCommerce] TranslationsThank you, approved! We have requested you as an editor: https://make.wordpress.org/polyglots/2024/08/27/pte-request-for-svea-checkout-for-woocommerce-2/
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Documentation for Instore featureHi,
Those numbers are just arbitrary and in the upcoming release 3.0.0 you’ll be able to set the value separately from the “hold stock minutes” option.
If you’d like to change the minutes in the current version you could use the filter “woocommerce_sco_create_instore_order” to programmatically edit the value “minutesUntilLinkExpires”
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Disable Order Note field in CheckoutHi,
You are correct, in the current version that filter is not being used. In the upcoming version 3.0.0 more of the default WooCommerce templates will be used and thus making that filter work.
If you’d like to remove the order notes field in the current version we suggest overwriting the template in your child theme instead.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Order notes being lost in checkoutWe’re working on a bigger release which is planned to be launched in August which will both fix the order notes problem and will most likely solve a lot of issues regarding shipping as well.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Documentation for Instore featureHi
Thank you for all the feedback.
Regarding the hold stock (minutes), yes it is used under the hood even if it’s hidden when Stock management is disabled. In this case, it has a default value of 30 minutes. Minimum is 10 and maximum is 60.
It is also filterable with “woocommerce_sco_create_instore_order”-filter.
Best regards.
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] How to edit product quantity in checkoutHi,
Technically, yes it would be possible. However it’s out of scope of what we’re able to help with as it’s not tested or developed to handle such case out of the box.
My recommendation is that you read the review-order.php template where you can find some hooks to use to edit that part of the checkout page. You’d likely need to do some digging to see what needs to be triggered to adjust the order accordingly. A similiar thing is done today when changing delivery options, so that’s possibly a pointer in the right direction.
Best regards.
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] How to edit product quantity in checkoutHi
The quantities are changed on the cart page and not the checkout page.
This is default behaviour for Woo and therefore also in the SVEA Checkout Plugin.Best regards.
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Documentation for Instore featureHi
We agree and a documentation is underway, although not done yet and we’d have to ask for your patience regarding that.
A quick run-down of how it’s supposed to work follows:
1. Apply for instore-credentials at Svea
2. Add the credentials here: WooCommerce > Settings > Payments > Svea Checkout
3. Place an order and note that you get a “send payment link” in the order view.
Regarding “minutesUntilLinkExpires”, this is set in WooCommerce > Settings > Products > Inventory.
It is the setting called “Hold stock (minutes)”.
Hope this was the information you were looking for.Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Lot of pending orderHi,
Depending on the situation, this data is already stored on the order in newer versions.
If it’s not enough for your specific use case, you can hook into the action “woocommerce_sco_after_push_order” and use it to further modify the order.
Best regards.
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Lot of pending orderHi,
Okay, WooCommerce 5.0.0 is about three years old and WordPress 5.6.8 is about two years old. We really recommend upgrading to the latest versions in order to keep the store secure and being able to update other plugins as well.
You could try updating Svea Checkout alone, but I’m worried that it might be a bit too big of a leap in this case.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Lot of pending orderHi,
That was the previous behaviour in Svea Checkout 1.x.x and is changed in Svea Checkout 2.0 where it now only creates an order when the user proceeds with a selected payment method.
Please update the plugin, preferably on a dev/staging environment to see if it solves the problem.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Order notes being lost in checkoutHi,
Thank you for reporting this issue. We can recreate it and will have a look at a fix for the next release!
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Svea Checkout recreating previous orderHi,
Thank you for reporting this behaviour, we’ll have a look at this scenario.
Best regards!