digitaldesignerau
Forum Replies Created
-
‘Price and currency per country’ doesnt seem to work with the ‘price per usergroup’?
The idea being, that we have different base pricing per country. Then we have client accounts within each country that we need to offer discount pricing to (wholesalers etc) based on their country’s base pricing.
Through my testing, the usergroup multiplier only seems to multiply the default price but not the per country pricing.
Thanks for the update @jamesosborne
Hi @jairoochoa
Thanks for providing this fix. However after applying I noticed that I was still getting a fatal error. Ended up finding that the null return was getting passed to the array_merge(). I amended the fix to return an empty array which now fixes the fatal error.if ( ! $product || ! $product instanceof WC_Product ) {
return [];
}@jamesosborne – consider adding this as a permanent fix for themes/plugins that integrate with woocommerce in a way that prevent the $product variable from being used as expected.
Forum: Plugins
In reply to: [Event Tickets and Registration] Event Tickets CSV Report Still Not WorkingThis is a major bug and should be fixed as a priority. It is a core feature of the plugin and as a paid user i expect the core features to work. Based on this support thread you have had more than enough time to fix this bug, however it still appears to be present.
Please provide an ETA for a fix.