The Generation
Forum Replies Created
-
Hi,
Yes, editing, adding and removing order rows are working. However I’m unsure what you mean by “(and text)” as products in WooCommerce can’t change title in the admin interface.
Best regards
Hi,
Sorry for not addressing your question directly! Yes, we’ve tested the functionality with the latest version of the plugin with successful results.
To get more information on what went wrong from their end you can contact Svea directly as we’re unfortunately not able to access any log files from Svea.
Best regards
Hi,
The error message “Invalid action CanCancelRow on OrderRow” indicates that the order doesn’t have the capability to be cancelled. This is most likely because it’s the order uses a payment method which captures the amount directly such as card payment. In that case the correct way would be to refund the order rows instead.
Best regards
Hi,
The features that you’re mentioning should be working and it sounds like this could be a local issue to your environment.
If the plugin encountered any errors it should be visible in the order notes. Is there anything there that gives you a hint why it isn’t working? If there are no notes at all it would indicate that the code execution is cut of, most likely to a php fatal error.
If there are no messages in I’d suggest that you disable plugins one by one (except for WooCommerce and Svea Checkout) to rule out plugin conflicts. As a last try if that doesn’t help you could try the Storefront theme which is very bare bone.
Best regards
If you’re using multiple payment gateways a button “Other payment options” should appear at the bottom of the checkout page as long as the alternative gateway(s) is available.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Valutaväxlare konfliktHej,
Svea Checkout har inte stöd för USD i nuläget.
Allt gott!
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Cant overrid templateHi.
What types of changes are you doing to the overriding template?I suspect there are changes that affects the javascript in some way.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Partpayment optionsHi,
The layout you’re referring to is a layout that comes from a different e-commerce system than WooCommerce. However, to display the part payment widget, you go to WooCommerce > Payments > Svea Checkout and check the option to display the part payment widget.Here you can see what the widget looks like in our test environment: https://sco-demo.tgen.se/produkt/album/
Best regards!
- This reply was modified 2 years, 9 months ago by The Generation.
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Partpayment optionsHi!
The part payment functionality comes from Svea WebPay for WooCommerce plugin.Please see this link: https://wordpress.org/plugins/svea-webpay-for-woocommerce/
Best regards!
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] HPOS Compatibility?Hi,
I understand. We’ll take it into consideration and look into it from here.Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] HPOS Compatibility?Hi!
We currently have no scheduled plans for HPOS compatibility.
But I’ll take the question to the team for consideration going into the fall.
Best regardsForum: Plugins
In reply to: [Svea Checkout for WooCommerce] Adding shipping cost twice?Hi,
We’ve made numerous of fixes regarding shipping so it’s most likely resolved even if it’s hard to guarantee it.
If you have the possibility to test the latest update (2.4.1, released today) on a dev/staging environment I recommend doing so.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Post number NOT synced from Svea?Hi,
We’ve noticed this behaviour in a few instances where all information is pre-filled within the Svea Checkout iframe. We’re releasing a new version (2.4.1) today which I recommend downloading.
Please try that version to see if that resolves the problem.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Remove Order NotesHi,
Svea Checkout uses a custom template for the checkout which adds the field which is why that filter doesn’t work unfortunately.
The best option is to overwrite the template by copying plugins/svea-checkout-for-woocommerce/templates/svea-checkout.php into yourtheme/woocommerce/svea-checkout.php and remove the parts relating to order_comments.
Another alternative would be something like this:
function svea_checkout_remove_order_notes( $field, $key ) { if ( $key === 'order_comments' ) { $field = ''; } return $field; } add_filter( 'woocommerce_form_field', 'svea_checkout_remove_order_notes', 10, 2 );This will make the input field print out nothing. If anything looks wrong after doing this you could use custom CSS to style the page now that the input is gone. Please note that this will remove the input field in the “regular” checkout as well if you’re using other payment gateways as well.
Best regards
Hi,
The error message appears inside the checkout and nothing that the plugin can affect really. Most of them are “false positives” and not an actual error but simply that some resources couldn’t be found on Sveas end.
However, if you’re experiencing actual errors such as users not being able to continue with their purchase or similar please contact us (support@thegeneration.se) or Svea directly (support-webpay@svea.com) with more details in order to investigate further.
Best regards