Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Amar_Guerfi

Archived
  • Posts

    33
  • Joined

  • Last visited

Profile Information

Amar_Guerfi's Achievements

  1. Hi, For some reason, the country name in the confirmation e-mail is just one character long, for instance: John Doe 1234 Unknown Street Wentworth Falls, 2782 New South Wales, A Where "A" appears instead of "Australia". Is there a way to fix this bug? Sincerely, Amar
  2. Hi, I can see, line 147, that there's nothing below this line: // If the order is pending, then we want to send a notification email to the customer Is this the reason why the email isn't sent to the customer for a pending order? Suincerely, Amar
  3. Hi Terra, Thanks for being so responsive. I don't know if I'm right, but in /ext/modules/payment/paypal_ipn/ipn.php this line was missing: CODEinclude(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_PROCESS); I've added the new code just below line 15 require('includes/application_top.php'); Thanks again. Amar
  4. Hi Terra, Thanks for your reply. I have seen this part of the code inside paypal_ipn.php $parameters['lc'] = $order->customer['country']['iso_code_2']; and I've replaced it with: if ( $languages_id ==1 ) // français { $languages_idcode = 'fr'; } if ( $languages_id ==2 ) // english { $languages_idcode = 'en'; } if ( $languages_id ==3 ) // español { $languages_idcode = 'es'; } if ( $languages_id > 1 ) // if not French which is my default language { $parameters['lc'] = $languages_idcode; } But, tell me if I'm wrong, it's used only for displaying PayPal's interface in the user's language. This is not the issue I'm talking about. My issue is that, even if both osCommerce shop and PayPal interfaces are in English or Spanish, the message sent automatically to the customer after a purchase is in French. This is not good. I believe the problem occurs when the script returns back from PayPal to the shop, it loses the current user's language. I can see that in the new version of: ext\modules\payment\paypal_ipn\ipn.php there is no more: include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_PROCESS); Sincerely, Amar
  5. Hi, I have installed version 2.1.0.0 and I have an issue with languages. The contribution works like a charm except that all purchase confirmations are sent in French (default language) instead of the language used by the customer (i.e. English or Spanish). How can I solve this issue? Also, I can see that the data in /shop/includes\languages/english\modules/payment/paypal_ipn.php is not used for the message sent to the customer. Sincerely, Amar
  6. Hi David, It would be true if 'Esta' was referring to the box. I'm not quite sure 'Esta' refers to the box because, IMHO, 'Esta' is the demonstrative adjective for 'ayuda/help'. Is Spanish your mother's tongue? In my case, even if I live in France and speak mainly French, it is. Have a nice day, Amar
  7. Hi Alex Li, Thanks so much ! It works like a charm. Sincerely, Amar
  8. Hi, I have exactly the same issue with Order IP Recorder not storing the IP & ISP in the database when using PayPal IPN. :blink: Any ideas? Sincerely, Amar
  9. Hi, Sorry, I believe you're mistaken the verb 'ayudar'= to help for the word 'ayuda' = help. There is no need for an 'y'. Otherwise you need to change the first word in the sentence too: 'Esto ayuda y previene...'. Sincerely, Amar
  10. Hi Mark, I understand. The contry zone is useful for shipping taxes. Maybe I didn't make my self clear in my previous message. I mean, for every country in the database that has no zone (and don't need zone for calculation of taxes/shipping, for instance Belgium) the dopdown menu is totally messed up (a mix of all zones available in the database, in this case Spain, USA, Germany and France). USA - Good: Belgium - Bad: Sincerely, Amar
  11. Hi Mark, Thanks for pointing me to the 'Country Names' contribution. As for the other question, I don't need (and I don't want) to have zones for all countries. I would like, if no zones are in the database, that a normal text input field is shown in place of the dropdown menu. Is it possible with your contribution? Sincerely, Amar
  12. Hi Mark, By the way, when the user selects a country that has no state/province, a mix of all the states available in the database appears in the 'State/Province' dropdown menu. Is it possible to get rid of this behavior? Sincerely, Amar
  13. Hi Mark, This is a very good contribution. :thumbsup: I can see that the Country field is automatically set to the country of the store. As I sell as well in France, Spain and USA and therefore use 3 languages in my osCommerce shop, is it possible to automatically set the Country dropdown menu to the country of the language that is used in the shop? (French -> France, English -> USA, Spanish -> Spain). :blush: Sincerely, Amar
  14. Hi, Very good contribution! In create_account.php, is it possible to add a JavaScript message when: 1) the verification field is empty 2) the letters entered are wrong I believe this would make this contribution even more better, but I don't know what files to edit and what to add inside these files :blush: Sincerely,
×
×
  • Create New...