perthmetro Posted November 15, 2006 Posted November 15, 2006 Does anyone have a basic/simplified version? one that has a catalog (of course) and order system, but no payment system. And with less admin controls... just something basic without all the fruit... Thanks Pete
Scorpion Cart Posted November 15, 2006 Posted November 15, 2006 maybe the easiest way with the payment issue without changing too much code would be to enable the cash on delivery module but change the wording from "Cash on delivery" to "Free" or something suitable, to streamline your admin panel and remove items you dont use you could go to catalog/admin/boxes/ and go through the php code in them all commenting out the options you dont require. for example:- in catalog/admin/boxes/catalog.php if you want to remove the Reviews link edit the code from '<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . TO //'<a href="' . tep_href_link(FILENAME_REVIEWS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_REVIEWS . '</a><br>' . please note these are just some quick fixes so you wont have to do any real coding hope it helps
newtech Posted December 22, 2006 Posted December 22, 2006 maybe the easiest way with the payment issue without changing too much code would be to enable the cash on delivery module but change the wording from "Cash on delivery" to "Free" or something suitable, I have looked throguhout the language files and I cannot find the language file that defines "cash on delivery". Where is it??????
Recommended Posts
Archived
This topic is now archived and is closed to further replies.