Caleb Burks

Results 91 comments of Caleb Burks

Oh, need to download from the releases tab: https://github.com/WPprodigy/woocommerce-external-product-embed#installation Otherwise if you clone/download from the git branch directly you need to run the "Development" steps in the readme first.

Shouldn't be related to nginx. Can maybe check if even the public pages of the rest api are available.

> when a order is created in BO. What is "BO"? The plugin uses the WC fees API, and the `woocommerce_cart_calculate_fees` hook in particular. If that is not called during...

Ah right, so yes in the backend the fees are not calculated in the same way unfortunately. Would need to be manually added at the moment.

Hard to say what went wrong without a more specific error message, but my guess is that you need to download from the releases page and not clone the repo:...

Looks like you might have the plugin installed in two different places and enabled twice? - `/plugins/woocommerce-external-product-embed/` - `plugins//woocommerce-external-product-embed-master/`

My guess is that this relates to the theme's styling choices (CSS). If you were to temporarily swap to a default WP theme you might see a different result and...

https://core.trac.wordpress.org/ticket/58998 helps out a bit here, notably with the inconsistent flushes. Long-term, still planning to deprecate/replace this "API".

Does the store maybe have it set to use comma's as the decimal place? May need to do `0,50` if so.