Krzysztof Pi?tkowski
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] TemplatesIn the next version I am going to add child theme support, but for now you should override in parent theme. For the compatibility it would use both child and then parent theme.
Please give url or source code to the product page so I can see this duplication issue.
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] Templatesget_template_directory() returns the path to the parent theme. I should update the docs. Try to move wc-kalkulator directory to the parent theme.
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] TemplatesHi, is ?my_theme” activated on your WP? What is the result of get_template_directory()? Is it correct and points to ?my_theme” ? Do you have any php error in logs?
Hi, thank you very much for this reporting. I’ve missed “numberposts” argument on get_posts. The default value is “5”. Set to -1 should fix that issue. New version will be released in couple of hours.
Hi, Thanks for reporting that issue. It’s problem with str_replace on array. It works on PHP7.4, but throws an error in PHP8. I will fix that in a short time.
It is better to do it via FTP or any other file manager
For example: view/fields/front/text.php should be copied to the /themes/your-theme/wck-kalkulator/fields/front/text.php
Go to wc-kalkulator plugin and copy template files in view/fields/front folder. Each field has its own *.php file. This file should be placed at wp-content/themes/your-theme/wc-kalkulator/fields/front/
There is a typo wc-kalkulator not wck-kalkulator
Forum: Plugins
In reply to: [Product Fields, Addons and Price Calculator for WooCommerce] v.1.3 – testing6. Price Add-ons has beed added – in calculation modes
@javierglez Hi, I’m working on v.1.3, which adds feature to use formula in HTML/Paragraph fields. Try “dev” version of this plugin at: https://github.com/piatkowski/wckalkulator/tree/dev – zip files and upload as plugin.
You can use formula in field’s content, for example: {={length}*{width}/10000}
Remember that you need to add “length” and “width” fields.Please give me more details to reproduce this issue.
I’ve created Fieldset “A” assigned to category “A” and Fieldset “B” assigned to category “B”. Products in category “A” has fieldset “A” and products in category “B” has fieldset “B”.
When Product is in both “A” and “B” category, fieldset with highest priority is used.Please tell me what you see at: wp-admin/edit.php?post_type=wck_fieldset
in column “Assigned To”. Could you give me some screenshots for WCK config and product config (category assignment) ?I think issue is in the theme. You can send me files at [email protected] I can check cart template.
Hi, I had a plan to add “Dynamic Field” to be working as you described, but HTML field would be much better. Thanks for this idea ??
Can you add screen shot for fieldset settings? I can’t reproduce this issue.
I need to figure it out. I will come back with an answer soon.
p.wckalkulator-price