OpenCart

OpenCart - Alert on store actions

As I start testing out OpenCart, I ran into one issue. When a customer puts in a request for a return, no email is sent to alert the store admin or any one. So I started looking around for solutions and ran into couple of suggestions on OpenCart forum. Below are my variations which I am contributing to OpenCart community for free as this is not my original work.

Objective: Email alert sent on request for return

Step 1: Look for file

catalog/controller/account/return.php

Shopping Cart for E-Commerce Website

I have started playing with various open source e-commerce shopping cart systems available out there. I thought it would be good to document my experience as I go along. After Googling around, I ran into a page at Wikipedia which lists quite a few of them (both open source and paid). I will start working with some popular free ones in random order and compare them. It seems like osCommerce is used by a fairly large group. So I will get started with that and see how it goes.