Jump to content

aris1234

Member
  • Posts

    136
  • Joined

  • Last visited

Everything posted by aris1234

  1. Has anyone had any chargeback experiences with PayPal using them as a gateway from CubeCart? I had a quick chat (via e-mail) with their support people - it would seem that for all transactions (even for unconfirmed addresses), they do CVV2 and AVS checking - if either of these checks fail, then the transaction is declined. CVV2 is that 3 (or 4 in the case of Amex) digit number on the back of the card, and AVS is a system where they check part of the cardholders address against what they entered as their billing address. So, in theory at least, if you ship recorded delivery to the billing address, this should not be a fraudulent transaction. Has anyone here had any chargeback experiences with paypal they would care to share?
  2. Does the full IPN response data get logged anywhere? Database, or logfile perhaps?
  3. Does the CC3.0.10 implementation of IPN support this (from the paypal FAQ): Q: How does Instant Payment Notification work for disputes? A: When a customer files a chargeback or buyer claim, PayPal posts a notification to your server at a URL you specify. The notification contains details of the dispute and a snippet of encrypted code. When your server receives a notification, it must then post the information, including the encrypted code, back to a secure PayPal URL. PayPal will authenticate the dispute and send a confirmation of its validity back to your server.
  4. If not a bug - then an oversight. I would think that an e-mail to the customer would be the normal way to conduct business online.
  5. I think i've figured this out - it is rough, but does the trick. Hopefully this will be more elegant in a future bug fix. Edit skins/<your skin>/styleTemplates/content/cart.tpl Find: <td align="center" class="tdcartTitle">{LANG_STOCK}</td> And comment it out like this: <!-- <td align="center" class="tdcartTitle">{LANG_STOCK}</td> --> Then find: <td align="center" class="{TD_CART_CLASS}">{VAL_INSTOCK}</td> And comment it out like this: <!-- <td align="center" class="{TD_CART_CLASS}">{VAL_INSTOCK}</td> -->
  6. In the EditProduct screen - is it possible to extend the size of the text window where you enter the product name? I'm finding that it a bit irritating having to scroll through the thing to edit something at the end of the line. I'm pretty sure this is an easy change - I just don't know how :-)
  7. Yes, there does not appear to be a link back to the store - is there supposed to be one?
  8. Right - all working now I think - after adding aikdo's patch to transfer.inc.php it appears to be working on 3.0.10. I would suggest that this fix go into the standard codebase.
  9. Ok, i've fixed the payment issue - but i'm still having the cancellation problem . If someone else could try this and let me know if it returns you to the shop, i'd appreciate it: 1) Buy and item and proceed to paypal purchase 2) Select payment without having a paypal account 3) On the next screen hit 'cancel' (i.e. customer has changed their mind) 4) Next screen select 'cancel checkout' 5) You see a screen which says you have not been charged - press 'continue' 6) In my case, i'm sent back to the paypal.com home page rather than the store. It should go to the store and say the payment has failed.
  10. I tried a full transaction for 0.01p - and it returned me to the shop, but it also said that the payment failed - though paypal confirms that the payment went through. I followed the instructions as per the markscarts document on cubecart.org. I have set my return URL to be confirmed.php - set auto-return on, set payment data transfer on, encrypted website payments off, paypal account optional - on, contact telephone number - on. What am I doing wrong? How can I debug this? Thanks in advance.
  11. Have you tried cancelling a transaction in paypal before it completes? Does it go back to your site?
  12. Bump - does anyone else have this problem? I.e. you don't complete the paypal transaction, press cancel while in paypal, but instead of taking you back to the shop, it takes you to the paypal home page.
  13. Can anyone point me to a good (and free) online resouce on how to make nice professional looking photographs of products for inclusion in CubeCart?
  14. Jason, If you cancel your transaction in paypal, does it return you to the shop? If you go through with the transaction, does it change the status of the order to processing?
  15. Sorry to bring this up again - i'm on 3.09 now - and this issue of canelling a transaction is still presend (i've not made any code modifications). Does anyone know how to fix this so that when a paypal transaction is cancelled, it returns you to the shop?
  16. I've got PayPal IPN working fine here. The shipping value is displayed correctly (separate from the product value), which I *think* was a PayPal "bug" a month or so ago. I also show my store logo on the payment screen (Paypal customer payment screen), which helps customer confidence (some people get confused when a store suddenly jumps to a different site). I've taken quite a few real orders and things are currently running smoothly... Jason Does PayPal IPN work 'out of the box', or have you made any mods to get it to work properly?
  17. No takers? A confirmation of 'no' from the dev team would be helpful. Aris
  18. Anyone tried using the Nochex APC system (similar to PayPal IPC).
  19. I'm running 3.0.7-pl1 - does that include the patch?
  20. Thanks for that. It seems a bit different now - there is now an option to 'return to merchant' after cancelling the transaction, but when I press that it says: Error: No payment gateway variable is set! This seems to be coming from the confirmed.php script
  21. I've been testing the PayPal IPN setup, and I have found that when I select attempt to cancel the transaction from the paypal screen, it gives me a message saying that my card has not been debited - press continue. I press continue, and instead of taking me back to the cubecart shop, it takes mt to the paypal homepage. Is this normal? I'd prefer if it took me to the shop - saying that the payment was refused/cancelled. Oh, and I do have auto-return set on, and a return URL configured: http://my_shop_url/shopping/confirmed.php
  22. I don't suppose there are diff's available which can be put through the unix 'patch' utility? Would make life alot easier (and these are available on windows too). http://gnuwin32.sourceforge.net/packages/patch.htm
  23. Ok, I understand now - perhaps a bit more explanation is needed in the .txt file to explain to newbies like me what to do :-) Now that I have it installed, how to I select which images are used for each category?
  24. The file on cubecart.org is a .txt file - not a zip. Where can I get the zip from?
×
×
  • Create New...