outlet2013
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Hook woocommerce_run_product_attribute_lookup_update_callbackI have same problem! When i run an import with wpallimport tons of woocommerce_run_product_attribute_lookup_update_callback scheduled. And often they send my server down!
Is there a hook to disable it during import?
It is necessary tu run all this request to database?Solution is to store transients in database when object cache is enabled! In this way worls well!
Problem identified! IS Pbject cache of w3tc!
Disabling cache of objects no api call!!!Just checked all…no conflicts!
But when i open a single product i have this 4 api calls! Thats not normal…i think they arent needed on product page! Infact i disabled all paypal button and advise!POST https://api.paypal.com/v1/oauth2/token ?grant_type=client_credentials 429 Too Many Requests WooCommerce\P\A\A\PayPalBearer->request() Plugin: woocommerce-paypal-payments 0,1 kB 30 0,2079 POST https://api.paypal.com/v1/oauth2/token ?grant_type=client_credentials 429 Too Many Requests WooCommerce\P\A\A\PayPalBearer->request() Plugin: woocommerce-paypal-payments 0,1 kB 30 0,1996 POST https://api.paypal.com/v1/oauth2/token ?grant_type=client_credentials 429 Too Many Requests WooCommerce\P\A\A\PayPalBearer->request() Plugin: woocommerce-paypal-payments 0,1 kB 30 0,2045 POST https://api.paypal.com/v1/oauth2/token ?grant_type=client_credentials 429 Too Many Requests WooCommerce\P\A\A\PayPalBearer->request() Plugin: woocommerce-paypal-payments 0,1 kB 30 0,1991
Already Rennoved! 10 Times always same error!
putting code and check by sku simply create new product without sku when wpallimport find duplicate
function my_is_post_to_create( $continue_import, $xml_node, $import_id ) { if ( $import_id == 55 ) { // Change this to the ID of your import global $wpdb; $query = "SELECT <code>meta_value</code> FROM <code>" . $wpdb->prefix . "postmeta</code> WHERE <code>meta_key</code> = '_sku' AND <code>meta_value</code> = '" . $xml_node['pleaser_item'] . "'"; $results = $wpdb->get_results( $query ); echo $results; return ( empty( $results ) ) ? true : false; } } add_filter( 'wp_all_import_is_post_to_create', 'my_is_post_to_create', 10, 3 );
Im tryng to do same thing, my sku node is called pleaser_item
i changed it and put in editor but does still create already existent sku
where is my error?
many problem to solve:
Errore: Missing required field “updated”.
Errore: Missing required hCard “author”.and Errore: Page contains property “reward” which is not part of the schema.
but for what i know google don’t like woocommerce..i have 2 site with perfect schemas but not in serp with wich snippet
take a look at
Forum: Plugins
In reply to: [WooCommerce] how to solve? marked-up review uses “count” instead of “votes”never found a solution in this forum! mah!
Forum: Plugins
In reply to: [WooCommerce] Add Review Stars and Link Next to Product Pricei had a problem with rich snippet reviews
marked-up review uses “count” instead of “votes”
someone has same problem?
Forum: Fixing WordPress
In reply to: how can i insert no index on url that contains ? after link?i just solved, how i made for my article marketing site https://www.tgonline.eu i disabled by google webmaster!
Forum: Fixing WordPress
In reply to: how can i insert no index on url that contains ? after link?infact i had this problem
google has indexed this link
http https://www.outletscarpeonline.it wp-login.php?redirect_to=%2Fblog-scarpe-donna%2Fpage%2F38%2F
and i cant understand why!!!
problem solved installing old version!
ok, i just disabled it!
brekes tottally my site, and disappear add to cart button!