The Generation
Forum Replies Created
-
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Order Attribution TrackingHi,
The upcoming version is containing this feature and will be released this week.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Missing support for Gift Cards by WooCommerceHi,
Thank you for the provided code. We’ll take a look and might include the compatibility in a future release!
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] TranslationsHi,
Thank you for the heads up and the translations which we now have accepted!
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Zero sum ordersHi,
Regarding the label we’ll consider updating the text to describe the feature more in detail or create a whole new documentation page.
Thank you for the feedback regarding the frozen checkout. We’re able to recreate the issue in our development environment and we’ll create a fix for this in an upcoming release.
Best regards
Hi,
I’ve managed to recreate the issue and it seems to be related to how Svea responds with the postal code when a match of email+postal code is found.
I’ll forward the issue to Svea to see of they can resolve this from their end.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Custom Checkout Fields not workingAt a first glance the code seems correct. It could be that the plugin uses the field in a strange place.
Could you send a link to the website that uses this plugin so we can see how it’s setup in your store?
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Zero sum ordersHi,
If the sum of the order is 0 and the setting “Zero sum orders” is disabled the customer will be taken to Woo’s regular checkout where no payment gateway is needed.
If this isn’t working in your store it could be because of your gift card plugin. As of now we’ve only tested this feature with Woo’s built in coupons.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Custom Checkout Fields not workingHi,
Fields that are being registered in the checkout under “order” (not billing or shipping) can be saved as a regular fields as in the “normal” checkout. If you’re using a plugin that’s not registering the field as a “order” field in the checkout it could be needed to add the field name to the filter “woocommerce_sco_update_order_info_keys”.
If there is any particular plugin(s) that you’re trying to use we’re happy to hear and assist further!
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Missing support for Gift Cards by WooCommerceHi,
We’ll most likely start with YITH and add more in the future. Thank you for your feedback.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Missing support for Gift Cards by WooCommerceHi,
Yes we will look into this in fairly soon, starting with the plugin “YITH WooCommerce Gift Cards”.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] PHP / Server requirementsWe have seen instances where older PHP such as 7.4 is casing issues in other plugins which in turn interfere with the connection to Svea as well, which is another reason why we did the push for 8.0.
While it’s true that some hosting companies keep their PHP versions patched from 3rd party services, there are also hosting companies that have removed support for 7.4 altogether.
For now we’ll keep 8.0 as a minimum requirement but we’ll keep your feedback in mind for future releases of both the plugin and PHP.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] PHP / Server requirementsHi,
PHP 7.4 is “end of life” since about a year ago and will no longer be provided with official security patches which is the reason why we’re requiring PHP 8.0 (which actually is end of life as well since about a month ago).
If you’re tied to using older PHP versions you can always install the latest version of the plugin by downloading the zip file and uploading it manually via Plugins > Add new plugin > Upload plugin
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Change $should_do_mapping_validation to falseHi,
Unfortunately we can’t see or do much by only seeing the front end of the page, we would need access to the admin dashboard at least. In order to give more detailed support I suggest that you contact us via support@thegeneration.se where we can ask for more sensitive information.
But before doing so I noticed that the site is using “simple” permalinks which could be the issue in this case. Please head to “Settings > Permalinks” and change the structure to “Post name”. To see if that made any difference, also flush all carts via “WooCommerce > Status > Tools > Clear customer sessions” to ensure that the new permalink is being used when you try to checkout out again.
Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] Change $should_do_mapping_validation to falseHi,
The error message means that there are items in Svea that’s not present in the visitors cart or vice versa. It’s a safe measure to ensure that all items have been synced properly before processing the payment.
If you’re sure that you want to disable that feature you should be able to use the following code in you child theme or via plugin:
add_filter( 'woocommerce_sco_should_do_cart_items_mapping_validation' '__return_false');Best regards
Forum: Plugins
In reply to: [Svea Checkout for WooCommerce] CRITICAL Uncaught TypeErrorThis issue has been resolved in version 2.6.0 and it only affected expired carts Please ensure that you are using the latest version of the plugin. If you’re still seeing these errors then please get back to us!