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

Discount - Purchase Total seems to be ignored #1321

Closed
moldedjelly opened this issue Mar 13, 2020 · 2 comments
Closed

Discount - Purchase Total seems to be ignored #1321

moldedjelly opened this issue Mar 13, 2020 · 2 comments
Labels

Comments

@moldedjelly
Copy link

moldedjelly commented Mar 13, 2020

Description

Wanting to setup a discount so that members who have over $100 in cart get free shipping. When I set this up as per screenshot, it seems to apply the discount even if the order is under $100. Should this also be showing as a discount item in the order adjustments?

This might be related to issue #1144

Screenshot

https://inkahoots.com.au/screenshots/uqp/100_discount.png

Additional info

  • Craft version: 3.4.8
  • Commerce version: 3.0.10
@moldedjelly
Copy link
Author

Also, can this be achieved through a Shipping rule? Could the same condition system from Discounts (particularly User Groups matching) be available in the Shipping Rules too?

@nfourtythree
Copy link
Contributor

Hi @moldedjelly

Thank you for bringing this to our attention. We have pushed an update that should resolve this issue and it will be included in the next release.

To get this early, change your craftcms/commerce requirement in composer.json to:

"require": {
  "craftcms/commerce": "dev-develop#c9541ca53a37f3299e3c18c4970d505e0d6e8e88 as 3.0.11",
  "...": "..."
}

Then run composer update.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants