diegpl
Forum Replies Created
-
Hi, just purchased the plugin, but when I clicked on save, no warning came up, the leads showed up just after I reloaded the page and the search input some times break.
I tried to import leads again and they are repeated now, it seems there is no way to choose if they will repeat or not before importing and that is a basic thing for a CRM…
Ok, I understand then. Tks for clarifying it 😉
/wp-json/ndpvp/v1/import/csv url gets {“code”:”rest_no_route”,”message”:”Nenhuma rota foi encontrada que corresponde com o URL e o m\u00e9todo de requisi\u00e7\u00e3o.”,”data”:{“status”:404}} when I try to click over Save PRO button.
I tried that, the save button is written PRO and the above button does not work as well. So, does not that work in the free version? I saw you guys updated the plugin with that in the changelog, but it keeps the same. Mine is a wpms installation. I have tested more than 50 crm plugins and I really think I might purchase yours, it is very fast and clean, but I feel I need to test it before, what needs the bulk feature. Tks! 😉
I have tried, but when I try to click the button to go ahead, nothing happens.
This code worked. Pls, is there something wrong in it? Tks! 😉
// Flush cache on order completion function flush_cache_on_order_complete( $order_id ) { // Get the order object $order = wc_get_order( $order_id ); // Get the products in the order $products = $order->get_items(); // Loop through the products foreach ( $products as $product ) { // Get the product ID $product_id = $product->get_product_id(); // Flush cache for the purchased product page if ( function_exists( 'w3tc_flush_post' ) ) { w3tc_flush_post( $product_id ); } } // Flush cache for the shopping page if ( function_exists( 'w3tc_flush_post' ) ) { w3tc_flush_post( get_option( 'woocommerce_shop_page_id' ) ); w3tc_flush_post( get_option( 'woocommerce_cart_page_id' ) ); } } add_action( 'woocommerce_thankyou', 'flush_cache_on_order_complete', 10, 1 );My code did not work and there are many clients complaining yet. @vmarko would u know a code I could use that work? Tks! 😉
add_action( 'woocommerce_product_set_stock', 'flush_shopping_product_cache', 999 );add_action( 'woocommerce_variation_set_stock', 'flush_shopping_product_cache', 999 );function flush_shopping_product_cache() { if ( function_exists( 'is_multisite' ) && is_multisite() ) { global $blog_id; $blog_id_before = get_current_blog_id(); switch_to_blog( $blog_id ); w3tc_flush_post( get_option( 'woocommerce_shop_page_id' ) ); w3tc_flush_post( get_option( 'woocommerce_cart_page_id' ) ); restore_current_blog(); } else { w3tc_flush_post( get_option( 'woocommerce_shop_page_id' ) ); w3tc_flush_post( get_option( 'woocommerce_cart_page_id' ) ); }}function w3tc_flush_post( $post_id ) { if ( function_exists( 'w3tc_pgcache_flush_post' ) ) { w3tc_pgcache_flush_post( $post_id ); } elseif ( function_exists( 'w3tc_flush_post' ) ) { w3tc_flush_post( $post_id ); }}Is this code good enough to be implemented in your plugin @vmarko ? 🙂
hmmm @josem3748 solution seem to be good, but how would it be for wpms, pls? N could u add that on ur plugin? Bcz if it can be dond like that. It does not look like woo plugin needs to change something on their side…
Desculpe pessoal, mas eu tenho mais de cem clientes, e creio q se vcs querem crescer, quem deve repassar isso ao suporte de vcs são vcs, caso contrário eu vou só falar que é pro pessoal usar outro gateway. Eu não recebo comissão disso e n tenho como ficar instruindo em canais especÃficos programadores seus. Entendo que é um plugin gratuito e se fosse de outra coisa eu n falava isso, mas é de um gateway de pagamento que lucra sobre os meus clientes.
Aproveitando, tem uns avisos constantes que aparecem querendo forçar a gente a usar uma conta Mercado Pago ao invés do cartão no dashboard e pedindo pra avaliar o plugin constantemente tb, msm se fechado isso continua…Forum: Plugins
In reply to: [Meta for WooCommerce] JS file being called everywhere in dashobardVersion 3.0.8m the latest one 🙂
Any chances to see that implemented in the plugin? Bcz that is might the only one thing that is preventing me of purchasing the pro one, since this feature from Google Site Kit plugin saves me a lot of time with my clients…
Forum: Plugins
In reply to: [hCaptcha for WP] How does it work for wpms installations?Oh, I got it now, kinda a quick fix to work around (this logic could be a good idea for the plugin development then https://wordpress.org/support/topic/how-does-it-work-for-wpms-installations/#post-16275123 ). But I would still need to set each domain on hCaptcha site, right? Or not? Tks! 😉
Forum: Plugins
In reply to: [Optimize More!] Does it have a central wpms dashboard?Wpms means WordPress Multisites and it is a way we can have many sites in just one installations, in order to improve managements, so we can have all the settings in just one screen, as https://wordpress.org/plugins/invisible-recaptcha/ provides, bcz settings that per site would be a really hard task, since one network can have hundreds of them. Any chance to implement a central dashboard for wpms in you plugin as well? Tks! 🙂
Cool, that is gonna be really helpful and a great feature for you plugin. I am holding on very eager to see that up. Pls, let me know more about it when it is done. Thank you very much! 😉