Pablo

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 297 total)
  • Author
    Posts
  • in reply to: Can you make the plugin compatible with Paid Membership Pro? #101520
    Pablo
    Moderator
    Plugin Support

    Thanks, I’ve received the file.

    How would you like the compatibility with “Paid Membership Pro” to work? If a user has a membership it would be automatically verified?

    Or would it be necessary to create a more customized option depending on the membership level, like our option General > Account verification > Ignore user roles?

    Pablo
    Moderator
    Plugin Support

    I don’t know. I have to test it.

    Before that, our plugin has a shortcode: [alg_wc_left_to_free_shipping].
    Have you tried using it?

    Apart from that, what about the “Position” option? Didn’t it work as well?

    If both options don’t work, can you please send us the “Side Cart WooCommerce” wp.org link or the plugin itself to [email protected] if it’s not free? We’ll take a look if compatibility is possible.

    Probably it’s going to be better If you send it using wetransfer.com or any other method than sending it zipped via e-mail.

    in reply to: Can you make the plugin compatible with Paid Membership Pro? #101518
    Pablo
    Moderator
    Plugin Support

    Hi Carm,

    I was the one who was talking with you there. Thanks for the kind words regarding our plugin 🙂

    Can you please send us the “Paid Membership Pro” plugin to [email protected]? We’ll take a look if compatibility is possible.

    Probably it’s going to be better If you send it using wetransfer.com or any other method than sending it zipped via e-mail.

    in reply to: How to make it work with the Side Cart for WooCommerce plugin? #88449
    Pablo
    Moderator
    Plugin Support

    Hi Alex,

    Did you try to change the “Position” option?

    And are you using some kind of 3rd party Mini cart plugin?

    Pablo
    Moderator
    Plugin Support

    Thanks for the info,

    I believe I was able to fix the problem by editing the plugin directly on your site. Please let me know if it works for you now. The next version will have this fixed already.

    Pablo
    Moderator
    Plugin Support

    Hi Kieran,

    In that case, can you create/share an admin account to your server (WP and preferably FTP), so I could log in and check what’s going on? If that’s possible, please send a message to [email protected].

    Pablo
    Moderator
    Plugin Support

    Hi,

    This is an approach you could try, but I believe you’d have to customize the button style yourself.

    1 – Enable the option “Messages > Customize Messages

    2 – Create a new message and put this on the Original HTML content:

    [ttt_pnwc_get_message filter="wc_add_to_cart_message_html"]

    3 – Put this on the Modified HTML content:

    {{post_title}} has been added to your cart. <div><a href="{{cart_permalink}}" class="custom-button">View cart</a></div>
    

    4 – Set the text alignment to “Center” on the “Customizer > Popup Notices > General Style

    Pablo
    Moderator
    Plugin Support

    Hi Allen,

    Here you can find the “Analytics > Stock” settings from our plugin: Cost of goods > Tools & Reports > Analytics > Stock tab.

    Here you can find the stock tab from “WooCommerce > Analytics”: Analytics > Stock.

    in reply to: Plays only after the content #91608
    Pablo
    Moderator
    Plugin Support

    Hi, Thank you for contacting support and bringing your concern to our attention.

    We have tried to replicate the issue on our end, unfortunately, we couldn’t. With default theme and Storefront, the plugin works as expected and shows the number selection dropdown in both places.

    Now, we need to take a closer look at the settings. So, can you please share a WordPress login with us? It is completely secure, and only our support staff has access to the information you will share.

    If that’s the case, please send a message to [email protected]. We really look forward to helping you. Thanks.

    Pablo
    Moderator
    Plugin Support

    Hi Lydia,

    I’m afraid in that case you might need an additional plugin (Order min/max amount for WooCommerce).

    You could try to set up it like this:

    – Set “Amount limit” as “Maximum” and “Amount type” as Quantity on “General” section.
    – Enable “Products > Per product” category or tag.
    – Assign the tag/category to the parent product.
    – Access the tag/category page and set “Max quantity” as 1.

    Let me know if it helps.

    Pablo
    Moderator
    Plugin Support

    Hi Jack,

    Sorry for the delay. Please send a message to [email protected] so we can continue this conversation.

    Pablo
    Moderator
    Plugin Support

    Hi Brie,

    Sorry for the delay. I believe you’d have to use our alg_wc_mppu_date_to_check filter. Please, add this to your functions.php or to a custom plugin:

    add_filter( 'alg_wc_mppu_date_to_check', function ( $date_to_check, $date_range, $current_time, $product_or_term_id, $current_user_id, $is_product ) {
       if (
          ! empty( $user_meta = get_userdata( $current_user_id ) ) &&
          array_intersect( array( 'team', 'team2', 'contractor' ), $user_meta->roles )
       ) {
          $date_to_check = strtotime( date( 'Y-m-01' ), $current_time );
       }
       return $date_to_check;
    }, 10, 6 );

    If instead of the current month you’d like to check it against the last 30 days you could replace the $date_to_check line by this one:

    $date_to_check = ( $current_time - MONTH_IN_SECONDS );

    Let me know if it helps 😉

    Pablo
    Moderator
    Plugin Support

    Hi Tony,

    This is only a technical difference regarding how the stock will be updated. “Use product functions” uses $product->set_stock_quantity() method while “Update product meta” uses update_post_meta() function.

    in reply to: Is it compatible with the Smart Manager plugin? #89909
    Pablo
    Moderator
    Plugin Support

    Hi Anthony,

    I’m sorry. What is a smart manager?

    in reply to: Why is the plugin showing 100% profit without any costs? #89911
    Pablo
    Moderator
    Plugin Support

    Hi,

    If it says you had profits, so probably there is a cost. Is there a “Cost of goods” Meta box on the order page? What does it say? If you have zero there, please try to enable the “Advanced > Force costs update” option and try to simply update the order again.

    Regarding the reports, it’s only available on the Pro version. The only report available on free version is the “Analytics > Orders“, as long as you enable it at “Tools & reports > Analytics > Orders tab > Add Cost and Profit columns

    Let me know if it helps.

Viewing 15 posts - 211 through 225 (of 297 total)