Toto146
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Wrong RoundUp->RoundDownForum: Plugins
In reply to: [Calculated Fields Form] Wrong RoundUp->RoundDownHello @codepeople ,
now after an update the result from
PREC(ROUND(161.95*0.5,0.01),2) is 80,97.
But this is still not the result that I need.
161,95 / 2 = 80,975 -> this must be rounded up to 80.98.
Reaching a 5 should round up to the next full result. E.g. 20,255 = 20,26
Thanks in advance,
ThorstenForum: Plugins
In reply to: [Calculated Fields Form] Wrong RoundUp->RoundDownHello @codepeople,
I’ve tried this in console also but my result you can see in the attachment. Crazy.
Forum: Plugins
In reply to: [Calculated Fields Form] Wrong RoundUp->RoundDownHello @codepeople,
thanks for your fast reply. I’ve tried the new formula but now the result for the example in the opening thread
What I need is the correct round like in this example:
161,95€ * 0,5 = 80,975€ -> cff rounds down to 80,97€ -< I need the correct rounding to 80,98€
Using the new formula makes out of 161,95€ * 0,5 = 81,00€.
What can I do?
Kind regards
ThorstenForum: Plugins
In reply to: [WC Cancel Order] Fatal errorHi there,
get a fatal error to.
Using:
WP 4.3.1
WooCommerce 2.4.7
WC Cancel Order 1.5Error message:
Fatal error: Call to a member function get_status() on a non-object in /www/htdocs/w013a156/gansdoll/wp-content/plugins/wc-cancel-order/wc-cancel-dashboard.php on line 44Screenshot:
ScreenshotWhat can I do? Disabling all other plugins except WooCommerce doesn’t help.
Thanks in advance!
Thorsten
Not so good…after changing any woocommerce settings, the table rate plugin goes back to default and the amounts in the setting are lost.
So after every change in woocommerce settings, I need to fill in the table rate plugin settings again.Oh…WP_debug was disabled. Now I see this:
Strict Standards: Declaration of WC_Shipping_tablerate::is_available() should be compatible with WC_Shipping_Method::is_available($package) in /xxxxxxxx/wp-content/plugins/woocommerce-table-rate-shipping/shipping-tablerate.php on line 24
Hope this helps?
My freeshipping is set to minimum 50,-€ and the table price about orders from 0-49.99€ is shown correct (5.95€).
Hi rpletcher,
I’m running the same issue like akiddo. No php errors, but in my case the “Table Rate: $123” and the “Free Shipping” are also shown.
Maybe you can help me?
Regards
Thorsten
Hi Frank,
I have the same problem. The Plugin does’t react. Deactivating of Maintenance mode impossible, changes in the settings are not visible, deactivating or removing the plugin doesn’t take any effect too. Deactivating all other plugins and changing the theme
CachePlugins are not installed, browser cache is cleared.
WP 3.8.1
WP-Maintenance Mode 1.8.11Regards,
ThorstenForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Gallery not workingAnyone an idea to make jquery run so that I can use this script?
<script type="text/javascript"> $(document).ready(function() { $('a[href*=#]').bind("click", function(event) { event.preventDefault(); var ziel = $(this).attr("href"); $('html,body').animate({ scrollTop: $(ziel).offset().top }, 1000 , function (){location.hash = ziel;}); }); return false; });</script>Forum: Plugins
In reply to: Twenty Thirteen & JQueryCorrection:
If I delete this
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>in the header.php, the Carousell work again.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Gallery not workingI have now figured out that this
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>is the problem for the missing caroussel.Twentythirteen seems not to work with JQuery
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Gallery not workingI mean the carousel!!! The tiled gallery works fine, but not the carousel