Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add counter for certain role and product? #117

Open
cooladai opened this issue Dec 27, 2019 · 0 comments
Open

Is it possible to add counter for certain role and product? #117

cooladai opened this issue Dec 27, 2019 · 0 comments

Comments

@cooladai
Copy link

My customers do pre-orders with me so when the inventory arrives, they will claim the products according to their initial pre-order list.

What I'm doing currently, is to set the price of already purchased products to "0" so this customer can place an order for delivery without paying for it. (Which is already paid for) Then compare the orders with all 0-priced products to the pre-order list manually, update quantity delivered after each order.
When the product quantity delivered is equal to what the customer had pre-ordered, I will manually change the role based pricing for this customer to the regular price, so they need to pay for them again.

My approach is as simple as: setting up a counter for one role, indicating "How many times this pricing is valid for" just like a download counter type. The counter gets updated everytime an order is placed with that product in it. Then when it reaches 0, the role-based sales pricing is expired and role-based regular pricing will be effective.

I understand this is a very specific feature which may not be applied to other users. Please kindly point me a direction on the possibility of this feature, related fields and possible approach. I will try to develop this on my own but it will help a lot if I have guidance from your team.

Thanks

@cooladai cooladai changed the title Is it possible to add counter for certain product? Is it possible to add counter for certain role and product? Dec 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant