pedrokas28
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Evaluate productThank you it works!
Forum: Plugins
In reply to: [WooCommerce] Evaluate productForum: Plugins
In reply to: [WooCommerce] Product Variable PriceHello
Show the lowest value of the variable product I’ve been able to do, now what I want is when I choose the product variable, the value of that variable replaces the lowest value of the product, as shown in the second figure I sent you
Forum: Plugins
In reply to: [Print-O-Matic] PrintHello
This are the errors of my console
JQMIGRATE: Migrate is installed, version 1.4.1
util.js:221 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
BB.jGoogle Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Forum: Plugins
In reply to: [Print-O-Matic] PrintHello
It worked with more than one class, but why does the print only display the values when I press the button to print the second time?
In the images below an example
First time I press the button:

The second time I press the button:
Forum: Plugins
In reply to: [Print-O-Matic] PrintAnd if I want to print more than one class our ID how do I do?
Forum: Plugins
In reply to: [Print-O-Matic] PrintCan you give me your email so that I can give you the credencials and the link of the page?
Forum: Plugins
In reply to: [Print-O-Matic] PrintHello
It worked, but it printed 2 times the contents of Woocommerce and I just want it to print once
You can see in the link below
Forum: Plugins
In reply to: [WooCommerce] Number 2 in products with more than 1000 €Ok and about the number 2 in the price over 1000€? How can I fix it?
Forum: Plugins
In reply to: [WooCommerce] Number 2 in products with more than 1000 €Can you help me?
I use the define( ‘WP_DEBUG’, true ); and this warning appeared to me
Notice: Woocommerce hex format is not used since version 3.0! Use wc_format_hex instead. In /home/abcescolar/public_html/wp-includes/functions.php on line 3831
This is the line in the code:
if ( WP_DEBUG && apply_filters( ‘deprecated_function_trigger_error’, true ) ) {
if ( function_exists( ‘__’ ) ) {
if ( ! is_null( $replacement ) ) {
/* translators: 1: PHP function name, 2: version number, 3: alternative function name */
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s! Use %3$s instead.’), $function, $version, $replacement ) );
} else {
/* translators: 1: PHP function name, 2: version number */
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s with no alternative available.’), $function, $version ) );
}
} else {
if ( ! is_null( $replacement ) ) {
trigger_error( sprintf( ‘%1$s is deprecated since version %2$s! Use %3$s instead.’, $function, $version, $replacement ) );
} else {
trigger_error( sprintf( ‘%1$s is deprecated since version %2$s with no alternative available.’, $function, $version ) );
}
}
}Forum: Plugins
In reply to: [WooCommerce] Number 2 in products with more than 1000 €The original price is: 1034.43
https://abcescolar.pt/produto/microscopio-biologico-trinocular-red233/
The original price is: 2195,55
https://abcescolar.pt/produto/microscopio-digital-ba210-led-digital/
Hello,
If I have the PRO version it was already possible to activate the Enable from a CSV file?