pablo-pacheco

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 60 total)
  • Author
    Posts
  • in reply to: Critical Error on recent update to V 3.5.1 #151332
    pablo-pacheco
    Participant

    Hi,

    Sorry for the delay. Please, update the plugin to version 3.5.2 which I just released, and let me know if it helps.

    pablo-pacheco
    Participant

    Hi,

    It kind of did.

    Please, try it like this. It should do the trick

    jQuery( 'body' ).on( 'ttt_pnwc', function ( ttt_pnwcObj ) {
       ttt_pnwc = ttt_pnwcObj.obj;
       ttt_pnwc.clearPopupMessages();
       ttt_pnwc.messages.push( { message: 'Message 1', type: 'success' } );
       ttt_pnwc.messages.push( { message: 'Message 2', type: 'error' } );
       ttt_pnwc.messages.push( { message: 'Message 3', type: 'info' } );
       ttt_pnwc.addMessagesToPopup();
       ttt_pnwc.openPopup();
    } );
    in reply to: Need help with setup #149998
    pablo-pacheco
    Participant

    Hi,

    When prices are entered inclusive of tax, besides setting our option Products > Get price method as Get price including tax, it’s very common to enable the option  Orders > Calculations > Taxes to profit. Have you tried? Let me know if it helps.

    in reply to: Incorrect COG after an Order was Cancelled #149591
    pablo-pacheco
    Participant

    Hi,

    Can you please provide a guide explaining how to reproduce the issue exactly? We’re not so experienced with the ATUM plugin, even though we have a compatibility feature made for it.

    in reply to: database #149014
    pablo-pacheco
    Participant

    I’m not sure if I got exactly your question, but I believe the answer is woocommerce_order_itemmeta

    in reply to: Fatal error on activation #148398
    pablo-pacheco
    Participant

    Hi,

    Sorry for the inconvenience. This issue has occurred only with the free version and it was fixed on version 4.5.1.

    Let me know if you notice something.

    in reply to: Unverify users #145191
    pablo-pacheco
    Participant

    Hi,

    For now, it will only possible to unverify them if they create an account with the same email.

    We have an option under Admin > Verified column > Actions that displays three new actions (Unverify, Verify, Resend) over the user on the admin users page when you hover the mouse over them.

    in reply to: Cost of goods on a specific date #145148
    pablo-pacheco
    Participant

    Hi,

    For now, there are two possible alternatives I can think of:

    1- Maybe, for the time being, the best way to get as close as possible to what you want is by accessing the current WooCommerce Analytics > Stock. But at the same time activating our options for it on Analytics > Stock. Once there you can enable the cost and profit columns and even a category column. Then you can simply export the CSV regularly.

    2- We have an option Products > Cost archive. Once the option is enabled, there will be a new Cost archive meta box on the admin product page, and you would be able to see the product cost on a specific date.

    in reply to: Cart notice styling issue #144497
    pablo-pacheco
    Participant

    Hi,

    Please, update the plugin to version 4.4.5 I just released.

    Now, all the messages will be wrapped with a container having “alg-wc-oma-msg” as class name:

    <div class="alg-wc-oma-msg">{content}</div>
    in reply to: Suggestion for two new features #144182
    pablo-pacheco
    Participant

    Hi Luciano,

    Good news. I created the automatic resend of verification emails for you 🙂

    The option is located at Email > Activation email > Automatic resending.

    Please, update the plugin to version 2.8.6 and let me know if it helps.

    in reply to: Product Handling Fee get ID for WP all import #144148
    pablo-pacheco
    Participant

    Hi Ilia ,

    I’m not sure if I got it completely, but maybe this is what you’re looking for:

    $handling_fee = wc_get_order_item_meta( $order_item_id, '_alg_wc_cog_item_handling_fee' );
    pablo-pacheco
    Participant

    Anytime 🙂

    pablo-pacheco
    Participant

    Hi,

    On the option General > Verification info > Customization, you can simply replace [alg_wc_ev_verification_status] with [alg_wc_ev_custom_msg].

    Or instead, you can just hit General > Reset section settings checkbox. Note that the whole General section will be reset though.

    Let me know if it helps.

    in reply to: Cart notice styling issue #143331
    pablo-pacheco
    Participant

    Hi,

    Can you please another theme such as Storefront?

    Also, could you try to change the “Messages > Cart > Positions” option? Maybe, there could be some other position that works better for you.

    in reply to: display a message to activate Email #143062
    pablo-pacheco
    Participant

    Please, update to version 2.8.2 I just released.

    Now you can use the [alg_wc_ev_custom_msg] shortcode like this:

    [alg_wc_ev_custom_msg hide_clauses="verified,guests" content_template="You need to verify your email to access this content. You can resend the email with verification link by clicking <a href='%resend_verification_url%'>here</a>."].

    Let me know if it helps.

Viewing 15 posts - 1 through 15 (of 60 total)