MindfulLearner / php-oop-2

API logic behind pure js and pure php
0 stars 0 forks source link

PHP | Implement guest and registered user checkout #3

Closed MindfulLearner closed 1 month ago

MindfulLearner commented 1 month ago

Description: Allow users to choose between checking out as a guest or registering an account. Registered users will receive a 20% discount on all products. Ensure the session is handled correctly for both user types.

MindfulLearner commented 1 month ago

d!!