Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

computaplanet

Archived
  • Posts

    41
  • Joined

  • Last visited

Profile Information

  • Real Name
    john

computaplanet's Achievements

  1. sorry all about the bump but I need this sorting and know one is offering any help!!!
  2. Hi all i have a strange issue with this mod, It was working as expected before i installed the infobox admin v2.25 mod. I dont think it is the infobox admin mod because the infobox admin mod again doesn't contain french and it is only happening on the index.php and the shopbyprice pages. (product pages are in english!!) The box on the index.php now displays the title heading (box and drop down menu) in french? I cant understand this as i have disabled the extra language files with OSC and I havent even installed the french version of this mod? I have also searched the file code for anything french but i am getting string not found messages so it isnt even in the code for it to be returning the french version of the title, but somehow it is managing to do so Can someone please help with this... I know a bit about coding but this has me totally flummoxed as i cant even see where it is calling the french filename version from! Cheers in advance
  3. Hi all i have a strange issue with this mod, It was working as expected before i installed the infobox admin v2.25 mod. The box on the index.php now displays the title heading (box and drop down menu) in french? I cant understand this as i have disabled the extra language files with OSC and I havent even installed the french version of this mod? Can someone please help with this... I know abit about coding but this has me totally flummoxed as i cant even see where it is calling the french filename version from!! Cheers in advance
  4. I cannot thank you enough mate!!! You are a complete star!!! Sorted out the problem by commenting out the following // {{ buySAFE Module //$buysafe_cart_id = MODULE_BUYSAFE_BUYSAFE_CART_PREFIX . '-' . tep_session_id() . (tep_count_customer_orders()-1); //$checkout_params = array('WantsBond' => ($WantsBond ? $WantsBond : 'false'), 'orders_id' => $insert_id, 'buysafe_cart_id' => $buysafe_cart_id); //$checkout_result = $buysafe_module->call_api('SetShoppingCartCheckout', $checkout_params); //if (is_array($checkout_result) && $checkout_result['IsBuySafeEnabled'] == 'true') //{ //$update_data_array = array('buysafe_cart_id' => $buysafe_cart_id, //'buysafe_client_ip' => getenv('REMOTE_ADDR'), //'buysafe_session_id' => tep_session_id()); //tep_db_perform(TABLE_ORDERS, $update_data_array, 'update', "orders_id = '" . (int)$insert_id . "'"); //} // }} Cheers again!!
  5. Hi sorry for sounding thick but I dont understand your responce. I havent made any changes to the payment modules except for putting in my paypal email address so the contributions I have added shouldnt affect it should they? How do you revert to the original version and original version of what? just the payment mods or the entire shop? The shop is a standard install with lots of modifications on top although the mods are mainly backend and style changes. How did what get where? thanks for replying your help is greatly appreciated!!
  6. Hi all I am getting a strange message when customers are trying to order... Fatal error: Call to a member function on a non-object in /home/expressi/public_html/shop/checkout_process.php on line 115 When I checked out the page checkout_process.php on line 115 this code is presented: - $checkout_result = $buysafe_module->call_api('SetShoppingCartCheckout', $checkout_params); This is something to do with the buysafe module but I dont have this installed. The problem it is causing is kicking my customers out and isnt returning them to my store... I am getting a notification that people have paid and also what people have ordered but no other information (such as the delivery address)... can anyone help me or shed some light on this for me?
×
×
  • Create New...