Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

olimits7

Pioneers
  • Posts

    133
  • Joined

  • Last visited

Posts posted by olimits7

  1. Hi,

     

    http://www.oscommerce.com/community/contributions,824

     

    I installed the above contribution and everything seems to work fine, but I find it strange that the only bot listed in this file is "Googlebot"; why aren't more bots listed like Yahoo, MSN, TheFind, etc...

     

    Because I then notice other bots that craw my site end up having sessions, and I would rather them be listed the same way "Googlebot" is.

     

    How could I add these other bots to the list this way they show properly as a bot on the "who's online" page?

     

    Thank you,

     

    olimits7

  2. Hi,

     

    Can this FAQDesk contribution put FAQ questions into different groups/sections?

     

    What I mean by this; is I would like to split my FAQ questions into a "Shipping", "Returns", "Order Status", etc... groups/sections.

     

    Thank you,

     

    olimits7

  3. could you explain in more details, please? what this module should archive and do?

     

    By EDI, I mean having the ability to send my customer's orders directly to my suppliers using the EDI document format. Then orders would be fulfilled by my suppliers instead of doing them in house.

     

    EDI Information

     

    Thank you,

     

    olimits7

  4. Hi,

     

    Does anyone know if there is an EDI (electronic data interchange) contribution available for osCommerce?

     

    Or if there isn't an EDI contribution, can someone recommend some good EDI services that could integrate with osCommerce?

     

    Thank you,

     

    olimits7

  5. Hi,

     

    I'm trying to install this MaxMind contribution, and I'm currently on step 6, but I can't seem to find the following line code in my "checkout_process.php" file. I even tried downloading a new copy of osCommerce and doing a search in a new "checkout_process.php" file but it still doesn't come up.

     

    if (tep_not_null($sql_data_array['customers_id'])) { 

     

    Can someone help please point out where I can add the following code the install is asking me to add on the "checkout_process.php" page?

     

    require(DIR_WS_MODULES . 'maxmind/maxmind.php');

     

    Thank you,

     

    olimits7

  6. I would then have to create a different coupon for each customer each time I need to credit their account with money. I don't think using a coupon would be good for this.

     

    For example, credit customer $2.34 for shipping charges; which then they can use on future orders.

     

    I'm looking for something similar to a pre-paid account; so customer can use their existing credit account amount on future orders.

     

    olimits7

  7. Hi,

     

    If I sent "Enable Point system" to FALSE, and have "Enable Redemptions system" set to TRUE shouldn't customers that have points still be allowed to use them??

     

    I noticed when I'm using the settings above during the checkout process it no longer shows the points redemption section to allow points to be used and under my account the points section is no longer listed.

     

    Does anyone know how I can fix this, or if there is an update that fixes this issue already??

     

    Don't you think that the redemption system shoul still work for customers that have points?? I think it should still work because let's say I want to stop using the point system, but I don't want my current customers to get angry for taking their points away!!

     

    Thank you,

     

    olimits7

  8. Hi,

     

    http://www.oscommerce.com/community/contributions,6005

     

    I tried installing your AJAX driven Newsletter box and I followed the instructions exactly but I get the following error when I enable it on my front-end website:

     

    Fatal error: Cannot instantiate non-existent class: newsletterboxheading in /public_html/includes/boxes/newsletterAJAX_box.php on line 85

     

    Can somebody help me fix this error so I can get this working properly??

     

    Thank you,

     

    olimits7

  9. Hi,

     

    It seems like it does work, but I have to close my browser and then open and log in to see that the product isn't shown in the wishlist anymore.

     

    Shouldn't the product in the wishlist be removed as soon as the order is submitted and I receive my order confirmation page?? This seems to make more sense....

     

    Thank you,

     

    olimits7

  10. Hi,

     

    I have the WishList contribution working fine except for 1 issue. When I move a product from the wishlist to that shopping cart and then checkout; the product still remains in the wishlist after I submit an order.

     

    How can I get this to work so it clears the product from the wishlist??

     

    Thank you,

     

    olimits7

  11. Hi,

     

    I just installed the "FAQ System 3.0" contribution, and I think it's a great contribution!!!

     

    However, I was wondering if someone could help me out to add another function to this "FAQ System 3.0" contribution. I'm not a PHP programmer or else I would do it myself, but I don't think it would take someone who knows PHP to include this add.

     

    I think it would be great if there was the ability to sort the questions by sections. For example, some websites can break out the questions by: General, Technical, Returns, Shipping, etc... so it would look something like this.

     

    General:

     

    English question 1?

    English question 2?

     

    Returns:

     

    English question 1?

    English question 2?

     

    --------------------------------------------------------------------------------

     

    General:

     

    English question 1?

    English answer 1.

     

    English question 2?

    English answer 2.

     

    [back To Top]

     

    Returns:

     

    English question 1?

    English answer 1.

     

    English question 2?

    English answer 2.

     

    [back To Top]

     

    I think a lot of people would benefit from having this layout because it will make the FAQ section look more professional and organized. Can somebody help me in achieving this??

     

    Thank you,

     

    olimits7

  12. Hello,

     

    I installed this contribution but the contact_us.php file I have is different then the one in the readme.doc.

     

    I will paste where I put the code in my file, but it isn't working right. It still lets me send an email even when the security code is blank.

     

    Can somebody tell me where I have to put the VVC Code in the contact_us.php file so it works properly? This is the original copy of the contact_us.php file that was in the osCommerce download I did.

     

    <?php
    
    /*
    
     $Id: contact_us.php,v 1.42 2003/06/12 12:17:07 hpdl Exp $
    
     osCommerce, Open Source E-Commerce Solutions
     http://www.oscommerce.com
    
     Copyright (c) 2003 osCommerce
    
     Released under the GNU General Public License
    
    */
    
    
     require('includes/application_top.php');
    
     require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONTACT_US);
    
     $error = false;
    
     if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) {
    $name = tep_db_prepare_input($HTTP_POST_VARS['name']);
    $email_address = tep_db_prepare_input($HTTP_POST_VARS['email']);
    $enquiry = tep_db_prepare_input($HTTP_POST_VARS['enquiry']);
    
     if (tep_validate_email($email_address)) {
      tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);
      tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success'));
    } else {
      $error = true;
      $messageStack->add('contact', ENTRY_EMAIL_ADDRESS_CHECK_ERROR);
    }
    
    //VISUAL VERIFY CODE start
     require(DIR_WS_FUNCTIONS . 'visual_verify_code.php');
    
    $code_query = tep_db_query("select code from visual_verify_code where oscsid = '" . $HTTP_GET_VARS['osCsid'] . "'");
    $code_array = tep_db_fetch_array($code_query);
    $code = $code_array['code'];
    
    tep_db_query("DELETE FROM " . TABLE_VISUAL_VERIFY_CODE . " WHERE oscsid='" . $vvcode_oscsid . "'"); //remove the visual verify code associated with this session to clean database and ensure new results
    
    $user_entered_code = $HTTP_POST_VARS['visual_verify_code'];
    if (!(strcasecmp($user_entered_code, $code) == 0)) {	//make the check case insensitive
    	$error = true;
    	$messageStack->add('contact', VISUAL_VERIFY_CODE_ENTRY_ERROR);
    }
    //VISUAL VERIFY CODE stop
    
     }
    
    
     $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US));
    
    ?>

     

     

    Thank you,

     

    olimits7

  13. I think I figured out how the code works. But can someone tell me how I can define a cPath for this part of the code.

     

    case ( (strstr($_SERVER['PHP_SELF'],'product_info') or strstr($PHP_SELF,'product_info')) ):

     

    I know the above code will show the banner on the "product_info.php" page, but I'm trying to figure out how to change the code so the banner will only display on the index.php?cPath=10 category page.

     

    Does anybody know what code I have to write to make this happen??

     

    Thank you,

     

    olimits7

  14. This is the code that's in the /includes/boxes/column_banner.php/, just so you can take a look at it.

     

    // define banner group per page
    // add new case statement for additional pages
     switch (true) {
     case ( (strstr($_SERVER['PHP_SELF'],'default') or strstr($PHP_SELF,'default')) ):
    $use_banner_group = '125x125';
    break;
     case ( (strstr($_SERVER['PHP_SELF'],'product_info') or strstr($PHP_SELF,'product_info')) ):
    $use_banner_group = 'product_info 125x125';
    break;
     default:
    $use_banner_group = '125x125';
    break;
     }

     

    Thank you,

     

    olimits7

  15. Hello,

     

    I installed the banner manager contribution and everything works fine. I just have a question regarding a section of the readme.txt file that says I can "specify banners by page".

     

    I don't understand what exactly I have to do to "specify banners by page". I will paste what it says in the readme.txt file below, so you can see what I mean.

     

    It uses a case statement to specify which pages to display on, but I can't figure it out. Can someone please explain how I can do this??

     

    Specify Banners by Page:

     

    /includes/boxes/column_banner.php now includes a case statement to specify which banner group to use for the banner display.

     

    This allows you to define specific banners for specific pages. If you want to include the same banner on several pages, just include the banner in additional banner groups.

     

    EXAMPLE: I want the Gold Free Call for Price Banner on the index page and everywhere else. If I am using the defined per page option in /includes/boxes/column_banner.php I would setup two banners where one is for the index.php page and the other is used on all other pages. To show the difference, the Alt Tag on the banner changes in the Column Banner box. The other banners are HTML banners and pull their images and alt tags from another site.

     

    This is the URL of the contribution: http://www.oscommerce.com/community/contributions,1816

     

    Thank you for your help,

     

    olimits7

×
×
  • Create New...