onsterion
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Wrong url in login with wp_lostpassword_urlI think the problem is in the function network_site_url($path = ”, $scheme = null)
Forum: Plugins
In reply to: [WooCommerce] Can’t disable Setup WizardHi @eastofwest,
When I enter Woocommerce, the configuration wizard is automatically activated, the only way to enter the configuration is to pass the URL “admin.php? Page=wc-settings&tab=general”
In this url, if I click Help -> Setup Wizard -> Deactivate, again the setup wizard is activated.
I need to find a programmatic way to disable the setup wizard.
Forum: Plugins
In reply to: [WooCommerce] Disable Wizard for Multisite?Hello everyone,
WP version: 5.6.2
WOO Version: 4.9.2Same issue here and I can’t track where it triggers, it’s supposed to trigger on:
\wp-content\plugins\woocommerce\packages\woocommerce-admin\src\Features\Onboarding.php line 158
But it never got to this line debugging the code.
My code:
// Disable Setup Wizard
function KsMWcExtenderAdminFilterWoocommerceEnableSetupWizard($true)
{
return false;
};
add_filter('woocommerce_enable_setup_wizard', 'KsMWcExtenderAdminFilterWoocommerceEnableSetupWizard', 20, 1);function KsMWcExtenderAdminFilterWoocommercePreventAutomaticWizardRedirect($false)
{
return true;
}
add_filter('woocommerce_prevent_automatic_wizard_redirect', 'KsMWcExtenderAdminFilterWoocommercePreventAutomaticWizardRedirect', 20, 1);
Any suggestion?
Regards,
LucasForum: Plugins
In reply to: [WooCommerce] Stuck Getting Email Html in variableHi @johndcoy ,
I’m looking to get the final html of the email.
I’m trying to use:
$wcCurrentEmail->get_content_html(); // WC_Email_New_Order->get_content_html()
In the hook ‘woocommerce_email_order_details’ but when i test it i get the error:
Fatal error: Uncaught Error: Maximum function nesting level of '256' reached, aborting! in D:\KubeyMachine\Proyectos\Web\core_kuadsystem\wp-includes\class-wp-object-cache.php on line 493
Any suggestion?
Regards,
LucasForum: Developing with WordPress
In reply to: Database recommendationForum: Developing with WordPress
In reply to: Database recommendationHi @bcworkz,
My idea is to create an “Email Center” section in the Admin Panel where all emails sent from wordpress and from other plugins (own plugins) stay in one place for log purposes and check the count of emails being consumed in total and per month.
Regards,
LucasForum: Developing with WordPress
In reply to: Database recommendationHi @bcworkz,
I think fits with the custom post type because i need a:
– date (post_date)
– subject (post_title)
– message (post_content)
– delivery_status (can be a post_meta)
– from (can be a post_meta)
– to (can be a post_meta)
– module (can be a post_meta)Regards,
LucasA mi tambien me pasaron esa version y no funciona va ahora se cuelga en “Procesando”.
También en el repositorio ya esta la 4.2.2 que supuestamente arregla ese problema pero tampoco me soluciono nada, me siguen quedando los productos en “Procesando” y de soporte te responden cada dias y no te resuelven NADA.
Forum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] No sirve el pluginHola @mercadopago
Ya va ser 1 mes que su plugin no funciona, su área de soporte responde tarde y no da soluciones.
Ahora subieron la version 4.2.2 que resuelve varios problemas
Added
Added feature: cancelled orders on WooCommerce are automatically cancelled on Mercado PagoChanged
Fixed notification bug – No longer updates completed orders
Fixed currency conversion API – No longer allows payments without currency conversion
Fixed payment procesisng for virtual products
Added ABSPATH in every PHP file
Adjusted installments translation
Adjusted state names for Transparent Checkout in Brazil
Adjusted currency translation translations
Removed text in code written in SpanishY si bien arreglaron bastantes cosas 1 mes después, el plugin al realizar una compra en producción deja el pedido en “PROCESANDO” eternamente.
Y su área de soporte no me resuelve NADA y hay productos REALES PAGADOS que están sin resolver como:
Número de operación: 7889860810
Referencia del vendedor: wc-1098Si su plugin y su soporte es TAN malo ponganlo de baja saquenlo de circulación así no perdemos el tiempo, por que las horas de desarrollo y los clientes molestos queriéndose dar de baja quien me los paga Mercado Pago ?
Saludos.
Forum: Plugins
In reply to: [WooCommerce] Add / Update Cost of Shipping Method in ZoneHi thup90,
Unfortunately this filter is a little tricky and triggers only when you enter in the cart in the public area.
I need to set the cost permanently like if i set manually in the admin but programmatically.
Regards,
LucasForum: Plugins
In reply to: [Mercado Pago payments for WooCommerce] ?Qué URL pongo para las IPN?Mismo problema, el pedido queda en pendiente y no recibo ninguna notificación para evaluar el pedido.
Hi Yani Iliev,
Sorry for the late answer.
I finded the problem: if my option name is ks_some_name when i import the backup the “ks” is changed for the $table_prefix in the wp-config, i don’t know why or how can resolve the problem without touching the DB.
Regards.-
- This reply was modified 4 years, 11 months ago by onsterion.
Forum: Reviews
In reply to: [Mercado Pago payments for WooCommerce] Problemas con la ultima actualizaciónHola,
Estoy usando la versión 4.0.8 probe con varias tarjetas distintas y me sale el mensaje:
“Su pago fue rechazado. Puede intentarlo de nuevo.
Esta medio de pago no puede procesar su pago.”Mande mails a soporte (https://www.mercadopago.com.ar/developers/es/support) pero nunca se comunican con migo.
Saludos.-
Forum: Reviews
In reply to: [Mercado Pago payments for WooCommerce] Problemas con la ultima actualizaciónHola,
Estoy tratando de implementar Todo Pago en WooCommerce en una instalación limpia.
Wordpress version: 5.3
WooCommerce version: 3.7.0
Mercado Pago version: 4.0.7Pero tengo los siguientes inconvenientes:
1- Al usar el check button desde la selección de pagos no hace nada, pero si refrescas la pagina como que se habilita osea no da una respuesta visual al hacerle click.
2- Hay opciones en la parte de configuración que no aparecen y en la documentación dicen que deberían estar como:
* Selecciona los medios de pago disponibles para tus clientes y define el máximo de * * * cuotas en el que podrán pagarte
* Experiencia de pago
* Volver a la tienda
* URLs configurables3- Probe con 4 tarjetas de distintos bancos y recibo los siguientes mensajes de error al realizar la transacción:
* Oh, no, algo anduvo mal.
* https://api.mercadopago.com/v1/card_tokens/ – Failed to load resource: the server responded with a status of 423 ()
*Error procesando el pedido. Por favor, inténtalo de nuevoNo tengo un error claro como para saber que está pasando.
Todo esto usando el modo desarrollo.
Saludos.-
Forum: Fixing WordPress
In reply to: Enqueue styles after login.min.cssSolved using the hook: wp_print_scripts
Regards.-