lindared73
Forum Replies Created
-
Forum: Plugins
In reply to: [FormsCRM] Error al entrar contactos en clientifyNo tengo activado el modo debug, pero al enviarlo no salta ningún mensaje
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] Al pagar conversión de moneda erróneaPues no estaban habilitados los registros, asi es que he hecho un anueva prueba de compra y este es el que me sale. Lo que veo es que no está cogiendo los decimales, si no toda la cantidad como entera. Te vale con esto?
08-13-2019 @ 13:55:19 – Generating payment form for order 1713. Sent data: Array
08-13-2019 @ 13:55:19 – Helping to understand the encrypted code:
08-13-2019 @ 13:55:19 – DS_MERCHANT_AMOUNT: 23700000
08-13-2019 @ 13:55:19 – DS_MERCHANT_ORDER: 558000001713
08-13-2019 @ 13:55:19 – DS_MERCHANT_MERCHANTCODE: 066702770
08-13-2019 @ 13:55:19 – DS_MERCHANT_CURRENCY152
08-13-2019 @ 13:55:19 – DS_MERCHANT_TRANSACTIONTYPE: 0
08-13-2019 @ 13:55:19 – DS_MERCHANT_TERMINAL: 5
08-13-2019 @ 13:55:19 – DS_MERCHANT_MERCHANTURL: https://www.lilianareborn.cl/?wc-api=WC_Gateway_redsys
08-13-2019 @ 13:55:19 – DS_MERCHANT_URLOK: https://www.lilianareborn.cl/finalizar-compra/order-received/1713/?key=wc_order_yXFqSf2tgA3x8&utm_nooverride=1
08-13-2019 @ 13:55:19 – DS_MERCHANT_URLKO: https://www.lilianareborn.cl/carrito/?cancel_order=true&order=wc_order_yXFqSf2tgA3x8&order_id=1713&redirect&_wpnonce=a90ffe7cde
08-13-2019 @ 13:55:19 – DS_MERCHANT_CONSUMERLANGUAGE: 001
08-13-2019 @ 13:55:19 – DS_MERCHANT_PRODUCTDESCRIPTION: Pedido 1713
08-13-2019 @ 13:55:19 – DS_MERCHANT_PAYMETHODS: C
08-13-2019 @ 13:58:20 – HTTP Notification received: Array
——-
08-13-2019 @ 13:58:20 – Received valid notification from Servired/RedSys
08-13-2019 @ 13:58:20 – eyJEc19EYXRlIjoiMTMlMkYwOCUyRjIwMTkiLCJEc19Ib3VyIjoiMTMlM0E1OCIsIkRzX1NlY3VyZVBheW1lbnQiOiIwIiwiRHNfQW1vdW50IjoiMjM3MDAwMDAiLCJEc19DdXJyZW5jeSI6IjE1MiIsIkRzX09yZGVyIjoiNTU4MDAwMDAxNzEzIiwiRHNfTWVyY2hhbnRDb2RlIjoiMDY2NzAyNzcwIiwiRHNfVGVybWluYWwiOiIwMDUiLCJEc19SZXNwb25zZSI6Ijk5MTUiLCJEc19NZXJjaGFudERhdGEiOiIiLCJEc19UcmFuc2FjdGlvblR5cGUiOiIwIiwiRHNfQ29uc3VtZXJMYW5ndWFnZSI6IjEiLCJEc19FcnJvckNvZGUiOiJTSVM5OTE1IiwiRHNfQXV0aG9yaXNhdGlvbkNvZGUiOiIrKysrKysifQ==
08-13-2019 @ 13:58:20 – Ds_Amount: 23700000, Ds_Order: 558000001713, Ds_Currency: 152, Ds_Response: 9915, Ds_AuthorisationCode: ++++++, $order2: 000001713Forum: Plugins
In reply to: [wp-mpdf] images no show in localHello,
I have problems with all images.
In the header i have this
<img src="the-path-to-the-image"/>
but i don′t know that is correct the structure
And the thumbnail of the post
$pdf_output .= get_the_post_thumbnail( $post_id, array( 200, 200) );
Is correct?
Thank you for your help.