Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter onsterion

    (@onsterion)

    I think the problem is in the function network_site_url($path = ”, $scheme = null)

    Thread Starter onsterion

    (@onsterion)

    Hi @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.

    onsterion

    (@onsterion)

    Hello everyone,

    WP version: 5.6.2
    WOO Version: 4.9.2

    Same 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,
    Lucas

    • This reply was modified 4 years ago by onsterion.
    • This reply was modified 4 years ago by onsterion.
    Thread Starter onsterion

    (@onsterion)

    Hi @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,
    Lucas

    Thread Starter onsterion

    (@onsterion)

    Hi @bcworkz,

    Thanks for your time.

    Regards,
    Lucas

    Thread Starter onsterion

    (@onsterion)

    Hi @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,
    Lucas

    Thread Starter onsterion

    (@onsterion)

    Hi @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,
    Lucas

    A 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.

    Thread Starter onsterion

    (@onsterion)

    Hola @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 Pago

    Changed
    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 Spanish

    Y 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-1098

    Si 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.

    Thread Starter onsterion

    (@onsterion)

    Hi 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,
    Lucas

    Mismo problema, el pedido queda en pendiente y no recibo ninguna notificación para evaluar el pedido.

    Thread Starter onsterion

    (@onsterion)

    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.

    Hola,

    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.-

    Hola,

    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.7

    Pero 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 configurables

    3- 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 nuevo

    No tengo un error claro como para saber que está pasando.

    Todo esto usando el modo desarrollo.

    Saludos.-

    Thread Starter onsterion

    (@onsterion)

    Solved using the hook: wp_print_scripts

    Regards.-

Viewing 15 replies - 1 through 15 (of 15 total)