programmatically set product limit

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,

We are going to be setting up carts for a couple of different clients. We will be doing the setup and management, and then charging them a fee to host and maintain. We're wanting to do a tiered system for the subscription that will allow us to set a product limit based on what they're paying.

My question is, what's the easiest way to only allow someone to add x amount of products? We have developers on staff to do this work, we were just hoping to get an idea of what the best way to implement this would be.

Thanks
13 years ago
nobody?
13 years ago
Go to product variant details page (Admin area) and set 'Minimum cart quantity'/'Maximum cart quantity'
13 years ago
Sorry, you might be misunderstanding. I want to be able to limit the amount of products that our client can put in their store. We're going to be charging them a monthly fee for hosting and wanted to tier the pricing on how many products that they can add to their store.

Thanks,
13 years ago
It'll require some customization. Add required logic (validate maximum number of product) to ProductManager.InsertProduct method
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.