Manolis
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Not displayed after Settings SavedThanks, I see, that works.
Still, the plugin is excellent overall, just feels like a small missing piece that users have to build and style their own button if they want visitors to revisit cookie settings. A built-in toggle or floating button would be a really nice touch. Just a thought!
Forum: Plugins
In reply to: [Quotes for WooCommerce] Quote button not displayedNevermind, I found it. I had to go to Quote Rules and select the User Roles for which I wanted the Quote.
Forum: Plugins
In reply to: [Brands for WooCommerce] Critical errorJust to mention that I also have this same exact fatal error. Checking the code of divi-builder.php, it seems that a lot of code is missing. For example, this here in line 434:
function shortcode_callback($atts, $content = null, $function_name=”) {
return $brbrand_deprecated_shortcodes_addon_inst->shortcode_brands_product_thumbnail($atts);
}
$brbrand_deprecated_shortcodes_addon_inst is never defined anywhere in this function and there is no function shortcode_brands_product_thumbnail() anywhere in the files of the plugins.
A lot of functions in this file are like shortcode_callback(), with undefined variables.
Is there any older version we can use till you fix the code?Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Tracking InfoHi,
This topic interests me as well.
I use Email Template Customizer for WooCommerce and I cannot find a way to display the tracking number in the sending emails.
Is there a shortcode I can use?