Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

scothern99

Pioneers
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Shawn Cothern

scothern99's Achievements

  1. Okay, so I want to add this to our Pile of steaming crap CRE Loaded store. Apparently they forgot to fix the problems with Google Base for those of us who do not want to give them $200 to upgrade. Anyhow, here is my tools.php file, can anyone help me to integrate this? I get no help at all form CRE so I thought I would ask here. Oh yeah, if OS Commerce had the ability to assign certain products to certain retail groups, I never would have switched over... <?php /* $Id: tools.php,v 1.1.1.1 2004/03/04 23:39:44 ccwjr Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License Chain Reaction Works, Inc. Copyright © 2005-2006 Last Modified By : $Author: Author $ Last Modifed On : $Date: LastChangeDate$ Latest Revision : $Revision: 4210 $ */ ?> <!-- tools //--> <tr> <td> <?php $heading = array(); $contents = array(); $heading[] = array('text' => BOX_HEADING_TOOLS, 'link' => tep_href_link(FILENAME_BACKUP_MYSQL, 'selected_box=tools')); if ($selected_box == 'tools' || $menu_dhtml == true) { $contents[] = array('text' => tep_admin_files_boxes(FILENAME_BACKUP_MYSQL, BOX_TOOLS_MYSQL_BACKUP, 'SSL') . tep_admin_files_boxes(FILENAME_BACKUP,BOX_TOOLS_BACKUP) . tep_admin_files_boxes(FILENAME_CACHE, BOX_TOOLS_CACHE) . tep_admin_files_boxes(FILENAME_BLACKLIST, BOX_TOOLS_BLACKLIST) . tep_admin_files_boxes(FILENAME_ORDERS_HOLD_LIST, BOX_TOOLS_ORDERS_HOLD_LIST) . tep_admin_files_boxes(FILENAME_EDIT_LANGUAGES, BOX_TOOLS_DEFINE_LANGUAGE) . tep_admin_files_boxes(FILENAME_EMAIL_SUBJECTS, BOX_TOOLS_EMAIL_SUBJECTS ) . tep_admin_files_boxes(FILENAME_MAIL, BOX_TOOLS_MAIL) . tep_admin_files_boxes(FILENAME_NEWSLETTERS, BOX_TOOLS_NEWSLETTER_MANAGER) . tep_admin_files_boxes(FILENAME_SERVER_INFO, BOX_TOOLS_SERVER_INFO) . tep_admin_files_boxes(FILENAME_WHOS_ONLINE, BOX_TOOLS_WHOS_ONLINE)); //Admin end } $box = new box; echo $box->menuBox($heading, $contents); ?> </td> </tr> <!-- tools_eof //--> Any help at all would be so appreciated.
  2. Is there anyone on this board who is familiar with CRE Loaded that could help me get my attributes to sort horizontally? I'm willing ot work I jsut don't know what or where to change it and of course, anyhting with CRE means, pay us for help.
  3. So, has anyone converted this to CRE or know how to do it? I guess I am going to attempt it, but I am sure I will need some help. Does anyone know how to reach the author?
  4. I can see why. CRE is a very nice culmination of OSC and several very necesary add-ons. The problem is, if an add-on is not "CRE" specific, its a bitch to get installed. No one is offering these thigns for free either and we are a small shop and don't have $125 a mod to add them. So again, does anyone know where I can get this mod that has been modified for CRE, seeing as how Deep-silver seems to have disapeared?
  5. I happen to like CRE Loaded so far. Its easy to use for a non-programmer like myself with little time. We actually started with OSC, but gave up when after adding three add-on's, the code became so "Bastardized" that I couldn't get any more mods to install and the entire store crashed. CRE has every feature we need built in save for a few. This beign one of them. As for the links working, the contribution is still there and available for download for OSC, but I'm looking for the versio ntaht was modified for CRE. Silver had posted links to it, but the links are no longer vaild. I haev sent him/her a PM with no response so I thought I would ask here. Thanks
  6. Does anyone know where I can get this code for CRE Loaded? The links in this thread no longer work.
  7. Okay, So I figured out how to fix my previous issue. Now I have more of a question. I want to use the radio button's to select from different font options. I want the font name displayed next to the radio box to actually typed in in the appropriate font. For example, if the first radio option is for Comic Sans MS, then I want it to say Comic Sans MS, but actually display in that font. Is this posible? Thanks.
  8. First of all let me say thanks for this mod. This is excellent and a great contribution. Now on to my problem. I was able to get this mod workign with little effort and it works great. The problem I'm having is as follows. I am using the "3images with admin V1.0" mod to add additional images to my products. After installing this mod, the "Click to enlarge" links on my products no longer work. I get an Error on page message at the bottom of the browser and nothing happens. I'm assuming something has changed that references the Picture Id, but have absolutly no knowledge of PHP or MySQL so I'm at a serious disadvantage. Can anyone maybe point me in teh right direction to get me started on how to troubleshoot this? Thanks. Shawn Cothern Co-Owner, www.broadwyn-wear.com
×
×
  • Create New...