Forum Replies Created
-
AuthorPosts
-
Zohaib
ParticipantHi,
You will have to set the limits for individual products. There is a quicker way of doing it though, through the formula tab, you would use a formula such as:
[alg_wc_mppu limit="1" product_id="100,110"]
This will set the maximum limit to
1
for products100
and110
.Also for setting the limits for membership levels, you would also have to use a formula. The
membership_plan
attribute would be used in this case and the formula might look like:[alg_wc_mppu limit="1" membership_plan="basic" product_id="100,110"]
This will set the maximum limit to
1
for products100
and110
for basic plan members.Zohaib
ParticipantHi,
If the order status is set to completed, it means the limits will only apply to users whose order status is marked as completed. Usually when a WooCommerce order is placed by default the order status is Processing. Can you try and add the processing status in General > Order statuses.
Zohaib
ParticipantHi,
For your first question, it is possible in both ways to set the limit of 1 and have people purchase only 1 product from the whole category. Also possible to set a limit of 1 for each product in the category.
For your second question, are you using a membership plugin? If so which one? We would need to test this. If the memberships are set up as WooCommerce products, the limit will apply to the date range that you set in the plugin’s settings.
November 3, 2021 at 11:23 am in reply to: Is it possible to filter the stock report by product or brand? #89834Zohaib
ParticipantHi,
I have passed your request to our development team. They will get back to you soon on this.
Zohaib
ParticipantHi,
In the plugin’s settings General > Order statuses please make sure the relevant order statuses are selected for which the limits should apply.
Zohaib
ParticipantHi,
In the plugin’s settings, in the formula tab you can enter the formula to use.
To limit a product by membership level you can use a formula such as:
[alg_wc_mppu limit="5" membership_plan="basic"]
This will set the maximum limit of 5 products for the “basic” membership level. This is just an example though, and you exact formula will depend on your setup.
November 2, 2021 at 1:39 pm in reply to: Is it possible to see the profit per category per period? #89829Zohaib
ParticipantHi,
Unfortunately, it is not possible to get the profit per category per day/month at the moment.
I have passed your request to our development team. They will look into the possibility of this and get back to you soon.
November 2, 2021 at 1:31 pm in reply to: How to activate pro version, use the “add stock” feature and export my stock? #89832Zohaib
ParticipantHi,
First, please deactivate the free version of the plugin and download and install the pro version from here. Secondly, you will need to install the WP Factory Helper plugin and add the license key there, to receive automatic updates.
To set different costs on the same product you’ll need our “Products > Add stock” option. After activating it you will find a new meta box on the admin product page with two new fields: Stock and Cost. Following your example, let’s say your price for 8 pieces is 100$. In that case, you’d enter 8 in “Stock” and 100 in “Cost”. The next time, it would be 3 and 70. In the end, your new cost will be the average between the costs. Something around 92$ in that example.
Just a note, before entering the values, you’ll also have to enable the “Enable stock management at product level“.
For your third question, you need to multiply the cost by the stock? If that’s the case, please let me know if the reports present in WooCommerce > Reports > Stock > Cost of goods can help you?
Zohaib
ParticipantHi,
It seems the limits are not set up correctly. Can you please give me some more information on how you have set up the limits? Alternatively, if you can share your WordPress dashboard access I can take a look for you. You can send your details to [email protected]
November 1, 2021 at 10:22 am in reply to: Why is the activation email duplicated after the checkout? #101420Zohaib
ParticipantHi,
In the plugin’s settings Advanced > Authenticate filter can you please try and change this option.
Please let me know if the problem persists.
November 1, 2021 at 10:18 am in reply to: Can I set a different date range for different products? #100767Zohaib
ParticipantHi,
Unfortunately, this is not possible. The date range limits in the General plugin settings will apply to all the products.
October 29, 2021 at 3:25 pm in reply to: How to setup for multiple shipping zones with the progress bar? #88426Zohaib
ParticipantHi,
I’ve had a further look at your question, and yes, the plugin will try to sync with different shipping zones automatically, even if the extra shipping zone option is not set.
Zohaib
ParticipantHi,
You can set the plugin to use the average cost of the inventory. In the plugin’s settings:
Products > Add stock > Cost calculation expression you can set the formula for average cost calculation.
By default it is
( %stock_prev% * %cost_prev% + %stock% * %cost% ) / %stock_now%
You can change the formula to suit your requirements.
If you use the default formula, in your case this would be calculated as: (2x€5) + (3x€6) = €28/5 = €5.6 average cost per item and your total stock would be worth €28.
October 29, 2021 at 3:03 pm in reply to: How can I limit customers’ purchases of a product in multiples? #93122Zohaib
ParticipantHi,
Unfortunately, this is not possible with our plugin. You might want to have a look at All in One Product Quantity for WooCommerce.
October 28, 2021 at 11:35 am in reply to: How to setup for multiple shipping zones with the progress bar? #88425Zohaib
ParticipantHi,
Under the Manual Min Amount > Shipping zones, please enter all the shipping zones and save the settings. The page will then display a field for each shipping zone and you can add the minimum amount for each zone there.
-
AuthorPosts