Tommaso Baldovino
Forum Replies Created
-
@pixelyoursitesupport thank you for the fix, I’ve just tested the new update: it works.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] New Security VulnerabilityI’ve been waiting for an update for 3 months, any news?
Forum: Plugins
In reply to: [Advanced Google reCAPTCHA] Not showing when using wp_login_form()Same issue with the last update: the reCaptcha is no longer visible on the default WP registration form.
Forum: Plugins
In reply to: [User Login History] Error download csvI had the same issue, it’s related to the 2.1.4 update. Try to rollback to the 2.1.3 and you should be fine.
Same error here, plugin version 1.20.
The recaptcha is loading on the registration form, but throws a fatal error on form submit. I just disabled the plugin in order to allow user registrations.[12-Apr-2024 13:42:25 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /public_html/wp-content/plugins/advanced-google-recaptcha/libs/functions.php:300
Stack trace: 0 /public_html/wp-content/plugins/advanced-google-recaptcha/libs/functions.php(327): WPCaptcha_Functions::handle_captcha() 1 /public_html/wp-includes/class-wp-hook.php(324): WPCaptcha_Functions::handle_captcha_wp_registration(Object(WP_Error)…Hi, thanks for your reply! I’ve discovered that the issue was related to the position of the EAN field on the product edit page.
Now I’ve moved the field on the “advanced” tab and it works on every product, even the custom ones. The “inventory” tab wasn’t always visible on the custom products.
Great, now it works. It’s a great feature for fixed price products.
In my specific case the price varies depending on the length of the rental period. It is definitely a special case, and I realize that it would be a too specific customization. Probably the solution for these cases is to deal directly with the final cart amount, and I get it’s out of scope of this plugin. Right?
Ok, I updated the plugin’s directory name and it works.
Now I’m trying to test the new feature:
– I’ve created a WCK Fieldset using the special field “value of formula”
– I’ve added a simple formula: {product_price}/100*30
– Enabled the visibility on cart
– Price calculation is offShould I notice something when I add a product to the cart? I was expecting to see the new fieldset on cart and in the order summary (30% of the product price), but nothing shows up.
Am I missing something?
Thanks @wckalkulator, I’ve some errors on the add fieldset page, something is not working as expected.
This is an example:
Warning: include(/home2/myproject/public_html/wp-content/plugins/wc-kalkulator/views/admin/assignment.php): Failed to open stream: No such file or directory in /home2/myproject/public_html/wp-content/plugins/wckalkulator-dev/src/View.php on line 45 Warning: include(): Failed opening '/home2/myproject/public_html/wp-content/plugins/wc-kalkulator/views/admin/assignment.php' for inclusion (include_path='.::/opt/cpanel/ea-php80/root/usr/share/pear') in /home2/myproject/public_html/wp-content/plugins/wckalkulator-dev/src/View.php on line 45I can help you debug the issue if you point me in the right direction.
Great! I’m thinking about using this to add just a custom field on orders. It would be only visible to the admin and only on the backend, but showing it on cart could be an option. Anyway there’s no need to show it on the product page.
This could be useful to automatically calculate a custom amount based on the cart / item price, and use the new value for further actions (eg. adding them on a pdf contract, or an offline payment).
In my specific case this could be perfect to calculate the deposit amount when renting one or multiple items, on a store with no online payment.
Thanks for the support!
Great job with the plugin! What do you think about an option to apply the price formula to fields other than product price? They could be new custom fields.
It could be useful to add to the orders some ready-to-use infos.
Eg. a 30% of the total price for a deposit amount.Forum: Plugins
In reply to: [Products Suggestions for WooCommerce] Add to cart on variable productsHi, every variation has a specific color and “any size”
Forum: Plugins
In reply to: [Products Suggestions for WooCommerce] Add to cart on variable productsHi,
the variation I’m trying to add from the suggestions is based on two custom attributes (color, size). The parent product has other attributes but they’re not used in the variations.
I’ve also tried to set a default for the two custom attributes but the issue remains.
Hi,
I’ve the same issue. The “Successfully Registered Email” is not triggered if email confirmation is enabled. So the user receives the “Email Confirmation” with the link and nothing else, after the account activation.
Is there any way to solve this issue? Even a customization for the functions.php would be fine, I just need to trigger that email.
Thanks
Forum: Plugins
In reply to: [Search & Filter] BUG: Rename tag base causes Search and Filter 404Just debugged the same issue on my website. I’m supporting the same request: is there an upcoming update for this bug?
Custom permalinks are a common situation.