We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should take special price into account. Could have sworn this used to just be phtml/block but there is JavaScript in there now.
var price = Math.min.apply(null, $('.price-wrapper',this).map(function(){ return $(this).data('price-amount') }).get());
Would something like that work? Or should it be more explicit?
Cart seems fine as it takes from Total just Product and Category have the issue.
The text was updated successfully, but these errors were encountered:
Hello @LiamKarlMitchell Thanks for reporting this issue These is now fixed in 15a9a5e
Sorry, something went wrong.
No branches or pull requests
Should take special price into account.
Could have sworn this used to just be phtml/block but there is JavaScript in there now.
Would something like that work?
Or should it be more explicit?
Cart seems fine as it takes from Total just Product and Category have the issue.
The text was updated successfully, but these errors were encountered: