Thursday 24 November 2005 2:27:36 am
I've been dealing with the paypal extension for eZ now, and everything seems to be working fine except for one thing (d'oh). If the user shopping is not logged in they get an access denied page when returning from paypal. I want it to be possible to shop without logging in so I tried to remove password protection from the callback url. I tried:
PolicyOmitList[] = paypal/callback_url
I assume this is just a dummy to be replaced by the real url? So I tried:
PolicyOmitList[] = shop/orderview
and PolicyOmitList[] = shop
alas, it does not work. I also went to the administration and chose the Anonymous user and created permissions like so:
Module: shop
Function: buy Limitation: none Still not working... So I tried to set limitation none to all functions in the shop module. STILL no luck, so I'm here asking for help. Does anyone know what I can do?
|