Risto Niinemets
Forum Replies Created
-
Forum: Plugins
In reply to: [Estonian Banklinks for WooCommerce] Liisi j?relmaksAnnan teada, et l?hiajal on see moodul lisatud ka siia pluginasse.
Forum: Plugins
In reply to: [Estonian Banklinks for WooCommerce] Liisi j?relmaksTere!
T?nan, et teavitasid! Uurin j?rele, mis see t?psemalt on ja kuidas saame ka endale selle lisada.
Risto
T?nan! Puhkuse jaoks on oma koht ajagraafikus olemas ??
PS! Kindlasti kulub pluginale ?ra “Review”.
In that case, unfortunately it is not that easy. You can remove other information via
remove_action( 'woocommerce_email_customer_details', 'function_name' )
, or do some custom coding and really get into the plugin and see how terminal names are get.Hello,
i just tested the Maksekeskus redirect gateway on my personal account and it worked as supposed to. The “failed to create transaction” will be shown if there isn’t any proper information submitted to the URL, but that shouldn’t be an issue with the plugin.
You can test the plugin here:
https://demo.konekt.ee/woocommerce/Please re-check your Shop ID and API secret.
Terminals are added to the email via action hook
woocommerce_email_customer_details
. If your email template has that action called (do_action), then it will be automatically added.Forum: Plugins
In reply to: [Estonian Banklinks for WooCommerce] Page language after checkout returnHello @folver,
Sorry for the late response.
What plugin are you using for the multilingual setup?
The banklink return URL (from bank to website) is generated by WooCommerce itself (API URL) and WooCommerce generates the URL with WordPress’ native function
home_url()
. Any multilingual plugin should have this URL filtered with correct URL.After the return URL, bank response will be validated and then website redirects to order return page (thank you page), which is set in WooCommerce settings. The thank you page URL is also generated by native functions
get_home_url()
orget_permalink()
.So, in conclusion, the problem has to lay within the multilingual plugin, which is not properly translating or altering URL. Please check your plugins multilingual support for WooCommerce. WPML works nicely and shouldn’t have those kind of problems.
Risto
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Store IDThank you for the answer.
Is there a possibility that this plugin could be maintained at Github? I could offer a great deal of help on developing the plugin, as there a lot of things to do.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] "not a valid interest group" errorIt may be because you have swapped $order_id and $merge_vars order…
Filter is called like that:
apply_filters( 'ss_wc_mailchimp_subscribe_merge_vars', $merge_vars, $order_id );
Almost the same issue here:
array(2) { ["name"]=> array(1) { [0]=> string(22) "name should be present" } ["title"]=> array(1) { [0]=> string(23) "title should be present" } }
Also error “Invalid Displayed Gallery” inside Slideshow widget.
Forum: Plugins
In reply to: [The Taxonomy Sort] Disappearing categoriesThank you for your feedback. I will certainly have a look in this matter soon enough!
Forum: Plugins
In reply to: [The Taxonomy Sort] add an ajax loaderThanks for the request. I added it to version 1.1 which will be available in a few days.
Forum: Plugins
In reply to: [The Taxonomy Sort] register_uninstall_hook was called incorrectlyHey!
Thanks for the alert. I changed it in version 1.1 and it will be released really soon.
Forum: Plugins
In reply to: [Amazing WP e-Commerce] Interesting ideaI totally agree. I actually have not thought about it much, though I originally created it for myself to have a way around these built-in WP e-Commerce functions that will eventually get annoying – especially when I started working with WPEC (more than half a year ago).
However, to be honest, I have not used the shorthand functions anymore as the functions will stick to your head. But I am sure that it can help beginners.
Did you try out the other features? It would be nice to have some comments and reviews for feedback.
Thank you for the comment.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] slider not loadingAt the moment your website hasn’t got Promotion Slider even added (no script or style added), instead of that you have something called Un Point Zero slider or something similar.