Currency USD ($)
Currency position left
Thousand separator ,
Decimal separator .
Number of decimals 2
2022-09-20T20:02:36+00:00 ERROR There was an issue converting money to cents.
Context: {
"message": "The given value \"2,412.00\" does not represent a valid number.",
"amount_passed": "2412.00",
"stack_trace": [
{
"class": "Brick\\Math\\BigNumber",
"function": "Brick\\Math\\{closure}",
"line": 81
},
{
"class": "Brick\\Math\\BigNumber",
"function": "of",
"line": 196
},
{
"class": "Brick\\Money\\Money",
"function": "of",
"line": 742
},
{
"class": "Activecampaign_For_Woocommerce_Order_Utilities",
"function": "convert_money_to_cents",
"line": 177
},
{
"class": "Activecampaign_For_Woocommerce_Order_Utilities",
"function": "setup_woocommerce_order_from_admin",
"line": 205
},
{
"class": "Activecampaign_For_Woocommerce_New_Order_Sync_Job",
"function": "single_sync_data",
"line": 153
}
],
"source": "activecampaign-for-woocommerce-errors",
"request_id": "ac_woocommerce_632a1c4fce8053.42488468"
}
]]>Links of videos or blogs that would enlighten me. I am unable to find a straightforward answer I keep getting links that say use this and that, I am completely new as I’m sure others have been and will be.
]]>I can get the css files to work just fine by using
wp_register_style('header', get_template_directory_uri() . '/css/header.css', array(), 1, 'all');
wp_enqueue_style('header');
I have tried to add the JS files, but for some reason they are not registered when I test the page. What have I missed?
function shapeSpace_include_custom_jquery() {
wp_deregister_script('jquery');
wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js', array(), null, true);
}
add_action('wp_enqueue_scripts', 'shapeSpace_include_custom_jquery');
function load_javascript() {
wp_register_script('script2', get_template_directory_uri() . '/js/script2.js', array(), 1, 1, 1);
wp_enqueue_script('script2');
wp_register_script('script3', get_template_directory_uri() . '/js/script3.js', array(), 1, 1, 1);
wp_enqueue_script('script3');
wp_register_script('navigation', get_template_directory_uri() . '/js/navigation_script.js', array(), 1, 1, 1);
wp_enqueue_script('navigation');
wp_register_script('scroll', get_template_directory_uri() . '/js/scroll.js', array(), 1, 1, 1);
wp_enqueue_script('scroll');
}
]]>I noticed that when my subjects contain “&” they are converted to “& amp ;” (I put the spaces there because this support forum kept converting it to “&”)
Thank you
]]>The website that I’m using it on indicates that it found 6957 unconverted files. This ofcourse takes a very long time to process. But whenever I get back to the tab(within chrome) I get a white screen. After refreshing this screen and checking again for how many files need to be converted I get the exact same amount of files that need conversion. Even tho files DO get converted to .webp.
I think that you should add something that allows the script to continue later on. It seems as if the whole list needs to be completed in order for any progress to be saved.
]]>the template i made myself the only issue is that i dont know how wordpress really works, so i need a little bit help, i want my template looking good to the public maybe anyone could help?
that’s the website i want to get converted to wordpress.
]]>I’ve tried putting the code into a separate .js file, but it still isn’t working, I’m guessing because it’s outside the loop.
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].onclick = function(){
this.classList.toggle("active");
this.nextElementSibling.classList.toggle("show");
}
}
</script>
]]>Some of us aren’t from the USA and would like to use this plugin. However, the displayed amount for our products on the receipt page (and others) is displayed in dollars and there is no option to change this in the settings.
It makes no sense to show our customers prices in USD when we are outside the US.
How do we go about this ?
https://www.ads-software.com/plugins/easy-digital-downloads/
]]>