German Cabezas
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Apple Pay?De acuerdo, Gracias y un Saludo.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Error en la página de graciasEso quisiera saber … lo revisaré a ver por qué.
Gracias y un Saludo.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Error en la página de graciasHola Jose,
Yo también tengo este error en mis logs. En mi caso es provocado por el bot de google que accede directamente a la página de gracias.
Un Saludo
- This reply was modified 3 years, 6 months ago by German Cabezas.
Forum: Plugins
In reply to: [WSB Brands] Titles disappearHi,
Issue resolved!
Thanks for this plugin and your support.
Ok, I’ll stay tuned for next version.
Thank you!
Hi,
I read those tips before and my environment meets all of them except of switching off ‘dynamic recount’ and ‘hide empty terms’ because I need them enabled.
My TTFB is 4sg and only adapting one query on your plugin, I get 1.3sg.
Why is it not working well? Perhaps because the data from this table could be outdated?
Hi,
I leave you the solution provided by the author of “Advanced Dynamic Pricing for WooCommerce” in case it was useful for someone else.
Put in the “functions.php” file of the child theme snippet below:
add_action( 'wp_loaded', function() { WC()->countries->locale = array(); }, 16 );
Many thanks!
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Aviso de pago no realizadoEl funcionamiento es correcto, sólo dudaba si debía mostrar algún mensaje avisando que no se había realizado el pago.
Quizás no exista ese mensaje en Woo, así que de momento lo dejo así.
Muchas gracias por tu ayuda.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Aviso de pago no realizadoAcabo de hacer una prueba desactivando todos los snippet que tengo y activando tema por defecto Twenty/Twenty y sigo sin ver ningún aviso.
La url creo que es correcta:
/carrito/?cancel_order=true&order=wc_order_5iIOZtmnkfrrI&order_id=976&redirect=&_wpnonce=ae537c2221&Ds_SignatureVersion=HMAC_SHA256_V1&Ds_MerchantParameters= ...
Hi,
The issue dissapears when disable “Advanced Dynamic Pricing for WooCommerce”.
I’m talking with plugin’s author and will come back with further info.
Thank you.
Hi
Woocommerce Status:
https://pr.tiendahipicapinol.com/wp-content/uploads/2020/09/status.txtI have changed CSS as you said but it remains unorderer:
https://pr.tiendahipicapinol.com/wp-content/uploads/2020/09/form_row_wide.pngThe field Region/Provincia is required and can not be changed (disabled).
- This reply was modified 4 years, 1 month ago by German Cabezas.
Hi,
I have just added that info in the image in link:
https://pr.tiendahipicapinol.com/wp-content/uploads/2020/09/before_after.png
Forum: Plugins
In reply to: [WooCommerce] Formatting address fields in account formThanks Remi for your answer.
In my case, I need use hooks because I want to post formatted fields in the database.
I have tried various hooks and found “woocommerce_process_myaccount_field_$KEY” which does what I need.
In case someone else needs it, you have to replace $KEY by the name of field. By example, for capitalise “billing_first_name”:
add_filter( 'woocommerce_process_myaccount_field_billing_first_name' , function ($value) { return mb_convert_case($value, MB_CASE_TITLE, "UTF-8"); } );
Best Regards.
Hi Marta,
Despite an error appearing when updating the plugin,
[Thu Mar 19 09:38:22.528885 2020] [proxy_fcgi:error] [pid 6935] [client 79.150.141.191:40410] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'Flexible_Checkout_Fields_Field_Type_Settings' not found in /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicapinol.com/wp-content/plugins/flexible-checkout-fields/classes/user-profile.php:52\nStack trace:\n#0 /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicapinol.com/wp-content/plugins/flexible-checkout-fields/classes/user-profile.php(83): Flexible_Checkout_Fields_User_Profile->prepare_fields(Array)\n#1 /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicapinol.com/wp-includes/class-wp-hook.php(288): Flexible_Checkout_Fields_User_Profile->add_customer_meta_fields(Array)\n#2 /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicapinol.com/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array)\n#3 /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicapinol.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php(142): apply_filters('woocommerce_cus...', Array)\n#4 /var/www/vhosts/tiendahipicapinol.com/pr.tiendahipicap...', referer: https://pr.tiendahipicapinol.com/wp-admin/plugins.php
the reported problem has been fixed !!
Best Regards
Hi Marta,
I forgot to say you that I am using a child theme of Storefront 2.5.4.
I have activated original Storefront and deactivated all plugins and the problem persists.
A new version of Storefront has showed up today (2.5.5). I have updated it but same result.
I have tried switch language -because my shop works in Spanish- but using English not help.
I have another test environment with latest versions of WP and Woo. I have installed Storefront, deactivated all plugins except of yours and Woocommerce and same problem appears too.
Regards.