Altos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPrice Calculator] Can’t add item to carthi Jan Dembowski
The technician didn’t pay attention to your alert.. so he wrote something wrong.
In the future we will take more consideration your comment.
Sorry for thatForum: Plugins
In reply to: [WooPrice Calculator] Can’t add item to cartHi Jan
Could elaborate about what we did that is not permitted?
Thank you
DavidForum: Plugins
In reply to: [WooPrice Calculator] List label not print titleHi WickyWaqas,
The plug in has the ability to displayed the chosen values from the on-purchase to the cart one. To find the problem and solve it we need to have more info like:
1) the spreadsheet you use for the calculation with specification about the formula and the cell utilized as input[ REDACTED ]
3) screenshot of what happen and the desired situation
Best regards!
Ennie
AT71- This reply was modified 8 years, 1 month ago by Jan Dembowski.
Forum: Plugins
In reply to: [WooPrice Calculator] SyntaxError: Unexpected token < in JSONHi publicstaticjg
This problem has been fixed for next release but in a working environment and to solve now the problem he must disable debugging mode of his website by setting:define( ‘WP_DEBUG’, false );
In /wp-config.php
For more information: https://codex.wordpress.org/Debugging_in_WordPress
==========
At29- This reply was modified 8 years, 5 months ago by Altos.
Forum: Plugins
In reply to: [WooPrice Calculator] Calculation with variation product not working anymoreHi Abhud,
Yes, we solved this problem two months ago, as you can see.
Surely was solved on the paid version.Anyway we guarantee a bug-fix also on the free version.
Please elaborate your problem and we solve it.
Remember that customers of the pro version receive an hour of free support also for customer side problemsDavid
Forum: Plugins
In reply to: [WooPrice Calculator] Problem with woocommerce_get_price_html filterHi,
You’ve right, this will be fixed in next releases.
I think you can replace in the function “
filter_woocommerce_get_price_html“,$productId = $instance->get_id();Change also:
function filter_woocommerce_get_price_html($price, $include){and:
add_filter('woocommerce_get_price_html', array($this, 'filter_woocommerce_get_price_html'), 10, 2);Regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Calculation with variation product not working anymoreHi Anna,
We’ve received your request in our support forum.
Please write there all your questions.
Regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] no variation showing in back endHi,
Is the color field created by our plugin?
Best regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Possible theme conflictHi,
Some themes use the options “Ajax price calculation” overriding the WPC default function.
Check if you see an option like that and disable it.
Best regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Not adjusting weightHi,
Could you please send me a website url where I can see it?
Thanks,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Not able to activate – fatal errorHi,
You should enable
define(‘WP_DEBUG’, true);
in your /wp-config.php and see what type of error do you get.
If you don’t see any errors you should ask to your website provider to enable PHP error printing or if you can do it, you should enable errors yourself from your website control panel or php.ini.
If you see a blank page, there must be a “Fatal Error”, and you should find it to solve the problem.
If you updated your PHP version to 5.5, probably you need to update all your plugins and themes also.
Best regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Not adjusting weightHi tmonsta,
What do you mean with “weight never changes”?
Could you please send to me a short video to better understand the problem?
Best regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] problemsHi,
Please try to upgrade to the last version: 1.2.23
Let me know,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Not able to activate – fatal errorHi qedico89,
I think that you have an old version of PHP (< 5.3.0) that doesn’t support namespaces.
Please upgrade your PHP version at least to 5.3.0
Best regards,
EnricoForum: Plugins
In reply to: [WooPrice Calculator] Compatibility with WooCommerce Composite ProductHi Redwolf,
Thanks for be interested in our plugin.
If you are talking about the form which displays fields and makes calculations, there are two type of forms:
– Default Form/Theme (Generated by the plugin)
– Custom Form/Theme (Created by the user)The form is generated by the function “getDefaultThemeData”, which is in ‘woo-price-calculator/woo-price-calculator.php’
The form is displayed using the function ‘product_meta_end’ (WooCommerce hook), see ‘woo-price-calculator/woo-price-calculator.php’
The view which displays the default form is the ‘woo-price-calculator/View/product/product.php’ file.
But if the user chooses to display a custom view, see: ‘YOUR-WP-INSTALLATION/wp-content/uploads/woo-price-calculator/themes/SELECTED-THEME’
If you need more info, let me know.
Best regards,
Enrico