Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

thenook

Archived
  • Posts

    47
  • Joined

  • Last visited

Profile Information

  • Real Name
    jim

thenook's Achievements

  1. I took a chance and tried adding: <?php require(DIR_WS_BOXES . 'featured.php'); ?> in the first section and it seems to work fine. I forgot to take into account the template modifications to that file making it look different than the original. I checked the original and saw how the information was added and modified it to match what the template changed and it seems to work great! As far as the duplicate key entry, I didnt deermine how to fix that error, but I thought maybe it was trying to create something that was alredy there, so I just skipped past that error and the featured products seems to work! N
  2. PS I ALso get an error on step 15 when I do the featured_products_english.sql import: INSERT INTO configuration_group( configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible ) VALUES ( '39', 'Featured', 'Featured Products Display', '339', '1' ); MySQL said: #1062 - Duplicate entry '39' for key 1 ANy recomendations? N
  3. Hello, If you are using this contrib, the directions in step 14 ( the first step 14 BTW ) say: Step 14: Add the following lines to /catalog/includes/column_right.php or column_left.php require(DIR_WS_BOXES . 'featured.php'); But it doesn't way WHERE to put it, and there are several likely spots, in addition those spots look like they need extra tag on the ends of the inserted line. Can someone detail for me exactly where these are supposed to go?: <?php /* $Id: column_left.php,v 1.00 05/11/05 12:09:36 hpdl Exp $ This file created as a part of graphical design by AlgoZone, Inc [url="http://www.algozone.com"]http://www.algozone.com[/url] for osCommerce v 2.2ms2 Copyright © 2003 AlgoZone, Inc */ $column_location = 'left'; ?> <tr><td><img src="<?php echo DIR_WS_TEMPLATE_IMAGES; ?>az_header_left.gif"></td></tr> <?php include(DIR_WS_BOXES_AZ . 'categories_az_FL03C00087.php'); ?> <?php require(DIR_WS_BOXES_AZ . 'information.php'); ?> <?php if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES_AZ . 'order_history.php'); ?> <?php require(DIR_WS_BOXES_AZ . 'shopping_cart.php'); ?> <?php require(DIR_WS_BOXES_AZ . 'whats_new.php'); ?> <?php if (isset($HTTP_GET_VARS['products_id'])) { if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) include(DIR_WS_BOXES_AZ . 'tell_a_friend.php'); } else { include(DIR_WS_BOXES_AZ . 'specials.php'); } ?> <?php if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES_AZ . 'languages.php'); } ?> <?php $column_location = ''; ?>
  4. Woot, went over it again, worked fine. Not sure how I overwrote the changes I made yesterday, works like a champ.
  5. Somehow I got the files oerwritten and having another problem with one odd othe rpart of the site, I nuked and paved it. It's all back with no mods, im going to add the google tracker and take another crack at the insurance mod here shortly..... N
  6. Thanks man, I made progress.... but not enough. I am going to wipe and try them again. Somehow I overwrote the ones I edited and uploaded the ones without editing. But progress!:
  7. I has em all zipped as modded if anyone wants to peek http://wjowsa.com/usps13.zip I put the files in their directories , and the originals ar in the backup. Im seeing crosseyed after trying to troubleshoot 3-4 mods.. Head needs a break. N
  8. 1.3..... ! One of my other sites got hacked, so my host turned off global allow, but I had them turn it back on, but the problem remains so I am not sure it's related. Imma comb through the directions one more time and see if I can get it going.
  9. Hello, I added this mod and followed the directios to the letter, I activated it in the modules, set the rates, but yet nothing shows for insurance in checkout. Any suggestions where to start fixing?
  10. Hi, I do not have this: ********** * STEP 6 * ********** In catalog/includes/stylesheet.css: FIND this: TD.smallText, SPAN.smallText, P.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; My Stylesheet.css is in the catalog directory... I see someone else mentioned this I just want to make sure this is the correct file to edit! N
  11. I found the answer, the 2.11 version of the contrib left off the whole section in the directions about the checkout_success modifications. I was not aware you had to go through all of the previous notes and releases of a contrib to make sure that you get all the directions for the latest version.
  12. Heh, even more problems..... When I click on one of the featured items, I get a 500 error. The category menu appears in FF but not IE. I'll leave the site up as is and hopefully someone can help. If I not I'll put it back to the original configuration and try to find a pro to add these contribs for me. N
  13. Fixed, but now I have another problem: please view the site www.prosuspension.com. My category menu went away after getting the featured contrib installed and there are additional problems: 1) There are two featured lists showing on the page 2) There are two of each featured item entry in the admin panel: Display Featured Products true Display Featured Products false Maximum Display of Featured 6 Maximum Display of Featured 6 The view featured item page is missing formatting: 3) http://www.prosuspension.com/featured_products.php Any suggestions or recommendations on how to fix before I just give up on contribs? Ive spent 5 days trying to get this and google analytics running and even though I seem to be following included directions to the letter, neither of them work right. N
  14. Hello, Im trying to add and set up the featured items contrib. I seem to be having a problem adding the featured table to the DB. I get the following error when I try: Error SQL query: INSERT INTO configuration_group( configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible ) VALUES ( '39', 'Featured', 'Featured Products Display', '339', '1' ); MySQL said: #1062 - Duplicate entry '39' for key 1 ANy suggestions? I have tried dropping and reimporting the table but nothing gets me past this. N
  15. Hello, Google analytics. I added the contrib for this by putting the google snippett in the footer and addint the analytics.php file, and it's tracking the visitors fine, but it is not reporting the successful transactions in the ecommerce table of the google analytics. Any suggestions? N
×
×
  • Create New...