Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

karoloydi

Pioneers
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Real Name
    Dimitris

karoloydi's Achievements

  1. I have found the problem for the rounding errors that happen because of the currency conversion. The order total on the oscommerce screen is based on more than 2 decimal places. That's why you will notice that the totals don't add up sometimes. For example this is a transaction from my website: Products (Edit) 19 x WIDGETS (product price 19.89) $377.94 Discount Coupon 10LIKE applied:-$37.79 Sub-Total:$340.14 Recorded UK Delivery ():$36.50 Total:$376.64 If you notice 377.94-37.79 = 340.15 and NOT 340.14. That means calculations are made with hidden decimals. The same with the calculations for the product . 19 x 19.89 = 377.91 and NOT 377.94 In paypal the calculations are made with only 2 decimals thats why they appear as expected So, a simple fix would be to make all calculations on 2 decimals.
  2. I'm having a problem with foreign currency. I installed the contribution PayPal Website Payments Standard Discount + show the orders details - Fixed and total money is not the same in oscommerce and paypal for some reason. For example if the order for 3 items is $80.00 in oscommerce, when I go to paypal its $80.01. But the amount of the discount and the postage will remain the same. For EU is one cent less. Probably the higher the amount will become the bigger the difference Any ideas what is causing this and how to fix this?
  3. Hi, I have a free shipping module and have set it for orders of more than £30. Anyway of making the discount unavailable for orders that qualify for free shipping? Maybe I can edit the code and add a max order setting (the same as min order but reverse). But Im not any good with php. If anyone could help that could be great
  4. Hi, I want to stop giving discount when customers are getting free shipping through free shipping module. Any way to do that? I tried the exclude product specials setting but it didnt help
  5. If anyone is interested I found out how. In the admin panel of the module there's a section near the end: Display Format for Order Total Line I added the span there: <span class="discount_txt_red">Discount Coupon applied</span>
  6. Hi, I need something quite easy. I need to change the color of the text in the order confirmation page. The one that says: Discount Coupon ABCDEF applied: -£3.60 Any idea how to do it. I tried to change it through the language file, like this but didn't work: define('MODULE_ORDER_TOTAL_DISCOUNT_COUPON_DISPLAY_FILE', '<span class="discount_txt_red">Discount Coupon applied</span>'); And I made the discount_txt_red class in the css file
  7. Cancel that. It came back to normal. Looks like a temporary glitch with worldpay
  8. I contacted worldpay, waiting for response. Im working on a live server. Thats the message I get, it wasnt there yesterday: This is an important reminder: WorldPay will shortly be making some technical changes, these changes may impact your automatic notifications or call backs. If you're still unsure whether this change will affect you, please speak to our technical team who will be happy to help you. These changes will need to be made by 21 November 2013. To find out more about what you need to do, please visit www.worldpay.com/wpg
  9. The page where Im getting this message is: https://secure.wp3.rbsworldpay.com/wcc/purchase
  10. Everything was working fine, and now without making any changes I get this message: "Temporary Failure, please Retry" At the same time I noticed a warning in my account regarding some changes that are going to be made with worldpay and I need to make sure to be ready. Anyone knows what this is all about?
  11. Thanks for your reply. It would be nice if you could exclude only some lines of code.Cause with all the warnings that there are there it will be easy to miss if there's a real warning. And I dont wanna exclude whole files. The email sent for the normal site monitor file has the same address as the one I have put in the settings. It appears as sitemonitor@@MySitesOnline.com via p0nlhftpg000.shr.prod.phx3.secureserver.net But the email for the hacked file is: username <[email protected]>
  12. OK. Last request for assistance: In the site monitor hacker test the email sender appears as my admin username. I don't want to have that for practical and also security reasons in case my email gets hacked. Any way to change that to "site monitor"? Also, when I add a hacker test finding in the exclude list, will that only add the line of code found? Or will it add the entire file? Thanks
  13. ok found the solution. If anyone else with godaddy account has the same problem add this before the cron job: /web/cgi-bin/php5 So the full code should be: /web/cgi-bin/php5 [color=#000000]php [/color][color=#666600]/[/color][color=#000000]home[/color][color=#666600]/[/color][color=#000000]content[/color][color=#666600]/[/color][color=#006666]00[/color][color=#666600]/[/color][color=#006666]0000000[/color][color=#666600]/[/color][color=#000000]html[/color][color=#666600]/[/color][color=#000000]catalog[/color][color=#666600]/[/color][color=#000000]admin[/color][color=#666600]/[/color][color=#000000]sitemonitor[/color][color=#666600].[/color][color=#000000]php [/color][color=#006666]0[/color]
  14. I have a new problem now. Cron jobs dont seem to work. I have set godaddy to email me with warning messages regarding the cron jobs. This is what I get: /bin/sh: php: command not found Is this a problem with the hosting? Heres the code for the cron job I'm using (with a few things changed for protection) php /home/content/00/0000000/html/catalog/admin/sitemonitor.php 0 I also tried php /home/content/00/0000000/html/catalog/admin/sitemonitor.php?instance=0
×
×
  • Create New...