Krzysztof Piątkowski
@wckalkulator on WordPress.org
- Member Since: April 5th, 2022
Contribution History
Krzysztof Piątkowski’s badges:- Plugin Developer
-
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… -
Posted a reply to Display price total on different position, on the site WordPress.org Forums:
@dirimmedia Hi, to change price block you should remove actions https://github.com/piatkowski/wckalkulator/blob/master/src/FieldsetProduct.php#L923 For example in your… -
Posted a reply to Compatibility with WOOCS – WooCommerce Currency Switcher, on the site WordPress.org Forums:
@csabal please show me screen shots of your fieldset configuration and formula. -
Posted a reply to Compatibility with WOOCS – WooCommerce Currency Switcher, on the site WordPress.org Forums:
Hello, unfortunately WOOCS plugin needs many hacks and workarounds to work with other plugins. Every… -
Posted a reply to Price, on the site WordPress.org Forums:
Please watch video tutorials. It is explained -
Posted a reply to Custom field with calculation, on the site WordPress.org Forums:
Did you try formula field ? -
Posted a reply to Price does not update regular price of a product, cart subtotal shows 0., on the site WordPress.org Forums:
It is not working like that. Plugin calculates cart item price, but does not update… -
Posted a reply to Date to Day in the Conditional Visibility, on the site WordPress.org Forums:
It is not supported -
Posted a reply to File Type (ai, psd, cdr, eps), on the site WordPress.org Forums:
Hi, it is not supported right now. -
Posted a reply to Conditional + Add On, on the site WordPress.org Forums:
Hi, it is not possible -
Posted a reply to Call for Price or Product Unavailable, on the site WordPress.org Forums:
Hi, sorry it is not implemented -
Posted a reply to Maximum number of select field boxes based on inventory, on the site WordPress.org Forums:
Hi, it is not possible with this plugin -
Posted a reply to Price does not update regular price of a product, cart subtotal shows 0., on the site WordPress.org Forums:
Hi, it is not working this way. Your theme shouldnt calculate subtotal from product price,… -
Posted a reply to Total The price is equal zero., on the site WordPress.org Forums:
You need to make some tests if {type} has correct value. -
Posted a reply to Total The price is equal zero., on the site WordPress.org Forums:
Show me your formula. Seems that your formula equals zero. -
Posted a reply to Calculation Speed, on the site WordPress.org Forums:
Hi, the price is calculated server-side using ajax calls. -
Posted a reply to live/dynamic currency rate, on the site WordPress.org Forums:
Hi, is is not possible, but you can write code snippet to update global parameter… -
Posted a reply to Product Weight, on the site WordPress.org Forums:
@tidyu Hi, {product_weight} is explained here: http://wckalkulator.com/usermanual/advanced_usage/#products-variables In my plugin you can't calculate custom product… -
Committed [2807912] to Plugins SVN:
update readme -
Committed [2807908] to Plugins SVN:
readme update -
Posted a reply to Display calculated price outside the single product page, on the site WordPress.org Forums:
It works on single product page or custom page with product shortcode.
Developer
-
Product Fields, Addons and Price Calculator for WooCommerce
Active Installs: 800+