mnschwarz
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Get quantity of each item in an orderSeKra,
I know this was a while ago but I’m having trouble getting this to work. I’m trying to count the quantity for the order processing & complete email templates.If I enter your code in the template, it creates a ‘0’ order. If i remove $order = new WC_Order( $order_id ); I get nothing.
Jeremy,
I’m having the same issue on at least one of my posts. I have the featured image set (although it wasn’t when originally published) and it still takes a different image from the post. It appears that it simply takes the first image in the body of the post instead of the featured image. Am I doing somewthing wrong here? Post is: https://www.libertadtravel.com/not-just-another-travel-blog/
and the related post can be seen here: https://www.libertadtravel.com/how-to-beat-jet-lag/Forum: Plugins
In reply to: [Stripe for WooCommerce] Currency Conversion RequiredActually currency switcher is just passing the currency on to the payment gateway (stripe) so it’d need to be made possible in this plugin correct?
Forum: Plugins
In reply to: [Stripe for WooCommerce] Currency Conversion RequiredYeah that works fine without the currency switcher. I guess I should have a chat to them about this issue?
Forum: Plugins
In reply to: [Stripe for WooCommerce] Currency Conversion RequiredStephen,
Thanks. Did as you suggested but the currency is still being charged in USD. Even when I change the base currency to be MXN it still somehow goes through to stripe as USD and I receive the same error.