federicar
Forum Replies Created
-
Hi @taylorclark,
I couldn’t find an Export products option in either platforms, printful or woocommerce.
Could you specify where?
Thank you!- This reply was modified 6 years, 1 month ago by federicar.
Hi, I’m having the same problem. I don’t understand your answer, how can I increase the number of variations managed?
Thanks!Forum: Plugins
In reply to: [YITH WooCommerce Bulk Product Editing] Not showing products to editSame problem here. I deactivated all plugins excluding woocommerce and YITH WooCommerce Bulk Product Editing, but the problem persists.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Error al procesar el pagoups, me cambia el código
‘failure’ => str_replace( ‘& # 038;’, ‘&’, $order->get_cancel_order_url() ),
Va sin espacios entre el ” & # 038 ”
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Error al procesar el pagoLo arreglé temporariamente en la línea 558 de mercadopago-gateway.php en el plugin oficial.
Agregué esto abajo:
‘failure’ => str_replace( ‘&’, ‘&’, $order->get_cancel_order_url() ),Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] Error al procesar el pagoMe pasa lo mismo
“Se produjo un error al procesar su pago, por favor inténtelo de nuevo o póngase en contacto para obtener ayuda.”Forum: Hacks
In reply to: current_page_item hack for custom post typsI registered to say: Thanks!