Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

helvissa

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Helen

helvissa's Achievements

  1. I've installed this and I've gone to Configuration --> Product Information. It says "Product Info Attribute Display Plugin" and "multiple_dropdowns". Do I need to do anything to this? I clicked on edit and I got this: Fatal error: Call to undefined function: tep_cfg_pull_down_class_files() in pinup-parade/shop/admin/configuration.php(125) : eval()'d code on line 1 These are the first few lines: <?php /* $Id: configuration.php,v 1.43 2003/06/29 22:50:51 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); $action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : ''); if (tep_not_null($action)) { switch ($action) { case 'save': $configuration_value = tep_db_prepare_input($HTTP_POST_VARS['configuration_value']); $cID = tep_db_prepare_input($HTTP_GET_VARS['cID']); What's happened? :blink: Also, when I went to Catalog --> Products Attributes nothing's changed. What do I have to do to get it to work? (presumably that won't be easy with a "fatal error"!) All I want to use this for is to add sizing info to each item as I'm selling clothing. I have to admit that I'm not sure what I'm doing when using phpMySQL, so when I was following the "New Install" instructions, I followed them exactly, but I was wondering why I wasn't asked to use the "upgrade.sql" file. Could this be the answer to my fatal error?! Any help gratefully received!
×
×
  • Create New...