mkepli01
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Summary field for custom item metaI think it would be order item meta, we currently get the meta in our order summary sheets using the code
add_filter('woe_get_order_product_value_field_name', function ($value, $order, $item, $product,$item_meta) { $value = $item_meta['_meta_name']; return $value; }, 10, 5);So would I do
$Value = $item->get_meta('_meta_name')?Forum: Plugins
In reply to: [Widgets for Reviews & Recommendations] Plugin doesn’t seem to do anythingWe don’t currently have anything set up to monitor our web server log, and I will not grant access to the site since that would be a huge security risk and it wouldn’t be possible anyways since you would need to be connected to our private VPN to access our development environment. I think I will just need to shop around for another plugin with similar functionality that will work with our environment.
Forum: Plugins
In reply to: [Widgets for Reviews & Recommendations] Plugin doesn’t seem to do anythingStill, nothing. I turned off the popup blocker for the localhost instance we are using and no Facebook popup would appear, the page would just reload itself like before. Also I have noticed the css for the plugin doesn’t seem to be loading, what I see in my dashboard isn’t what I see in the video. I am also using up to date versions of your plugin and WordPress.