Artprofile
Forum Replies Created
-
solved by removing the maintenance page
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Double discount 30% and 50%I will try, many thanks
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Double discount 30% and 50%Hi Alex,
as you say it is -30% + -50%,
so is like 100-30% = 70 -50% = 35 € (is not only 50%)Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Double discount 30% and 50%I found the solution:
I excluded the products from the 30% off rule (https://ibb.co/ZhX08h8) and put the products into the 50% rule (https://ibb.co/DgW30rW). It works…
I think the flag “Exclude products modified by other pricing rules” is not working…maybe it conflicts with some plugins of mine !?
Thanks a lot, is very nice plugin!
Forum: Plugins
In reply to: [Advanced Dynamic Pricing for WooCommerce] Double discount 30% and 50%Hi, thanks for very fast response…
here the rules:
https://ibb.co/DgW30rW
https://ibb.co/ZhX08h8Forum: Plugins
In reply to: [Facebook for WooCommerce] (#200) Permissions errorSo, I create a new pixel and new catalogue and it works…
Now the error is:
Facebook for WooCommerce error:
Unsupported post request. Object with ID ‘3528889073857785’ does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-apiI can solve with RESET META DATA on the right widget, but my question is
COLUD I RESET ALL FACEBOOK METADATA IN ONE TIME?BR
Forum: Plugins
In reply to: [Product Input Fields for WooCommerce] EXPORT FIELD INSIDE CSV FILESHi, I bought the pro version BUT I CAN’T SHOW BY DEFAULT THE FIELD #2.
For me the field #2 is the same in all product, I set up it in the setting but inside each product I see it empty… Please help me in this…
TksForum: Plugins
In reply to: [Product Input Fields for WooCommerce] EXPORT FIELD INSIDE CSV FILESI found it, is Meta: _alg_wc_pif_default_value_local_1
ThanksFollowing topic – I have the same issue
Forum: Plugins
In reply to: [WooCommerce] API KEY – 401 UnauthorizedHi @rynald0s,
I check the https connection. I try from string on browser and it works:
curl https://www.example.com/wp-json/wc/v3/orders?consumer_key=123&consumer_secret=abcThe problem was the Postman, I choose API KEY and not OAUTH 1.0 for testing. Thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Error after latest update@henex10 your error is not the same… This is the cause: Error message: Cannot declare class WC_Settings_Products, because the name is already in use…
Change name
Forum: Plugins
In reply to: [WooCommerce] Error after latest updateForum: Plugins
In reply to: [WooCommerce] Error after latest updateFor me was the translation: ex %n% 2 times…
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Translate fieldThe file is this one: plugins/woocommerce-gateway-paypal-powered-by-braintree/lib/skyverge/woocommerce/i18n/languages/woocommerce-plugin-framework.pot
So I must to translate it outside WP, using Poedit.
TksForum: Fixing WordPress
In reply to: Warning: sprintf()/* translators: %s: stock amount */
$display = sprintf( __( ‘Only %s left in stock’, ‘woocommerce’ ), wc_format_stock_quantity_for_display( $stock_amount, $product ) );
}