Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

murray_simon

Archived
  • Posts

    31
  • Joined

  • Last visited

Posts posted by murray_simon

  1. I checked your site and it looks as if you did not follow this step:

    ========================
    STEP 2 (information.php)
    ========================
    In catalog/includes/boxes/information.php, change the this:
    									 '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>');
    
    to this:
    									 '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . 
    									 '<a href="' . tep_href_link(FILENAME_WHOLESALE) . '">' . BOX_WHOLESALE_INQUIRY . '</a>');

     

    Check that and let me know how it goes.

     

    SteelShadow

     

     

    Hi there, Firstly - thank you for trying to help me - much appreciated!!

     

    I am not sure what instructions you are looking at but they are not the ones I am seeing.. Here is my step 2:

    **********************

    STEP 2 (File Upload)

    **********************

     

    catalog/includes/languages/english/wholesale.php

     

    Notes:

     

    Adjust the text for the Inquiries Page to your specific business in the file:

    catalog/includes/languages/english/wholesale.php

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

    I do not have information.php in catalog/includes/boxes/information.php as you stated, but I do have it in includes/languages/english... ?? And I found the code you mentioned and have changed it, but to no avail....

     

    I am running CRE loaded 6.15 with a template from Algozone - and quite frankly there have been that many things that Algozone have 'left out' of the files they send you such as .css comments, or images or even complete .php pages that are missing!!! GRrrrrr They are making my life a misery trying to figure out what they have done or not done - The point I am trying to make is that I am unsure whether they have changed something that disables it from working??

     

    Another interesting thing that may be related is that I cannot see these links to 'Shipping', 'Privacy' & 'Conditions' even though they are referenced in information.php:

     

    The terms and conditions link in the information box at the moment is generated from infomanager as a short term fix - because the links weren't working, but I wonder Is there something else that is stopping the whole lot from showing up??

     

    here is my information.php:

     

    ?>

    <!-- information //-->

    <tr>

    <td>

    <?php

    $info_box_contents = array();

    $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

     

    new infoBoxHeading($info_box_contents, false, false, false, $column_location);

     

    $info_box_contents = array();

    $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

    '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

    '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

    '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' .

    '<a href="' . tep_href_link(FILENAME_WHOLESALE) . '">' . BOX_WHOLESALE_INQUIRY . '</a>');

    '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '">' . BOX_INFORMATION_GV . '</a>');//ICW ORDER TOTAL CREDIT CLASS/GV

     

    new infoBox($info_box_contents, $column_location);

    ?>

    </td>

    </tr>

    <!-- information_eof //-->

     

    Again - any ideas are much appreciated... :)

  2. <?php
    /*
     $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $
    
     osCommerce, Open Source E-Commerce Solutions
     http://www.oscommerce.com
    
     Copyright (c) 2003 osCommerce
    
     Released under the GNU General Public License
    */
    
     if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_categories_box();
     } else {
    //added cool menu - tongo
    //include(DIR_WS_BOXES . 'categories.php');
    include(DIR_WS_BOXES . 'coolmenu.php');
    //end add
     }
    
     if ((USE_CACHE == 'true') && empty($SID)) {
    echo tep_cache_manufacturers_box();
     } else {
    include(DIR_WS_BOXES . 'manufacturers.php');
     }
    
     require(DIR_WS_BOXES . 'whats_new.php');
    //  require(DIR_WS_BOXES . 'search.php');
     //require(DIR_WS_BOXES . 'information.php');

     

    This is what column_left should look like if you have MS2. you guys have to figure out which part corresponds to what in your installation or modifications

     

    Thanks for that T-love. I know what the original version of osc should look like, but as mentioned we are running cre loaded with a template installed - there must be heaps of shops who have done this and I was hoping someone might help with what code to change as I haven't got the foggiest idea how to do so :huh: - but I am very good at following instructions :)

    This is the reason I and a couple of other people have posted requests for help on this issue because we cannot figure it out - again - any assistance would be greatly appreciated

  3. Hi All,

     

    The coolmenu is just what I'm looking for, looks great - so before I populate the site I want to get the look & feel right.

     

    I'm new, so sorry to sound dim... hi Andreas..

     

    I've got the coolmenu instructions here - I'm stuck right at the beginning -

     

    You say -

    2.) Replace the following line in your catalog/includes/column_left.php file:

     

    REPLACE:

     

    include(DIR_WS_BOXES . 'categories.php');

     

    BY:

     

    include(DIR_WS_BOXES . 'coolmenu.php');

     

    I don't seem to have the line - include(DIR_WS_BOXES . 'categories.php'); - anyone know what code to change....

     

    here is my includes/column_left.php...

     

    <?php

    /*

    $Id: column_left.php,v 1.1.1.1 2004/03/04 23:40:37 ccwjr Exp $

     

    osCommerce, Open Source E-Commerce Solutions

    http://www.oscommerce.com

     

    Copyright ? 2002 osCommerce

     

    Released under the GNU General Public License

    */

     

    $column_query = tep_db_query('select display_in_column as cfgcol, infobox_file_name as cfgtitle, infobox_display as cfgvalue, infobox_define as cfgkey, box_heading, box_template, box_heading_font_color from ' . TABLE_INFOBOX_CONFIGURATION . ' where template_id = ' . TEMPLATE_ID . ' and infobox_display = "yes" and display_in_column = "left" order by location');

    while ($column = tep_db_fetch_array($column_query)) {

     

    if ( file_exists(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/boxes/' . $column['cfgtitle'])) {

    define($column['cfgkey'],$column['box_heading']);

    $infobox_define = $column['box_heading'];

    $infobox_template = $column['box_template'];

    $font_color = $column['box_heading_font_color'];

    $infobox_class = $column['box_template'];

    //cache control side box detect

    if ((USE_CACHE == 'true') && empty($SID) && ($column['cfgtitle'] == 'categories4.php') ) {

    echo tep_cache_categories_box4();

    } else if ((USE_CACHE == 'true') && empty($SID) && ($column['cfgtitle'] == 'manufacturers.php') ) {

    echo tep_cache_manufacturers_box();

    } else {

    require(DIR_WS_TEMPLATES . TEMPLATE_NAME . '/boxes/' . $column['cfgtitle']);

    }

    // end cache control code

    }else{

    define($column['cfgkey'],$column['box_heading']);

    $infobox_define = $column['box_heading'];

    $infobox_template = $column['box_template'];

    $font_color = $column['box_heading_font_color'];

    $infobox_class = $column['box_template'];

    require(DIR_WS_BOXES . $column['cfgtitle']);

     

    }

    }

    ?>

     

    where should I change the line code...

    Sorry to be so dim,, thanks in advance...

    Has anyone answered this question? I have the same issue and I am running cre loaded with a template installed... the instructions don't fit with this set up - any answers please??? This is the second post ansking this question I have come across in the forums, but I cannot find an answer to them? <_<

    Thanks

  4. I have a new issue with Auspost regarding error messages..

     

    My Setup

    I am running the latest Auspost module I believe..? - The following modules are installed: Auspost, Auspostair, Auspostsea, Ausposteconomy, Auspostexpress.

    Australia zones are installed too.

     

    1. When I set all the Auspost modules to 'none' in the shipping zone I get the following error messages:

     

    when I login as a domestic customer and buy a product I see this:

    ITEMS:50 - Weight:1Kgs

     

    Country:

    Zip Code: 6008

     

    Shipping Methods: Rates:

    AusPOST Express Post Parcel (Delivery to 6008 - 2 days Estimated Delivery Time*

    1 boxes 1kg(s) (incl $10 handling) ) 35.55AUD

    AusPOST Parcel Post (Delivery to 6008 - 4 days Estimated Delivery Time*

    1 boxes 1kg(s) (incl $10 handling) ) 21.36AUD

    AusPOST International Parcel Post - AIR (ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.)

    AusPOST International Parcel Post - Economy (ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.)

    AusPOST International Parcel Post - SEA (ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.)

     

    and if I login as an overseas customer shipping to the UK I get this:

     

    AusPOST Express Post Parcel (ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.)

    AusPOST Parcel Post (ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.)

    AusPOST International Parcel Post - AIR (Delivery to nhl12dx - 10 days Estimated Delivery Time*

    1 boxes 1kg(s) (incl $10 handling) ) 41.36AUD

    AusPOST International Parcel Post - Economy (Delivery to nhl12dx - 20 days Estimated Delivery Time*

    1 boxes 1kg(s) (incl $10 handling) ) 34.55AUD

    AusPOST International Parcel Post - SEA (Delivery to nhl12dx - 65 days Estimated Delivery Time*

    1 boxes 1kg(s) (incl $10 handling) )

     

    When I select Australia as the zone in the Auspost and Auspostexpress modules and login as an overseas customer I see just the shiiping costs for overseas shipments which is good, however when I then login as a domestic customer I lose the domestic shipping costs and just get the overseas errors again as below:

     

    Please select the preferred shipping method to use on this order.

     

     

    AusPOST International Parcel Post - AIR

    ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.

     

     

    AusPOST International Parcel Post - Economy

    ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.

     

     

    AusPOST International Parcel Post - SEA

    ERROR: The delivery rate for this option cannot be determined at this time

    If you prefer to use this option as your shipping method, please contact the store owner.

     

    Any Ideas - I am just trawling through the errors trying to fix them one at a time... any help would be hugely appreciated...

  5. Hi there,

     

    I have searched the forums to no avail and am surprised if no-one has asked this already, but the search engine returns no results, so if this has already been posted, my apologies..

     

    What I want to do is be able to have product with POA (Price on Application) instead of the dollars... We have a product that is very expensive and comes with many variable options and would have to be quoted on after discussion with the client, however I still want to have it in the shopping cart so as to alert people to its existence..

     

    Can anyone please help me figure this one out??

     

    Thank you in advance.

  6. simple fix

     

    delete the auspost-old.php file from the

     

    /var/www/html/osc6/includes/modules/shipping/

    /var/www/html/osc6/includes/languages/english/modules/shipping/

     

    folders

     

    not sure what they have done to my module but i suspect they made changes and left the old one in place...

    Thank you, thank you.. Amazing I spent nearly two days trying different things and you solve it in seconds - I thought if I just renamed the file it would ignore it... It seems to be working now - thanks heaps you are a legend! :D

  7. Calling all braniacs,

     

    Could someone please help me to sort this problem with the Auspost install..

     

    I am using a CRE loaded 6.15 template from algozone...

     

    When I go to the 'Modules/Shipping' page via the admin interface I am getting this error :

    Fatal error: Cannot redeclare class auspost in /var/www/html/osc6/includes/modules/shipping/auspost-old.php on line 14 :(

     

    And the table listing the modules that usually appears on that screen has gone - I just get the grey bar with 'modules' sort order' & 'action' that usually goes above the table of modules... the rest of the page is blank.

     

    Unfortunately I was in the middle of trying to install this contrib when I had emergency surgery and now 6 weeks later I cannot remember what I did, and the backup of the site is corrupted so I can't re- upload it!! I know I can hear you all say you should've checked it, and you are right, but I didn't and now I am in a pickle - can someone please, please help??

     

    I thought I would try a re-install but have forgotten how to put the sql file that comes with the contrib into my database via phpMyAdmin - I can get into phpMyAdmin ok but cannot remember the steps I have to take from there -so if someone would be kind enough to explain i would really appreciate it very much

     

    My ISP will not help me with it I have already asked...

     

    Thanks in advance.. :)

  8. Calling all braniacs,

     

    Could someone please help me to sort this problem with the Auspost install..

     

    I am using a CRE loaded 6.15 template from algozone...

     

    When I go to the 'Modules/Shipping' page via the admin interface I am getting this error :

    Fatal error: Cannot redeclare class auspost in /var/www/html/osc6/includes/modules/shipping/auspost-old.php on line 14 :(

     

    And the table listing the modules that usually appears on that screen has gone - I just get the grey bar with 'modules' sort order' & 'action' that usually goes above the table of modules... the rest of the page is blank.

     

    Unfortunately I was in the middle of trying to install this contrib when I had emergency surgery and now 6 weeks later I cannot remember what I did, and the backup of the site is corrupted so I can't re- upload it!! I know I can hear you all say you should've checked it, and you are right, but I didn't and now I am in a pickle - can someone please, please help??

     

    I thought I would try a re-install but have forgotten how to put the sql file that comes with the contrib into my database via phpMyAdmin - I can get into phpMyAdmin ok but cannot remember the steps I have to take from there -so if someone would be kind enough to explain i would really appreciate it very much

     

    My ISP will not help me with it I have already asked...

     

    Thanks in advance.. :)

  9. Hi there, like most other people here I have installed 6.15 and then I get the message at the top of the page that says " Warning: I am able to write to the configuration file: /var/www/html/osc6/includes/configure.php. This is a potential security risk - please set the right user permissions on this file."

     

    So I did change the CHMOD to 644 & 755 on 2 different attempt s to fix it and still the error message persists - so I then read the forums and discover the "Protection of Configuration - Version 1.0" fix and installed it as per instructions however when I go to Tools/Protection of Configuration and select it I get this error message on the page that appears

     

    Access Denied

    No Right Permission Access

    Please contact your Webmaster to request more access or if you found any problem.

     

    Hmmm problem is I am the webmaster :( and I have no idea - any suggestions??

    Your help would be much appreciated. Thank you. :)

     

    Update!

    It is fixed! YAY! :D - I set the permissions to 444 and it works now - no errors - Thanks for your insight Steve!! :)

  10. Hi there, like most other people here I have installed 6.15 and then I get the message at the top of the page that says " Warning: I am able to write to the configuration file: /var/www/html/osc6/includes/configure.php. This is a potential security risk - please set the right user permissions on this file."

     

    So I did change the CHMOD to 644 & 755 on 2 different attempt s to fix it and still the error message persists - so I then read the forums and discover the "Protection of Configuration - Version 1.0" fix and installed it as per instructions however when I go to Tools/Protection of Configuration and select it I get this error message on the page that appears

     

    Access Denied

    No Right Permission Access

    Please contact your Webmaster to request more access or if you found any problem.

     

    Hmmm problem is I am the webmaster :( and I have no idea - any suggestions??

    Your help would be much appreciated. Thank you. :)

×
×
  • Create New...