Jump to content

Spechal

Member
  • Posts

    143
  • Joined

  • Last visited

Everything posted by Spechal

  1. Jebus, over 150 replies! I didnt even know there was a problem with this mod. Just a hint to the newbies: If you dont have a clue what PHP is, than have someone else install mods for you. If you don't know how to use phpMyAdmin or know SQL, have someone else install mods for you. It will save everyone time and hassle. Modification instructions are pretty straight forward. If you have the slightest doubts of wheather or not you're capable of installing a mod, don't. Just ask for help or pay someone from the beginning, if could save your store. Not trying to be an ass here, but honestly, if you didnt KNOW how to fly a plane, would you?
  2. This will make it easy for you book-worms Create this file and call it whatever.php <?php include('admin/config.php'); include('admin/settings.inc.php'); mysql_query("CREATE TABLE ".$prefix."store_ship_by_ordersum ( ship_amount decimal(30,2) NOT NULL default '0.00', ship_amount_base decimal(30,2) NOT NULL default '0.00', ship_amount_up decimal(30,2) NOT NULL default '0.00', ship_amount_up_base decimal(30,2) NOT NULL default '0.00' ) TYPE=MyISAM") or die(mysql_error()); // // Gegevens worden uitgevoerd voor tabel `store_ship_by_ordersum` // mysql_query("INSERT INTO store_ship_by_ordersum VALUES ('4.99', '25.00', '1.00', '25.00')") or die(mysql_error()); ?> Upload that and execute it by visiting the page in your browser. If you see no errors, congrats.
  3. Could I get some feedback on the likes and dislikes of the store? Demonstration Store (Other than it is the plain CubeCart look ) Mods Done: eBay Mod <- Soon to be redone by myself (looks bad) Instock Mod USPS Tracking Mod Coupons Mod Downloadable Products Mod Catalog Mod Popularity Mod (Sort by Sales or Views in Admin) Minimum Order Mod Group Options Mod Page Load Time Mod MIME Type list (In Admin) MIME Type Detector (In Admin) 5 Latest Products Layout Mod (The layout of the panels of the store can be changed via Admin Panel) Plus all of the mods can be turned on or off via the admin panel. Took alot of time and effort to get these mods done and the ones not done by me installed. ANY feedback is welcome (Positive or Negative). ALSO: Any mod suggestions are appreciated. Thanks everyone!
×
×
  • Create New...