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

Allow User Supplied Price Upcharge #518

Conversation

ArielBlanco1990
Copy link
Contributor

Related to Issue

Fixes #373

Description

This update contains the changes necessary to add the new "User Supplied Price Upcharge" functionality.

How Has This Been Tested?

This update was tested on DNN 9.11.0 and was also tested using the upgrade process on an existing solution in a previous version of HCC

Screenshots (if appropriate):

https://app.screencast.com/w9JOAwJWww2mY

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
New fields have been added to the product model: AllowUpcharge, UpchargeAmount and UpchargeUnit. All necessary files have been updated.

- bool AllowUpcharge
- decimal UpchargeAmount
- string UpchargeUnit
@ArielBlanco1990
Copy link
Contributor Author

@WillStrohl FYI: The PR is ready to be reviewed again, I have made the corrections indicated.

Copy link
Member

@WillStrohl WillStrohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@WillStrohl WillStrohl merged commit 00563c1 into HotcakesCommerce:development Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

SI: User Supplied Price Upcharge
2 participants