Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I_Images

Archived
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Real Name
    Don

I_Images's Achievements

  1. I'm getting there and noticed that Elmo and Dangeo1 also had the same issue with the (line 603) replace, as in my last post - but no answer. I still need an answer on this one. So I've installed both admin and controller on an MS2 setup. I've managed my way through many of the same error messages that others have had. Made the database changes and messed around with /includes/languages/english/header_tags.php and still when I go to View Source of a product page the tags are still the original default. If someone can let me in on the key to palace on that one, I'd be grateful. And, if someone can offer better instructions to the correct conbination of 0/1 switches, that may be helpful. With as many times as I've been through this I just don't see what I've missed. I can see there's a real right of passage to this contrib. Thanks for your help, Don
  2. This is my latest running stab at this - getting close. I'm installing into MS2. For admin/catalogies.php the instructions say: Find the following (approx line 743) Replace with the following blah, blah, blah . . . $product_query = tep_db_query("select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_head_title_tag, pd.products_head_desc_tag, pd.products_head_keywords_tag, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = pd.products_id and p.products_id = '" . $HTTP_GET_VARS['pID'] . "'"); $product = tep_db_fetch_array($product_query); Then later in the instructions it says: Find the following (approx line 603) Replace with the following $product_query = tep_db_query("select p.products_id, pd.language_id, pd.products_name, pd.products_description, pd.products_head_title_tag, pd.products_head_desc_tag, pd.products_head_keywords_tag, pd.products_url, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = pd.products_id and p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "'"); $product = tep_db_fetch_array($product_query); I wasn't able to find a second entry as suggested in the line "Find the following (approx line 603)" and the closest thing I found was the earlier "replace" edit with the only difference being (int)$HTTP_GET_VARS. The results I'm getting is the edits I add to the three additional boxes in Admin don't show in View Source of the individual page after an update. What have I missed? Thank You!! Don
  3. OK, I think I've mashed my first issue. For anyone who's made the same mistake as me . . . Catalog Descriptions conrib contains a categories.php with instructions to overwrite the standard MS2 version. There are more edits that messed with what Header Tag Controller Admin was looking to replace. There are instructions for doing a manual change to the categories.php file which is the way it needs to be done in this case. Pardon my lack of forsight. Don
  4. I'm attempting to add Header Tags Controller/Admin to a new MS2 that also has BTS, Category Desicrptions, and Category Box Enhancements Contribs. I've attempted to incorporate Heidi Ott's version 9/25/03. Got an error message in Admin at Categories/Products: Parse error: parse error in /home/images/public_html/store/admin/categories.php on line 1366 Line 1366 is the end of the file - I figure I botched it and need to take another run at it. Adam just mentioned Farrukh Saeed's 9/05 v2.1 Controller and 9/25 MS 2.2Admin both need to be installed. For my version of cart, which files are needed? I thought it was just one but maybe its more? Thanks!! Don
×
×
  • Create New...