Eduardo Turi?o
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add suffix to price on quantity changeWhat I need is, on this page, every time the user changes the quantity or selects another product, prices are shown with 2 decimal places.
I need to have 3 decimal places enabled for tax calculations.
But I would like to see only 2 decimal places (for users)
https://snipboard.io/ckWnMw.jpg
Thanks in advance !
P.D: Plugin WooCommerce TM Extra Product Options (https://epo.themecomplete.com/)
Forum: Plugins
In reply to: [WooCommerce Sermepa payment gateway] Pendiente de pagoHola Jesús,
Muchas gracias por tu aportación con el Plugin.
Me pasa más o menos lo mismo en mi caso.
El pago se llega a efectuar bien, se registra en el Panel de administración de ResSys, lo descuenta de la tarjeta, y cuando vuelve a la web, registra el pedido bien, pero no como “Completado” sino como “Pendiente de pago”, a pesar de que tengo la opción “?Marcar el pedido como completado tras el pago?” activado.
En los detalles de la transacción me aparece un error 403. ?Podría ser esto? (quito mi dominio real):
-1 Server returned HTTP response code: 403 for URL: https://midominio.es/?wc-api=WC_MyRedsys
Tengo LetsEncrypt.
?Qué problema podría ser? Me urge por favor.
Muchas gracias de antemano.
Forum: Fixing WordPress
In reply to: Can't paste Excel graphs in v 3.9Maybe you are interested in a solution to embed spreadsheets into a WP Editor:
How to insert spreadsheets in a WordPress blog
But what esmi said is true
If you want to publish tabulated data on the web, use HTML tables.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Menu Icons Missing – WP 3.9Hi there, a temporary solution I found is:
– disable sublevel icons in Settings/Admin menu
– in plugin’s file inc/core.php, wrap lines from 82 to 89 within an IF that disables icons:
if ($wp_ozh_adminmenu['wpicons']) { $imgstyle = ($wp_ozh_adminmenu['wpicons']) ? '' : 'style="display:none"'; $img = ''; if ( isset($item[6]) && ! empty($item[6]) ) { if ( 'none' === $item[6] || 'div' === $item[6] ) $img = '<div '.$imgstyle.' class="wp-menu-image"><br /></div>'; else $img = '<img '.$imgstyle.' class="wp-menu-image" src="' . $item[6] . '" alt="" />'; } }
hope this help
Forum: Fixing WordPress
In reply to: the_title filter only for post/page titleThanks esmi, but not working, what I want is to apply the filter except for titles generated within previous_post_link and next_post_link functions
Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] Custom Post TypesHow did you make it work ?
Version 1.1.4 Still have problems with custom post types.
I did above changes and Im getting 404 not found on restricted pages, not the custom message.
Forum: Fixing WordPress
In reply to: Custom permalink errorIs a blog about lyrics, my current permalink is like this:
/%category%/%postname%/
where category = artist/band
postname = songI would like to have the following:
/%category%-lyrics/%postname%/
‘-lyrics’ is the static text. As a postfix in %postname% works, but i want it as a postfix in %category%
The error is 404 Page not found.
Regards