Forum Replies Created
-
AuthorPosts
-
June 13, 2022 at 6:19 pm in reply to: How do I reset the sales data for a user when they purchase a subscription? #100979
Hi Tahir,
Can you please 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 the case, you can send an email to [email protected].
June 11, 2022 at 7:26 pm in reply to: How can I set cost for products in differen currency with Multicurrency section? #90024Hi Bill,
Sorry for the delay. Our multicurrency section is more oriented to orders. For example, if you use a multicurrency plugin on your site and some customer purchases a product in a currency different than the shop base, our multicurrency section will use the values to convert the cost and profit values from the order to the shop base currency.
Our plugin expects the product costs to be registered with the base shop currency.
Do you know if your products from other countries have some meta indicating the cost currency? If that’s the case, we could try to create a new option on our “Import” tool and convert the cost values automatically to the base shop currency based on the product currencies. Do you think it would work for you? Or do you have some other suggestion?
June 11, 2022 at 6:30 pm in reply to: How do I reset the sales data for a user when they purchase a subscription? #100974Hi Tahir,
When the users purchase the subscriptions, do their user roles change? If that’s the case and you just need to restrict the quarterly subscription users, please try to use our formula section. Let’s suppose their user roles change to
quarterly_subscription
. This is how you could set it up:[alg_wc_mppu user_role="quarterly_subscription" limit="10"]
Let me know if it works.
June 11, 2022 at 1:11 pm in reply to: How can I configure it so my logged-in user only buys one product a day? #100972Hi Ken,
We have a workaround for cases like yours.
1. Set the “General > Mode” option as
Product quantities
and “Date range” option asLast 24 hours
.
2. Enable the “Per product tag” or “Per product category” limit option.
3. Access the tag or category page and set the “Limit per user” option as1
.
4. Assign the tag/category to all your products.
5. Enable “General > Guests > Block guests from buying products“.
6. Set “General > Block guests from buying products > Block method” asAll products
.June 10, 2022 at 11:46 pm in reply to: Why am I experiencing problem with WooCommerce 6.5.1 if the plugin is activate? #100970Hi Virginia,
Until now we haven’t experienced such a bug. Would you be able to provide the error message?
Generally, we update free/pro versions at the same time.
June 6, 2022 at 2:48 pm in reply to: How can I set a minimum required order amount for categories? #93223Hello Beniamin,
Please update the plugin to version 4.1.7. It should fix the problem.
Let us know if it works after that 😉
June 5, 2022 at 5:55 pm in reply to: Why is the shipping class cost not displayed on the order page? #90020Hi Eker,
This is just to inform other possible users that this problem has been solved.
Best regards.
May 25, 2022 at 11:02 pm in reply to: How can I add the cost of goods to the products programatically? #90008Thanks Neil, for the kind words 🙂
You need to use the meta
_alg_wc_cog_cost
for your products. The meta_alg_wc_cog_order_cost
is for orders.After updating the product cost it won’t appear in the analytics automatically. Each order item needs to have a cost too. You can do that manually by visiting each admin order and setting the value yourself or you can use our Tools & Reports > Orders Tools > Recalculate for orders with no costs.
Then, you’ll need to enable the analytics options you want from our Tools & Reports > Analytics section. If our data doesn’t show up there you can try to clear the Analytics cache at WooCommerce > Status > Tools > Clear analytics cache.
Let me know if it helps.
May 25, 2022 at 2:01 pm in reply to: Is it possible to see the net profit of each product on the “Products” page? #90004No problem,
Ok, let’s leave it the way it is then 😉
May 25, 2022 at 2:05 am in reply to: Is it possible to see the net profit of each product on the “Products” page? #90002I was reading your question again and I had a different interpretation.
I believe that you consider that the cost column from the “Products” tab is correct and you just want the profit column to be calculated from the “gross revenue” and not “net revenue”, is that so?
May 25, 2022 at 1:40 am in reply to: Is it possible to see the net profit of each product on the “Products” page? #90001Hi Cheryl,
I’m afraid we can’t help you in this case as the “Products” section from analytics is supposed to get the info from the products exclusively.
Besides the “Revenue” section, the other one that could be helpful for you is the “Orders”. Both of them are meant to get all the info from the orders.
May 21, 2022 at 8:41 am in reply to: Is it compatible with the Custom Shipping Methods for WooCommerce plugin? #88466Hi Marcos,
Can you please send us a screenshot of the plugin’s settings? I suspect you could be referring to a different plugin as our plugin doesn’t have a “Shipping class costs” section.
May 21, 2022 at 8:07 am in reply to: Will this plugin allow me to provide a discount only to specific customers? #92567Hello,
Just a note about the “hide coupon options”.
When the hide options are enabled, the coupon fields are hidden regardless of whether a coupon is being applied via URL or not. So probably you should be having caching issues where you are seeing the cached version with the coupon field visible and a non-cached version with the fields hidden.
Maybe it could be happening because of the
?alg_apply_coupon
URL param. When we access a URL with a unique custom query string, the caching plugin will think it’s a new page and it will serve a more recent version of that page.Anyway, hiding the fields only when the coupon is being applied from the URL is a good idea for a new feature. We’ll add it to our to-do list.
May 19, 2022 at 4:50 pm in reply to: Is it compatible with the Custom Shipping Methods for WooCommerce plugin? #88464Hi Marcos,
Can you please send us your custom shipping plugin so we can try testing it somehow? If that’s possible, please send it to [email protected].
>
How to put shipping calculate at product page.
Our plugin won’t calculate the shipping price, but the amount left for free shipping. If that is what you meant, we have two different solutions:1- The shortcode
[alg_wc_left_to_free_shipping]
where you can use it any where you want:[alg_wc_left_to_free_shipping content="%amount_left_for_free_shipping% left for free shipping"]
2- Using the option “Store notice > Default WooCommerce notice” combined with the “Display by function” option set as “Is product”
May 18, 2022 at 2:30 pm in reply to: Why is the activation message not showing up on the frontend? #101599Hi Adrien,
Things seem to be fine now… the message boxes are showing up.
Great then 🙂
Is it possible to redirect to the page he was before?
If the redirect option is disabled, I believe that it should be the behavior you’re expecting. Let’s continue our conversation via e-mail since you have passed us the credentials.
-
AuthorPosts