XootiX
Forum Replies Created
-
Forum: Reviews
In reply to: [Side Cart Woocommerce | Woocommerce Cart] License Promise BrokenI am very well aware of this and it was a one time download back then, no automatic updates, nothing.
We have now taken over the plugin and now constantly push auto updates and add new features.
You may still use the zip file you downloaded, there are no restrictions on activating it and can use it for lifetime, as promised earlier.- This reply was modified 1 year ago by XootiX.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Uncaught DivisionByZeroError:Hello @hallcrash
Sorry, I forgot updating this. Will take care of it in next update.
Also, could you please clarify about “Not configured or used”? As soon as you install the plugin, the settings are automatically configured and the values are set.
As mentioned earlier, the option “number of cards per row” value is 2 by default If you set it intentionally to 0, only then the error will show up.- This reply was modified 1 year ago by XootiX.
Forum: Reviews
In reply to: [Side Cart Woocommerce | Woocommerce Cart] License Promise BrokenSorry you feel that way but honestly no promise was broken.
“The never expires” message you’re referring to is shown under “post purchase email” and we weren’t aware of it during that time. It is shown by default in WooCommerce emails. We have removed it later on once we were notified about it but again it wasn’t something which drove you in purchasing the plugin. It was shown after you have purchased the plugin.
The license promise still remains valid. You’re allowed to use the plugin on your site for lifetime, there is no need to renew the plugin and its not an auto renewal service.
If you wish to continue receiving updates, only then you need to renew annually.
Peace!Hello,
The error appears because the X is not setup correctly.
Please follow the documentationForum: Plugins
In reply to: [OTP Login & Register Woocommerce] Button display issueHello,
Please go to appearance -> customize- > additional CSS and paste this CSS, this will fix the dropdown arrow.xoo-ml-has-cc span.select2-selection__arrow {
transform: unset!important;
}Regarding the popup, unfortunately its a custom theme pop up and plugin will not work there. This plugin only expects a woocommerce login/signup form.
Plugin has its own popup design, here is the demo if you’re interested.
Hello,
This option is for “Single field form” under “Form pattern” setting.
If you are using separate forms, use this snippet to disable Login with usernameadd_filter( 'xoo_el_process_login_errors', function( $error, $creds ){
if( isset( $creds['user_login'] ) && !is_email( $creds['user_login'] ) ){
$error->add( 'not-allowed', 'Please enter valid email address.' );
}
return $error;
}, 10, 2 );Hello @chris30003
Sorry, plugin currently does not have this feature. I will see if I can add this in the next update.Hello @tomlandon
To merge with the “Biographical Info” field, please select a “textarea” field and set its unique ID to “description”.
Sorry, you cannot add tinymce editor.@diptonath Were you able to find it?
Hello Chris,
You’re referring to premium version. Please leave a message here with your details.It’s available under “Security add-on”
Happy to help 🙂
Hello,
Its [xoo_el_profile]Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Uncaught DivisionByZeroError:Hello,
Its a division by zero error. Make sure the value here is greater than 0
https://i.imgur.com/o6tNzSC.pngHello,
Fixed it in the recent update. Thanks for reporting.