Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

treasurepleasure

Archived
  • Posts

    12
  • Joined

  • Last visited

Everything posted by treasurepleasure

  1. I don't have a stock osc. It has some changes. I am not sure why but on my homepage the Featured Items comes up perfectly, right under the "home" under my homepage picture. Only about 7 catagory items, when I click on them, the featured items comes up at the top (without any items) and the items for that catagory now come up under the left column. They are supposed to be to the right of the left column. I know it's a formatting issue. I'm just not an expert at .php. This is now driving me crazy! Thanks! Mike
  2. After this contrib some of my products are appearing at the bottom, after the left column. This doesn't work for me. Everything else is working except for that. ?? Any ideas anyone?
  3. I found the problem. Thanks! One thing though that is very important. After this contrib some of my products are appearing at the bottom, after the left column. This doesn't work for me. Everything else is working except for that. ?? Any ideas anyone?
  4. I have a problem, I am getting this error. Warning: main(includes/classes/preventDuplicates.php) [function.main]: failed to open stream: No such file or directory in /nfs/www/WWW_pages/cimmerin/treasurepleasuresextoys.com/includes/application_top.php on line 519 Fatal error: main() [function.require]: Failed opening required 'includes/classes/preventDuplicates.php' (include_path='.:/opt/php/lib/php/') in /nfs/www/WWW_pages/cimmerin/treasurepleasuresextoys.com/includes/application_top.php on line 519 I looked at my includes/application_top.php and the correct code require_once(DIR_WS_CLASSES . 'preventDuplicates.php'); $preventDuplicates = new preventDuplicates();i is at the bottom of the page. This is where this is said to be placed. What is happening? Thanks in advance!!!
  5. Thanks Jack. Do you know anyone that I could pay to have it done for me? I tried, there is a section that is definately different. I know html and a tiny bit of PHP but cannot do this and really want to have the Meta tags in place.
  6. Thanks Jack! I was a numbskull. One thing though, I have a different code on the index.php around line 70. There isn't anything else remotely similar. if ($category_depth == 'nested') { echo "<div class=\"featured_item_heading\">Featured Items</div>"; include(DIR_WS_MODULES . FILENAME_CATEGORY_PRODUCTS); } is this the same thing?? if ($category_depth == 'nested') { $category_query = tep_db_query("select cd.categories_name, c.categories_image from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'");
  7. Hi, I am relatively new at this so forgive me. I looked at the directions and in the forums and I am confused. The Header Tags isn't working so I ran the test. This is what it says: Option Error:The Search Engine Friendly option is set. This should be disabled since it can cause various problems.Missing Code in FileThe Header Tags head code for the index.php file cannot be found.The Header Tags head code for the product_info.php file cannot be found.The Header Tags head code for the product_reviews.php file cannot be found.The Header Tags head code for the product_reviews_info.php file cannot be found.The Header Tags head code for the product_reviews_write.php file cannot be found.The Header Tags head code for the specials.php file cannot be found. What head code goes in these files? What folder are these files in? Help please! Thanks in advance!
  8. Hi, I am relatively new at this so forgive me. I looked at the directions and in the forums and I am confused. The Header Tags isn't working so I ran the test. This is what it says: Option Error:The Search Engine Friendly option is set. This should be disabled since it can cause various problems.Missing Code in FileThe Header Tags head code for the index.php file cannot be found.The Header Tags head code for the product_info.php file cannot be found.The Header Tags head code for the product_reviews.php file cannot be found.The Header Tags head code for the product_reviews_info.php file cannot be found.The Header Tags head code for the product_reviews_write.php file cannot be found.The Header Tags head code for the specials.php file cannot be found. What head code goes in these files? What folder are these files in? Help please! Thanks in advance!
  9. Anyone here that can help me install Header tag files on my index.php? I have a modified RC2 v2.2. I am willing to pay. Thanks, Mike
  10. Jack, Thanks, I kind of thought so. Anyone here that would be able to do it? I'm okay for paying someone to do it if it's reasonable. -Mike
  11. Hi Jack, this will help me a lot when/if I can get it to work. My question is where/how to place the files in the index.php. I guess my file isn't the original file unfortunately. This is where I think the line 70 replacement is. I've tried to do this on my own and it's not going to work. Example: <?php if ($category_depth == 'nested') { echo "<div class=\"featured_item_heading\">Featured Items</div>"; include(DIR_WS_MODULES . FILENAME_CATEGORY_PRODUCTS); } elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) { if ($product_count == 0 && !isset($HTTP_GET_VARS['manufacturers_id'])) { echo "<div class=\"text\">Sorry, there are no products in this category.</div>"; } else { // create column list $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL, 'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME, 'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER, 'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE, 'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY, 'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT, 'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE, 'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW); Mike
  12. I have v2.2 RC2. I cannot find where to replace the code in index.php. I can compensate anyone who is will to help. The files are a bit different. As everyone knows, this is a great mod and if you are serious about SEO as I am, this mod needs to working on my site! Thanks in advance. Mike
×
×
  • Create New...