Merged
Conversation
Closed
Closed
Closed
delete the .vs folder
Update Initial Some
this is the visual studio version, renamed for ease of access
this is the github version, renamed for ease of access
replace the explanation with a quick little note
This reverts commit c7fdf42.
moved the current .gitignore into the folder being used for edits
the current .gitignore was probally the auto-generated visual-studio one. to determine the acuracy of that theory, the previous .vs one was deleted, and the .github one renamed. If there where any diff's, then they wouldn't be the same.
the answer was "they are the same" either way, reverted, just to be safe
update to VisualStudio preset Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com>
add in the part that's auto-generated by VS Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com>
renamed the old .gitignore so it overwrites the newest .gitignore. They, interestingly, do have differences. Neat, eh?
to check if the system has .vsidx inherently in it, a simple test is being done; undo the manual addition, search if that part exists, if it doesn't, redo manual addition
compare .gitignores
Reset the .gitignore to the most recent one from github
this part allows for a direct ignore of the file. Not sure if that's good, bad, or neither. Still, added
Signed-off-by: Um... Figure it out! <33612115+CTH999@users.noreply.github.com>
the component that will allow for the system to ignore the folder, completley
the internal framework that is behind the capibility of the transfer folder to work
This reverts commit 30b76db.
transfer in the minute changes from Initial
Delete New Text Document.txt
This reverts commit 0bbc88c.
Add Transfer Folder to Add Discount
delete files that are ignored by .gitignore
* delete-ignored: delete ignored
modified it so the variables have the math executed inside the string
the simplest way to update the prices as soon as you click the coupon; just use the exact same code as used for the main method of setting it. In a perfect world, I would either trigger the method, but without changeing the value; or would make a new method for the price, and use that
some code that might (or might not) have been deleted. So, transfered here
Create Discount and such.txt
discount code somehow got deleted. re-added it
just in case, made this part set subtotal to 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For some reason the discount seems to be not fully working... so, trying to fix it