Krzysztof Piątkowski
@wckalkulator on WordPress.org
- Member Since: April 5th, 2022
Contribution History
Krzysztof Piątkowski’s badges:- Plugin Developer
-
Posted a reply to Unexpected error, on the site WordPress.org Forums:
Use & -
Posted a reply to A critical error has occurred on this site., on the site WordPress.org Forums:
Do you have error log? -
Posted a reply to WCK Not working ??, on the site WordPress.org Forums:
@poomik Hi, it is working. There is a sticky toolbar at the bottom with dropdown… -
Committed [3078748] to Plugins SVN:
version tag update -
Committed [3078747] to Plugins SVN:
version tag update -
Posted a reply to Brakujące pole którego nie ma na produkcie, on the site WordPress.org Forums:
Jak wyglada przypisanie kalkulatorow do produktow i kategorii? -
Posted a reply to “Error processing checkout. Please try again” | Place order button not working, on the site WordPress.org Forums:
Hi, did you checked logs at WooCommerce -> Status -> Logs? Can you add url… -
Posted a reply to WC Kalkulator total doesn’t update the price correctly, on the site WordPress.org Forums:
@aeminium01 Hi, WooCommerce filters quantity to be an integer number, so idea to have quantity… -
Posted a reply to Multiple add to cart empties cart, on the site WordPress.org Forums:
@virtualbird look at it: https://wordpress.org/support/topic/what-is-wc-ajaxppc-simulate-cart/ questions about 2 weeks ago. -
Posted a reply to Multiple add to cart empties cart, on the site WordPress.org Forums:
@virtualbird I noticed that cart becomes empty when you check option (before adding to cart)… -
Posted a reply to Multiple add to cart empties cart, on the site WordPress.org Forums:
@virtualbird the cart is emptied both on mobile and desktop. How you set product to… -
Posted a reply to Show price above all options not down next to “Cart”-Button, on the site WordPress.org Forums:
@grayback the code can be used in functions.php in your theme -
Posted a reply to Show upload image in the cart, on the site WordPress.org Forums:
@foreverwp it is not possible. Uploaded files are accessible only in the admin dashboard -
Posted a reply to WC Kalkulator total doesn’t update the price correctly, on the site WordPress.org Forums:
@aeminium01 it can be something with ajax request made from product page. Please share a… -
Posted a reply to the price starts from 700, on the site WordPress.org Forums:
@alenawhitemoustache you can use conditions or function max to determine minimum value, for example =max(700,… -
Posted a reply to How do I put an html field in the cart?, on the site WordPress.org Forums:
Hi @alenawhitemoustache HTML Field shows only on product page. It is not used in the… -
Posted a reply to Multiple add to cart empties cart, on the site WordPress.org Forums:
@virtualbird can you share link to live site? -
Posted a reply to Show price above all options not down next to “Cart”-Button, on the site WordPress.org Forums:
Hi @grayback try this https://pastebin.com/raw/LGk9qDxz -
Committed [2976948] to Plugins SVN:
tested up to updated -
Posted a reply to Ukrycie pól warunkowych w koszyku, on the site WordPress.org Forums:
Cześć, ukryte pola mają atrybut "disabled" i nie powinny być wysyłane w POST. Widzę, że… -
Committed [2969414] to Plugins SVN:
Stable tag updated -
Posted a reply to Select field stopped working, on the site WordPress.org Forums:
The field seems to work. Total price is calculated and the select field has visible… -
Posted a reply to hiding the “edit product” link in the shopping cart, on the site WordPress.org Forums:
@mcgreen29 Files in /views folder can be overriden in themes/your-theme/wc-kalkulator/ override cart view file and… -
Posted a reply to Select field stopped working, on the site WordPress.org Forums:
@lolipopcorn please give more informations, screenshots or page to check that issue. Nothing was changed. -
Posted a reply to Suggestion and questiQuestion and Suggestion, on the site WordPress.org Forums:
@joanorsky Hi, it is possible to achieve it using custom js code. -
Posted a reply to “Product has incorrect parameters” error in cart, on the site WordPress.org Forums:
Please explain what should I do to get this error? Step by step. I didn’t… -
Committed [2908436] to Plugins SVN:
wp 6.2 version tag updated -
Posted a reply to importing items and hiding price if not validated, on the site WordPress.org Forums:
@skigirl1369 Hi, it could be possible with Global Parameter and JSON object to hold {… -
Posted a reply to Item exclusion from cart, on the site WordPress.org Forums:
You can override view file from views/fields/cart.php to your-theme/wc-kalkulator/fields/cart.php and then change $has_value condition for… -
Posted a reply to Number field stops working after a while, on the site WordPress.org Forums:
You have cache (breeze cache) and sometimes nonce field gets cached and is rejected by… -
Posted a reply to Kilojoule additions, on the site WordPress.org Forums:
@tanzi01 Hi it is not possivle with this plugin, but I could write a custom… -
Posted a reply to Multi Checkbox can not be changed after selected, on the site WordPress.org Forums:
Thanks for reporting that issue -
Posted a reply to Price per Unit, on the site WordPress.org Forums:
It is not supported. You can use some javascript to change price on the fly -
Posted a reply to Price per Unit, on the site WordPress.org Forums:
No, because the plugin does not use unit prices -
Posted a reply to Input field uppercase, on the site WordPress.org Forums:
Hi, use pattern regexp and allow only uppercase letters. -
Posted a reply to Product price and subtotal not updating in cart, on the site WordPress.org Forums:
Some themes (maybe divi builder as well) uses product price in cart templates, but it… -
Posted a reply to Compatibility with WOOCS – WooCommerce Currency Switcher, on the site WordPress.org Forums:
https://pastebin.com/raw/r0LWuwNH -
Posted a reply to Elementor, on the site WordPress.org Forums:
@bomberone83 Hi, the plugin outputs content using woocommerce_before_add_to_cart_button hook. Page builders are not supported. -
Posted a reply to Layout around “Add to Cart”, on the site WordPress.org Forums:
Hi @nyfoxyloxy I can't see my plugin under link. Can you send me theme files… -
Posted a reply to Compatibility with WOOCS – WooCommerce Currency Switcher, on the site WordPress.org Forums:
https://github.com/piatkowski/wckalkulator/blob/master/src/ProductHelper.php Line 100 and 111 should be wrapped in that additional WOOCS code -
Posted a reply to Display price total on different position, on the site WordPress.org Forums:
Try remove_action with woocommerce_before_add_to_cart_button. remove_action('woocommerce_before_add_to_cart_button', array(\WCKalkulator\Woocommerce\Product::class, 'price_block')); -
Posted a reply to No Field Types Dropdown, on the site WordPress.org Forums:
@david5555 should be a toolbar at top or the bottom of window. -
Created a topic, [Read this] Support Delays, on the site WordPress.org Forums:
Hello, WCK is my private project that I develop in my… -
Posted a reply to hints dont show on website, on the site WordPress.org Forums:
@nyfoxyloxy @jakubsendal Add some icon to tag <span class="dashicons dashicons-editor-help wck-field-tip">. Hints are there, but… -
Posted a reply to Compatibility with WOOCS – WooCommerce Currency Switcher, on the site WordPress.org Forums:
I see now. First of all in FieldsetProduct.php code should look like $result = $parser->execute();… -
Posted a reply to Blank Fields in Cart, on the site WordPress.org Forums:
@airplanetees Hi, this is not possible by default, but you should override view file: https://github.com/piatkowski/wckalkulator/blob/master/views/fields/cart.php… -
Posted a reply to File/Image Upload field does not work, on the site WordPress.org Forums:
I need more information to solve this issue. What is your fieldset configuration? Can you… -
Posted a reply to Shortcode to create default field value, on the site WordPress.org Forums:
@samganti Hi, you are able to update global parameter value by php code and then… -
Posted a reply to File/Image Upload field does not work, on the site WordPress.org Forums:
@hjfierce please check if form tag has enctype parameter to handle file upload. The ATC… -
Posted a reply to Total Unknown product or incorrect user input!, on the site WordPress.org Forums:
@antonio7ungolo this error occurs if POST request has not '_wck_product_id' and 'quantity' fields or these…
Developer
-
Product Fields, Addons and Price Calculator for WooCommerce
Active Installs: 1,000+