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

Add some kind of "surcharge" or "handling fee" option #103

Open
erommel opened this issue Jun 22, 2019 · 5 comments
Open

Add some kind of "surcharge" or "handling fee" option #103

erommel opened this issue Jun 22, 2019 · 5 comments

Comments

@erommel
Copy link
Contributor

erommel commented Jun 22, 2019

Several customers have requested this feature. Use case: user wants to add some kind of "handling and processing" fee (either a fixed fee or some percent of the product price) for the product, but don't want to include it in the product price. One of the examples is here: https://s-plugins.com/forums/topic/default-surcharge/

Tax and\or variations can be used as workaround for this, but in some situations they won't work.

However, if we add percentage support for variations, this might work. At the moment, you can only set fixed amount as price mod for a variation. If we let it use percents as well, this could cover situations like this. E.g. user adds variation named "handling fee" with 5% price mod. The price gets added to the product price on checkout.

@Arsenal21
Copy link
Owner

I think one difference between the variation and this "extra charge" is that the variation is something that a customer selects in terms of a product's option. This "extra charge" is always applied to the transaction/product (regardless).

@erommel
Copy link
Contributor Author

erommel commented Jun 22, 2019

Agree. However, if you only add one variation to the group, there would be nothing to select from ;)

E.g.:
Product fees
Handing and processing - $10

@Arsenal21
Copy link
Owner

True :)

Then we will have another group of customers who will say, they want variation AND extra charge for the transaction ;)

@erommel
Copy link
Contributor Author

erommel commented Jun 22, 2019

True as well, but we got this covered. Plugin supports multiple variation groups.

E.g.:
Color:
Red
White
Green

Product fees
Handing and processing - $10

@Arsenal21
Copy link
Owner

ah huh! You are right. That should work then.

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

2 participants