perlfan
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Reminder emailOk, thank you! It’s just that I can’t afford to pay 50 USD each year to keep the pro features. That’s why I’ll have to look for another solution.
Best, FrankForum: Plugins
In reply to: [WooCommerce] Add action according to product typeThis doesn’t work – can someone help? Thanks
$product_type = $_POST['product-type']; if ( $product_type == 'variable' ) { remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_variation', 'woocommerce_template_single_excerpt', 9 ); }
Forum: Plugins
In reply to: [WooCommerce] Add action according to product typeThe problem is that for simple products “woocommerce_single_product_summary” doesn’t appear at all as they don’t have variations (woocommerce_single_variation).
This is why I would like to not run the remove_action & add_action for simple products.
Frank
Forum: Plugins
In reply to: [WooCommerce] Blank page after adding variationsHi Sunday,
Thank you for the input. My first attempt to identify the responsible plugin was not successful. The second time, I deleted the browser cache every time I activated another plugin. Doing so, I realized that the “Advanced Dynamic Pricing for WooCommerce” plugin causes blank pages / HTTP 500 errors for products with many variations. Finally I got rid of this issues – thanks a lot again.
Frank
Forum: Plugins
In reply to: [WooCommerce] Blank frontend after product export / importSorry for not answering earlier. I had tested the import on my staging subdomain. Interestingly I have now found a way which most probably works – my aim is to change a custom taxonomy of my product variations which I cannot change in my bulk editing plugin. Until today all exports / imports resulted in errors. Now I have opened the generated CSV in Excel, filtered for variations and saved the result as UTF-8 CSV file (not as CSV file + UTF 8 in web options). The import procedure results no errors and the site seems stable.
Thanks, Frank
Forum: Plugins
In reply to: [WooCommerce] Icon with hover text after product attributionHi! It’s not resolved – however you can close the topic as I don’t think that anyone else will contribute to this. Best, Frank
Forum: Fixing WordPress
In reply to: WordPress 5.6 Adding users problemHi there, I have deactivated all plugins but the problem still occurs… (Error: Passwords don’t match. Please enter the same password in both password fields.). Does anybody have a solution for me? Thanks, Frank
Forum: Plugins
In reply to: [WooCommerce] Note on “Add to cart” button if no attribute selectedWorks like a charm ?? Brilliant, thank you. BTW: My button is German: “In den Warenkorb”. So whoever wants to use the code, might have to adapt it to the language version. Thanks a lot!
Frank
Forum: Plugins
In reply to: [Say what?] Replacing Woocommerce string won’t workSuper, thank you!
Will do!
.
- This reply was modified 4 years, 4 months ago by perlfan.
Ok, thank you!!
Forum: Plugins
In reply to: [WooCommerce] Remove highPrice from schemaDid you already find a solution for this? Thanks, Frank
- This reply was modified 4 years, 7 months ago by perlfan.
Forum: Plugins
In reply to: [Smart Slider 3] Icon besides textOk, I submitted a ticket on the main website. Frank
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Stars not active after clickingThe solution is:
.woocommerce p.stars.selected a:before { color: #ffa200; }
Thanks!