Web Expert
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google requests outdated “Legacy People API”Can you please explain about that migration?
Is this feasible through yith WooCommerce login or we re gonna need a total different thing?Forum: Plugins
In reply to: [Permalink Manager for WooCommerce] How to resetI think that it didn’t work.
Forum: Plugins
In reply to: [Yoast SEO] Yoast banner ad in admin sectionI couldn’t agree more. On which part of using yoast SEO have we agreed that you can show any kind of ads on admin dashboard
Forum: Plugins
In reply to: [Yoast SEO] Custom og:tags to custom post typeHello again.
Yes I’ve understood that is a feature mostly needed on WooCommerce, but what if I had a theme or plugin that manipulates product as custom post type.(eg a booking system)
Is there any plans of adding a hook or filter between the yoast meta opengraph area?
Or if I just put them on wp_head, even on the bottom of the <head> element, it will work as should.Forum: Plugins
In reply to: [WooCommerce Smart COD] COD fee not applied after failed credit card paymentAfter further reading, WooCommerce doesn’t trigger any update_checkout at order-pay page. Thus, there is no way of achieving such thing.
Forum: Plugins
In reply to: [WooCommerce Smart COD] Risk Free CODHow can you take the extra money, as client won’t receive the items and won’t pay anything?
Sorry for the second post… can you update us how we can add the missing translation string and dont get it overwritten from any future updates?
Greek.
Maybe, your greek translation misses that?I get the error from query monitor, its now moved to
wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php:1048
Warning sprintf(): Too few arguments'desc' => sprintf( __( 'Enable all plugin features. <strong>Be sure to select at least one option in the Wishlist page menu in this settings page.</strong> Also, please read the plugin <a href="%s" target="_blank">documentation</a>.', 'yith-woocommerce-wishlist' ), esc_url( $this->doc_url ) ),
Forum: Plugins
In reply to: [WooCommerce] WC_Cache_Helper::delete_version_transients()I have the same issue as you do.. I have tried to even disable (comment) code to WC_Cache_Helper but delete_version_transients jobs are still deleted…
I manually delete cron option with a real cron, but i guess thats not a solution!Forum: Plugins
In reply to: [WooCommerce] adding custom fields to additional information tabI have overrided the template.. it wasn’t possible with hook
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Slow admin areaHey,
I have faced the same issue with a woocommerce website of 35k products.
Probably, its the cache cleaning or something ?Forum: Plugins
In reply to: [WooCommerce] adding custom fields to additional information tabHello.
Sometimes, there is a need of adding additional information on custom fields, rather than attributes. One main reason (which I’ve never experienced on the many wooocommerce shos I bulit), is the following:
We have dimensions and package dimensions in attributes and around 35k products.
That made very long and slow query, as it was trying to get the matching of terms, term_relationship, bringing over 100k of rows on each query.. which was very bad.So we moved it to custom field and the query is much lighter now
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Display discount on product pageHello guys.
I stopped using this plugin and Woocommerce is udpated regurarly, so the above snippet does not work any moreForum: Plugins
In reply to: [YITH WooCommerce Wishlist] Yith wishlist and polylang (registered users)Try to ovveride action “yith_wcwl_object_id”