I am Computer Science student. I have an assignment to find and fix bugs in open source project.
I chose oscommerce because I find it match my interestssteps to reproduse the bug
Do you confirm the bug?1- open the home page oscommerce-3.0.2/oscommerce/index.php
2- click in any random item
3- add it to the cart
4- click checkout
5- click in edit that is below the payment method
6- in the "Add A Note To This Order" area, write some note
7- click continue
8- comments will appear in the confirmation page
9- click "edit" in the Comments Added To Your Order (edit)
the edit link is not working
How to fix:
osCommerce\OM\Core\Site\Shop\Application\Checkout\pages\main.php
find the line 186
change "Payment" to "Billing"
Do you find the same thing????









