Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

smalto

Pioneers
  • Posts

    20
  • Joined

  • Last visited

About smalto

  • Birthday 07/19/1965

Profile Information

smalto's Achievements

  1. No it says that unable to connect to www.oanda.com:5011 (Connection refused) any clue to what has changed or what should be given as new path because it seems that it cannot connect to www.oanda.com:5011 Thank you for your help. smalto
  2. Hello Jack, I am using your contrib since a couple of years now and everything was fine and I would like to thank you for this. Now it seems that oanda has changed the path. When I update I have this error : Warning: fsockopen() [function.fsockopen]: unable to connect to www.oanda.com:5011 (Connection refused) in /includes/functions/localization.php on line 16 Warning: fsockopen() [function.fsockopen]: unable to connect to www.oanda.com:5011 (Connection refused) in /includes/functions/localization.php on line 16 Warning: fsockopen() [function.fsockopen]: unable to connect to www.oanda.com:5011 (Connection refused) in /includes/functions/localization.php on line 16 Warning: fsockopen() [function.fsockopen]: unable to connect to www.oanda.com:5011 (Connection refused) in /includes/functions/localization.php on line 16 Currencies Update Report Currencies updated on Thu Jun 7 10:26:45 2012 The exchange rate for US Dollar was not successfully updated. The exchange rate for UK Pounds was not successfully updated. The exchange rate for Euro was not successfully updated. The exchange rate for Franc suisse was not successfully updated. and here is ligne 16 of localization.php $s = fsockopen('www.oanda.com', 5011, $err_num, $err_msg, 5); I have just put away the complete path before the /include. Do you know what should be changed in order for the code to go to the right path on www.oanda.com ? Thank you for your help and have a nice day. smalto
  3. Hello Everbody, Thank you for this very nice contribution.It works now almost like a charm. The only problem I am facing right now is that the email is prepared and sent in the file postfinance.php itself and not within the ckeckout_process.php wehre the email is prepared and sent for all other payment methods. How could we do to keep the very valuable point where it gives first the status of the order (preparing) and then takes the IPN of SwissPost to put the status to the default status when an order has been payed and send and then to put the process for the email to the checkout_process.php to prepare the email and sent it over there (I have in checkout_process.php also QTPro installed and it would help me to use it also with this payment method). Thank you for your help. smalto
  4. Hello Nick, Thank you for this very nice contribution.It works now almost like a charm. The only problem I am facing right now is that the email is prepared and sent in the file postfinance.php itself and not within the ckeckout_process.php wehre the email is prepared and sent for all other payment methods. How could we do to keep the very valuable point where it gives first the status of the order (preparing) and then takes the IPN of SwissPost to put the status to the default status when an order has been payed and send and then to put the process for the email to the checkout_process.php to prepare the email and sent it over there (I have in checkout_process.php also QTPro installed and it would help me to use it also with this payment method). Thank you for your help. smalto
  5. Hello everybody, One more question if someone could help me out with this. I would also update the Manufacturer for the product because some time I dit a miskate when I entered the product. How to implement this since we have the drop down list of the manufacturer showing for each product but it doesn't update. Thanks a lot, smalto
  6. Hello TropicalWEbDesign, I am facing the same problem and would like to know if you could share your solution in order to edit and update the name of the product and also the product description. Many thank, smalto
  7. Hello everybody, This is a terrific contribution and I would like to know if someone can help me in a language matter. The contrib allows to insert the Field Name in different language in the admin but not the drop down values or radio buttons. Does someone know how to make those values sensitive to the different languages ? Thanks a lot, smalto
  8. hello, Thank for the clue. I have changes in the queries the MAX_DISPLAY_NEW_PRODUCTS to the number 9 and a part does work. Do you know why it does not take that parameter that come form New product ? Regarding the sql database, everything has been put as mentioned in the contribution. Any clue how the MAX_DISPLAY_NEW_PRODUCTS can still stay in order to change this parameter in the admin like th new product ? When changing the option in admin to show in List here is a fatal error, it doesn't find the Class 'productListingBox' : Fatal error: Class 'productListingBox' not found in /home/easygift/public_html/liliblingbling/includes/modules/family_products.php on line 412 in the file here is what is related to the ProductListingBox : Line 412 : new productListingBox($list_box_contents); Related to the $list_box_contents : $list_box_contents = array(); if (tep_db_num_rows($family_query) > 0) { if (FAMILY_HEADER_FORMAT == 'Family Name') { $list_box_contents[0][0] = array('align' => 'left', 'params' => 'class="productListing-heading"', 'text' => ' ' . $family_results['family_name'] . ' '); } else { if (FAMILY_HEADER_TEXT == '') { $list_box_contents[0][0] = array('align' => 'left', 'params' => 'class="productListing-heading"', 'text' => ' ' . TABLE_HEADING_FAMILY_PRODUCTS . ' '); } else { $list_box_contents[0][0] = array('align' => 'left', 'params' => 'class="productListing-heading"', 'text' => ' ' . FAMILY_HEADER_TEXT . ' '); } } for($i=1; $i<4; $i++) { $list_box_contents[0][$i] = array('align' => 'left', 'params' => 'class="productListing-heading"', 'text' => ' '); } Thanks for your help, smalto
  9. Hello everybody, This is a very good contribution. Everything works fine on the admin site but on the catalog site I have a sql error which is different than the previous posts about sql error. Here what I get : -------------------------------------- ERROR: Please click here to restart site 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_NEW_PRODUCTS' at line 1 select distinct p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products_families pf, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and pf.family_id = '2' and p.products_id = pf.products_id and p.products_id != '254' order by p.products_date_added desc limit MAX_DISPLAY_NEW_PRODUCTS ---------------------------------------- Can someone help me in getting rid of this error ? I am on a ms1 oscommerce. Thanks a lot for your help, smalto
  10. Hello everybody, For those who have an ecommerce with several languages you surely want to have the dates in the different languages also. So here how to perform Go to the files of the contribution where you will find the echo for the date like : date("l, F j, Y",$_SESSION["shipdate"]) and replace this code with : strftime("%A %d %B %Y",$_SESSION["shipdate"]) this will give you the date in french, german, english or what ever language you use. Good luck. smalto
  11. hello Terra, Ok I understand.... maybee someone else can answer those questions to a beginner....? The very begining for me would be to know how to set constants into an array.... If somebody has some time... Thanks
  12. Hello Terra, Nice job for putting all the add on of the contrib together. Very helpful. Could you help me in two questions : in calendar.php the array has names in english : var $dayNames = array("S", "M", "T", "W", "T", "F", "S"); How could I test the language used by the customer and then give other inputs for the $dayNames (in french or german) ? So each client would see the calendar in their language. What would you suggest if you shipp in different countries ? How could we make the code use shipsched.php for 1 country or shipsched2.php for another country ? Maybe you could help...on my part I can do translation....unfortunately I am not a coder.... Cheers, smalto
  13. Hi everybody, What a great contribution. I am running a ms1 and it works perfectly also with the hollidays (thanks Boule). I woud need help for two points that can be helpfull for everybody. Here the points : Point no 1 : calendar in different language I am based in Switzerland and we have 3 languages which are mainly used : French, Englich and German In the contrib, the 1st letter of the week and the name of the month are hard coded in the file calendar.php (includes/classes/) : var $monthNames = array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); I would like to show the calendar in each language if the person chooses french, the day of week and month should be in french. How can I do this ? Unfortunately I am not a php coder. Point no2 : different delivery date based on country of delivery Being in Switzerland (which is quite a little country as you know...) we do send also abroad. How to perform that if the delivery country is : - Switzerland than take the shipschedSWISS - EUROPE than take the shipschedEUROPE - RESTOFTHEWORLD than take the shipschedRESTOFTHEWORL This would boost this contribution to a multilanguage for the calendar display and would allow to have different shipping dates bases on the delivery country (of corse the customer will have to choose the delivery address before the delivery date and the system check each time if the delivery country changes to choose the right shipsched). I am unfortunately not a php programmer but I can help out with translations to french and german. Hope that this topic will interest a lot of us. Thanks for your help. Cheers, smalto
  14. Hello again, A couple of month ago I asked if someone has a fix to solve the problem that I have no customers (no information at all) that appear on the contrib. It is as if there were no customers.... I am using a ms1 (www.lilibikini.com) . Could the query be different ? I would really appreciate if someone could help me out. Cheers Smalto
  15. Hello, Bravo for this nice contribution. Unfortunately for me ...everything words perfect exept the data. I mean by that the the link in the menu is ok, when I click on the link I have the columns, the titles, I can click on the titles to sort the data, but I don't have any data....strange to me..... (I of corse have clients). Does it come form the database ? I am using a MS1 (LiLiBiKiNi.com). Can someone help me in this matter. Thank you very much. Bye, smalto
×
×
  • Create New...