Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Shopping cart class
  • Hi, I programmed lightweight shopping cart class for fuel You can view the project on Github : https://github.com/patoman/FuelPHP-Shopping-Cart Basic features will include:
    * get cart items
    * get one item from cart
    * get item options
    * get total items
    * get total qty
    * get total price
    * adding item(s) to cart (when item exist will increase qty and update price)
    * updating item(s) qty/price
    * deleting n or all item(s)
    * destroy cart (remove all items)
    * verifiy existing of item
    SRY FOR BUGS AND BADS.. I STILL LEARNING PHP5.3 OPTIONS, FUELPHP, GIT/GITHUB
    PLEASE HELP ME IMPROVE THIS CLASS. THANKS

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!