Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Robbogeordie

Banned
  • Posts

    83
  • Joined

  • Last visited

Everything posted by Robbogeordie

  1. This happens on half my orders. I even changed my PayPal settings to automatically redirect back to my website after completing the order,but half the customers must close the browser before being redirected back to the site as no order emails are generated,stock deducted etc. Does this happen to other site owners using PayPal Standard, or am I doing something wrong?
  2. Having problems getting the new version for osC v 2.3.4 to work. I copied my old QBI tables into the database because the addon wouldn't create new ones. After this the QBI admin page is fine and correctly displays the 'New Orders,'Previous Batch of Orders' etc,but unfortunately the download buttons are not working and in the configure page I can't update any settings. I've reinstalled several times,but with the same result unfortunately. If others have got this working on v2.3.4 was there anything extra you had to do,if not then I can't figure out why it's not working for me. It's a great contribution which has served me well on v2.2,so I'd really like to get this up an running.
  3. When our default currency is changed from $ (USD) TO Euro the order email confirmation shows the products with the default store currency $ - the sub totals,shipping and totals are in the correct changed currency - Euros. Products ------------------------------------------------------ 1 x Keyrings - (Pack of 10 Assorted Colors) (KR001) = $9.82 ------------------------------------------------------ Sub-Total: €7.32(EUR) Registered International Air Mail: €5.93(EUR) Total: €13.24(EUR) This code seems to be pulling the default currency - ext/modules/payment/paypal_ipn/ipn.php : $currencies->display_price($order->products[$i]['final_price'], $order->products[$i]['tax'] Installed Version v 2.3.3.0 and tried newer ones,but with the same result. Others have had this issue and I havn't seen any fixes ...anyone got a fix?
  4. The code to reload the page after login works for me also. Thanks Hajimart!
  5. Exactly the same issue "confirmation password does not match the password" on 1.4 Everything pre-fills and loads fine,but the error message pops up when trying to checkout. This only happens when using OPC to login. Also the Breadcrumbs bar does not load the logout link which should show when a customer is logged into their account. If after logging in on OPC and you click to go anywhere else on the website - then the logout option appears in the breadcrumbs bar and when checking out with OPC there is no error.
  6. Hi Jan, Yes,it was working before.It's just the Japanese yen which doesn't have any decimals.The exchange figures are wayout.The only way for it to work correctly is if it is set it to 2 decimal places.Then it's fine. If no one else is having this problem then please don't worry as it could be one of my contributions ..maybe salemaker or something.I'll let you know if I find out what was causing it. Thanks for your quick reply.
  7. Hi, Thanks for this excellent contribution. One thing that I can't seem to get fixed on my site is if I change currency from the base US$ to JPY (which doesn't have any decimals) then the currency is converted to an incorrect amount.I've put a zero in the decimals entry in admin like was suggested earlier in this thread and tried other combinations,but it keeps converting the price completely wrong.The only way to get the amount correct is to add a decimal place to the currency. The currencies.php file is the same as the RC2a one.All the other currencies which have decimal places are fine - does anyone have any ideas what could be causing this,or a fix? Thanks for any help.
  8. Hi, Is there a fix to use with Register Globals off. Thx
  9. Your problems 1. I think this is because your setting with 2Checkout is set to aggregate - otherwise you have to pre populate 2co with your products for an itemized listing which can be problematic. 2.No idea why a percentage is added. 3.If your currency is set to US $ as default with your 2Checkout account then even if you have multiple currencies available on your site and your customer has selected another currency on your site 2co either convert it back to US dollars and then the customer can click to convert the currency to their own on 2Checkout site. Otherwise I think 2Checkout also use Geo IP and automatically convert to the customers location currency.They always do this by taking your default currency i.e $ and then applying their own rates which will probably be different to yours. Whichever method is used it is unlikely to match your websites exchange rate and could lead to problems as the customer checks out with you expecting to pay a certain amount and it changes on 2Checkouts site. The only way around this appears to be to have several 2Checkout accounts in different currencies and make sure that if your customer chooses for example Euros they are sent to your 2Checkout account that has Euros as the default currency,or only use one currency on your website. They are the only options I can figure out at the moment unfortunately.
  10. "Salemaker" will do this for you and you can pick individual products with "Specials". Salemaker - you can pick a category or two and how long you want a sale to last,percentage discounts etc - should do what you need.
  11. It looks good now. I tried this contribution and had some issues when I tried to change the ship to address and the login for existing customers. How did you change things to get it working ? Chris
  12. Have you inputted the API signature in your configuration ?
  13. Whoops mine's a different module (just re read)
  14. Don't know which version you're using,but the file I edit is here : \includes\languages\english\modules\payment\paypal_ipn.php
  15. I'm just trying to integrate this Devosc Paypal IPN with CCGV and have been doing some testing. I do like it I must say...so I hope it continues to work ok with any of the PP changes going on right now. Anyway,on my Sandbox tests when clicking for details it shows "pendingreview" status ok. After just discovering this fine contribution I hope it continues to roll on.
  16. Just to keep anyone with similar issues with ccgv and Paypal - I have installed PayPal Shopping Cart IPN 1753 by Devosc and been testing it in PP Sandbox and have been very impressed with it. The shipping address details are passed to PP and the voucher can be used. Everything appears to work as it should apart from the free shipping voucher deducting off the products - same final price mind. I think there is a fix somewhere for aggregating products and shipping together and the discount is applied off this total so that it's not confusing for customers. Any feedback from people who use these two contributions together, or is it best to rip out CCGV code and start again?
  17. Forgot to say that we don't qualify for Website Payments Pro due to location - so although this module can work with CCGV we can't use it unfortunately. Has anyone successfully modified any of the newer Paypal contributions ?
  18. I have CCGV installed on v2.2 MS2 . The only PaypalIPN version I can get it to work with is PayPal IPN Module v1.4 Contribution 2679. This module does not pass any shipping information to Paypal - so we can't tell if an address is confirmed or not.Does anyone have this version working with some extra code to add the shipping info. None of the v2s later versions work with CCGV that I can tell. Also,tried these and they appear incompatible - PayPal Express Checkout, PayPal Express Checkout IPN, Paypal Website Standard. The only one that I have read will work is an older unsupported PayPal Shopping Cart IPN 1753 by Devosc. Does anyone have any suggestions as there must be lots of people with CCGV who use Paypal Thanks
  19. It would be great with "Ask a (product) question" as well.
  20. Don't increase through localization - use a contribution like price updater. The localization should be used for currency conversions,not to alter the default currency.
  21. That's great Joseph - glad it's worked out for you! The fix is thanks to Bob though. It seems to work fine on my site as well.
  22. Bob your fix works great for saving the Permanent Cart - Thumbs up ! I tried : ..but I still get a - Warning: Invalid argument error No longer forcing cookies gets rid of the earlier error ...Thanks Jim
  23. Would this help ? Find this code in product_info.php: CODE $product_check = tep_db_fetch_array($product_check_query); and add this just after it: CODE // Return 404 Not Found for non-existing products if ($product_check['total'] < 1) header("HTTP/1.0 404 Not Found");
  24. Why not use Price Updater contribution - You can alter prices by a percentage and it won't reactivate out of stock products.
×
×
  • Create New...