Forum Replies Created
-
AuthorPosts
-
February 25, 2022 at 3:01 pm in reply to: Can you make the plugin compatible with Paid Membership Pro? #101520
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?
February 24, 2022 at 1:58 pm in reply to: How to make it work with the Side Cart for WooCommerce plugin? #88451I 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.
February 24, 2022 at 1:46 pm in reply to: Can you make the plugin compatible with Paid Membership Pro? #101518Hi 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.
February 23, 2022 at 10:17 pm in reply to: How to make it work with the Side Cart for WooCommerce plugin? #88449Hi Alex,
Did you try to change the “Position” option?
And are you using some kind of 3rd party Mini cart plugin?
February 23, 2022 at 2:56 pm in reply to: Why does it prevent user from being redirected to the “Order received page”? #93168Thanks 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.
February 21, 2022 at 11:19 pm in reply to: Why does it prevent user from being redirected to the “Order received page”? #93167Hi 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].
February 18, 2022 at 1:09 am in reply to: How do I make the text in the center of the window and the button below it? #99944Hi,
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“
February 17, 2022 at 10:25 pm in reply to: Is there a way to see my total inventory cost on a specific date? #89919Hi 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.
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.
February 14, 2022 at 3:22 pm in reply to: How can I prevent any combination of product variants from being purchased? #100871Hi 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.
February 14, 2022 at 2:40 pm in reply to: Is this plugin compatible with the “Essential Addons” login/signup form? #101512Hi Jack,
Sorry for the delay. Please send a message to [email protected] so we can continue this conversation.
February 11, 2022 at 8:04 pm in reply to: How can I set the time period limit for the current month for the 3 users roles? #100877Hi Brie,
Sorry for the delay. I believe you’d have to use our
alg_wc_mppu_date_to_check
filter. Please, add this to yourfunctions.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 😉
February 11, 2022 at 6:25 pm in reply to: What is the difference on the “Stock update method” options? #89913Hi 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” usesupdate_post_meta()
function.Hi Anthony,
I’m sorry. What is a smart manager?
February 11, 2022 at 2:02 am in reply to: Why is the plugin showing 100% profit without any costs? #89911Hi,
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.
-
AuthorPosts