Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

girolimoni

Pioneers
  • Posts

    72
  • Joined

  • Last visited

Everything posted by girolimoni

  1. Hello I just installed this contribution. We have 4 languages: Everything works perfect exept with English: there we have double entries and if a page is excluded in the page control there is no effect. Anyone can help? Thanks :)
  2. Hello :) I've noticed in the file ipn.php in /html/ext/modules/payment/paypal_ipn the following line as in checkout.process.php: $products_ordered .= $order->products[$i]['qty'] . ' x ' . $order->products[$i]['name'] . $products_model . ' = ' . $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'], $order->products[$i]['qty']) . $products_ordered_attributes . "\n"; Unfortunately the $products_ordered in the confirmation email has always the default currency and not the currency used by the customer. Any Help? Very appreciated :)
  3. Hello I have the strange thing that the confirmation email product details' currency the standard is. Example someone chooses euro, subtotal and total are shown euro but the pruducts' prices itself in CHF :) anyone can help? here an example : Produits: ------------------------------------------------------ 1 x IPod Nano Cover (443037) = 29.90 CHF Auf Lager ------------------------------------------------------ Sous-Total: 19.15 EUR Envoi Poste: 3.80 EUR Total: 23.94 EUR by the way, i implemented the stock status in the confirmation mail the status is not translated
  4. Little Update: Found a bug. When Add new stok to current stock? is set to false it will update the the stock to 0 for all items where you don't change anything: by default the stock amount field is filled with 0. Should be better if the field has the same number as the field right of it. :)
  5. Hi, updated and its working :) Thanks a lot!! greetings p.S we have lots of products per category. it would be nice to have the possibility to enter a keyword and the results would be listed. :)
  6. Hello We have the problem, that all 4 languages are listed (4 language shop). Any idea how to display just 1 language? thanks :)
  7. Hello :) Do you know the problem, if you creat a coupon, and you exclude some products. But if you add afterwards new products, those new products are also o.k for the coupon. Does someone know how to avoid that? Greetings :)
  8. O.k found solution for this bug: deinstalled, updated status on a order. reinstalled and entered tracking id. now reworking ;)
  9. Hello, I have a problem, I tried to change the Swisspost tracking GET url. Wanted to try the changes, but i got the error message that the tracking id is incorrect. I undo the changes on the Swisspost tracking GET url. Now i can't any tracking ids anymore: although correct i get the error message. Any help please? thanks alot
  10. Hello, I just find out i was a part of a payment modul that line. Now a new bug / question: on the checkout_confirmation.php page, if i change language the discount disappears. Any help? thanks a lot
  11. Hello to all Installed it 8 hours ago, but till now i have this funny problem: admin section works fine, checkout_payement.php show the the input where to enter the code. Wrong codes are rejected and wrong codes are bringing me forward to checkout_confirmation.php. but now my problem: i didn't see any discount. so i spent some hours reading posts here and couldn't findy any answers. I've analyzed some files with winmerge and found some logig differences. BUT! here i go in checkout_confirmation.php i found this line: if(!isset($HTTP_GET_VARS['isingetmod'])) {tep_redirect(tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, 'isingetmod=1', 'SSL'));} before require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CHECKOUT_CONFIRMATION); around 107. Well i deleted it and ..... now i get the discount displayet. Do you maybe have a logical explanation, why this line was the reason of my problem? greetings :)
  12. Hello Chris. Did you find a solution for this bug? Thanks in advance
  13. Hello Chris With the 18 digits only number (standard version of the swisspost modul) there is no problem everything is diplayed correctly. With your mod ((aboveYour tracking ID - click ID for full status)) doesn't work. Here to trackng number to check yourself, as i noticed that national and international shippings are displayed differently on courrier website I sent you a PM with 2 sample tracking numbers Greetings and thanks in advance
  14. Well after realizing that already registered costumers (without stating their state in the adress ) couldn't pay with paypal ipn, i rushed to look for a solution. spent now 1 hour searching this forum and found something. in the file in /includes/modules/payment/paypa_ipn.php look for $parameters['address_override'] = '1'; just comment it out to have: // $parameters['address_override'] = '1'; Apperently now paypal doesnt come up with the error message, that the merchant provided an errorous adress.... . Please let me know if the above is correct. Greetings :)
  15. Hello Chris Thanks really a lot for helping me. I followed your instruction and modified the string you posted. Entering the Tracking number works now. In the confirmation email the link works too. Only thing missing is if you click on the tracking number in the admin panel or in the costumer's account history, Clickng on the tracking (aboveYour tracking ID - click ID for full status) doesn't give any result. Do you have a hint? Greeting and thanks again for your precious help
  16. Another little question: we had in the registration requirements the field "state" disabled. after reading in this forum, we realized, that this contribute requires the field "state". Now i wonder if already registered users can order and paying by paypal (they have blank state field now). Greetings :)
  17. Hello to all. Just installed this contrib. everything works fine exept one thing: once paid with paypal ipn in the email the payment method is listed correctly. but in the admin and client historey the payment method is blank. Does anyone have a clue why? Thanks for your help :)
  18. Hello Chris Thanks for answering. The 13 characters are used for shippings to abroad. The syntax is 2 letters then 9 numbers then 2 letters e.x: RN555666777CH The use of 2 different trackingnumber is used by the SwissPost. So its needed for the Swisspost module. Thanks a lot :) and best regards
  19. Hello to all :) Thanks for this great contributioni. After the PHP fix it works perfectly. 1 Question. How to manage if a courrier has 2 different leghts of shipping numbers: 1 with 13 characters (numbers and letters) and 1 with 18 digits ( only numbers). We installed the Swisspost module. Thanks for your help :) Greetings
×
×
  • Create New...