Krzysztof Pi?tkowski
Forum Replies Created
-
Hi @grayback try this https://pastebin.com/raw/LGk9qDxz
Cze??, ukryte pola maj? atrybut “disabled” i nie powinny by? wysy?ane w POST. Widz?, ?e w pliku functions.min.js masz $form.serialize(), która w wyniku do??cza pola z atrybutem disabled. Mo?na spróbowa? zmieni? $form.serialize() na $(‘:not(:disabled)’, $form).serialize()
The field seems to work. Total price is calculated and the select field has visible options.
@mcgreen29 Files in /views folder can be overriden in themes/your-theme/wc-kalkulator/
override cart view file and remove edit link
@lolipopcorn please give more informations, screenshots or page to check that issue. Nothing was changed.
@joanorsky Hi, it is possible to achieve it using custom js code.
Please explain what should I do to get this error? Step by step. I didn’t see any error in cart.
@skigirl1369 Hi, it could be possible with Global Parameter and JSON object to hold { 12345: 123, 12346: 123 … } but it will be a big object. I don’t know if will work.
Better you should create your own function. WCK user input data will be in cart item meta data.
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 example to $has_value = !empty($view->value) && $view->value > 0; It is just example
You have cache (breeze cache) and sometimes nonce field gets cached and is rejected by WP AJAX.
@tanzi01 Hi it is not possivle with this plugin, but I could write a custom plugin for you. Please write to me at [email protected] to discuss details
Thanks for reporting that issue
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] Price per UnitIt is not supported. You can use some javascript to change price on the fly
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] Price per UnitNo, because the plugin does not use unit prices
Hi, use pattern regexp and allow only uppercase letters.