Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

murray_simon

Archived
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Real Name
    Murray

murray_simon's Achievements

  1. 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. Hi there, I have just added this brilliant contribution but it is not working correctly :( This is the link to my site: http://www.cmm.com.au/osc6/index.php - the page exists here; http://www.cmm.com.au/osc6/wholesale.php but the link to it from the information box is not showing up?? Any suggestions - i will be eternally grateful :)
  3. 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
  4. 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
  5. 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...
  6. 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.
  7. 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
  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. 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.. :)
  10. Update! It is fixed! YAY! :D - I set the permissions to 444 and it works now - no errors - Thanks for your insight Steve!! :)
  11. 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...