Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ian_m

Pioneers
  • Posts

    151
  • Joined

  • Last visited

Posts posted by ian_m

  1. Has anyone come across this error:

     

    Fatal error: Call to a member function add_current_page() on a non-object in /home/account/public_html/includes/application_top.php on line 309

     

    The site works fine on localhost but get this on upload, the only other thing I have done on this install is to create a php.ini file to turn globals on,

     

    Cant see why line 309 should fail must be a server issue not sending something but I just dont know what or why???

     

    Cheers

     

    Ian

  2. This is a great contribution and works perfect, my problem is not related to any problems with this script but I have someone who has uploaded a shed load of .bmp images which wont work with GD and hence show as brokem images, is there anyway of saying if the image will not work with uploaded file format then just show the original image or indeed any other work around which doesn't means converting his images to jpeg then re-uploading them and editing hours of works.

     

    Someone please tell me there is a simple fix for this!!

     

    Cheers

     

    Ian

  3. Have just installed this on a fresh OSC site, have 2 small problems, I dont fully understand how to get the \Tiny MCE text editor to show, I downloaded the latest version of tiny mce then uploaded that folder titled timymce to the admin folder of OSC, according to the insructions it should appear in admin, can someone tell ,e where I am going wrong with this.

     

    My other problem is there is no option anywhere to edit the greeting text, here are 2 screen shots.

     

    1st my tiny mce upload location

    ftp1sk2.jpg

     

    this is what I see in admin

     

    screenshotcm4.jpg

     

    If I can get the editor to work with image upload working then this will be perfect

     

    Cheers

  4. I am looking to install a contribution so that all site text can be updated and new pages can be created via the admin panel with the ability to add images as per tiny MCE editor. I have searched these forums and found a huge amount of information, initially I thought I had found exactly what I am looking for with a contribution to add extra pages in the info box here http://addons.oscommerce.com/info/1026

     

    But there is also many threads talking about this cms contribution http://www.oscommerce.com/community/contributions,924

     

    So as far as I can tell the 2nd one is the full CMS but does it allow the user top upload images or is there anything else around that I have missed, just wanted to get things clarified before I spend time installing something.

     

    Cheers

     

    Ian

  5.  

    I am no good at php and need a little help with installing this code, at line 80 in flat.php I see this

     

     

    sc1gi5.jpg

     

    Then the instructions say

    In the particular shipping module you wish to apply this to ( catalog/includes/modules/shipping/FILE.php ) insert the following at line 80:

     

     

    if ( ($this->enabled == true) && ($order_total <100) ) {

    $this->enabled = false;

    return;

    }

     

    So I now have code that looks like this but starting from line 61

     

     if (tep_not_null($this->icon)) $this->quotes['icon'] = tep_image($this->icon, $this->title);
    //below added for free shipping over £100
    if ( ($this->enabled == true) && ($order_total <100) ) {
    $this->enabled = false;
    return;
    }
      return $this->quotes;
    }

     

    However this just keeps reloading the page now on the delivery information bit I cant seem to progress beyond this can anyone help

     

    Cheers

     

    Ian

  6. Yes, this is the correct thread. When you see capital letters like that, it means a definition cannot be found. In this case, I suspect you didn't make the changes to the database_tables.php file. Read through the instructions and look for those pertaining to that file.

     

    Jack

     

    Jack

     

    Thanks for pointing me in the right direction you were spot on, now working perfect, thanks again for your invaluable help.

     

    Regards

     

    Ian

  7. I have worked though the updated readme file and installed the version from here http://www.oscommerce.com/community/contri.../search,sitemap

    dated 25 ostober 2005 by sallen, first off is this the contribution thread that supports this and if so can anyone tell me what I have done wrong to get this error on the main shop when the sitemap link is clicked

     

     

    1146 - Table 'racermx_osc1.TABLE_SITEMAP_EXCLUDE' doesn't exist
    
    select exclude_file from TABLE_SITEMAP_EXCLUDE where exclude_type != "0" and is_box="1"
    
    [TEP STOP]

     

    I have run the sql file and the admin section shows all pages in the dropdown list.

     

    Cheers

     

    Ian

  8. OK all fixed,

     

    Not to sure quite where I went wrong but i got the back up of catalog/admin/includes/classes/order.php and re-done the sql statement then all worked fine.

     

    Hope this has helped anyone who makes the same mistake as me

     

    Cheers

  9. Just to add more info here I have checked the database and the number is held in the new field called cc_cvv2 but for some reason it is not being pulled out of the database when viewed in the admin order section.

     

    Cheers

  10. I have installed this mod http://www.oscommerce.com/community/contri...,cvv2_version+2 the one dated 7 sept 2006

     

    All appears fine when working though the oder process but when I view the order this is all I get

     

    Credit Card Type: Visa

    Credit Card Owner: Test Testing

    Credit Card Number: 4111111111111111

    Credit Card Expires: 0109

    CVV2:

     

    the cvv2 field is blank, can anyone suggest what file the problem may be on I have checked right though everything

     

    Regards

  11. for the security code on the card search for "cvv" in the contributions. Please note that collecting card details in this way for processing manually is not only extremely insecure but will leave you liable to large fines from mastercard or visa if fraud happens and loss of your merchant account if you are found to be doing this.

     

    You really need to get an internet merchant account and online payment gateway - some banks/services combine both - some are separate - shop around for fees and rates.

     

    Tom

     

    Thanks for the advice Tom, this is my first oscom shop which I am setting up for a friend, yes the plan was for him to process though his machine when orders come in, I had set up the paypal IPN but commision here was just over 3% and his machine is just over 1% so that is why I was wanting to change the payment details that are received.

     

    I will get him to have a word with his bank to find out about an Internet merchant account and then see how setting that up goes. All advice is welcome as I am learning as I go with this.

     

    Regards

     

    Ian

  12. I need help finding what payment module to use for the UK,

     

    I have set up the default credit card payment but all this collects is the card number and expiry date, also needed for mail order is the security pin on the back as well as the address, I have scanned though the contributions and cant see one that does this. can anyone point me in the right direction on the best way to do this.

     

    Regards

     

    Ian

×
×
  • Create New...