21
bjuti
Re: Olédrion 2
  • 2009/1/22 15:15

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Yes it is availble for all groups.

22
hervet
Re: Olédrion 2
  • 2009/1/24 13:25

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Problem solved !

1/ If you want to use online payment you must fill the information concerning Paypal in the module's administration (in the part called "Gateways")
2/ The module fails to send emails if you don't have a translation for your language in the module's folder

In the present case, this folder (and files) was not existing :
/xoops/modules/oledrion/language/srpski

23
ghia
Re: Olédrion 2
  • 2009/1/24 13:50

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Does the module not provide a fallback to English as the local language files are missing?
eg:
if ( file_exists("language/".$xoopsConfig['language']."/modinfo.php") ) {
    include 
"language/".$xoopsConfig['language']."/modinfo.php";
}
else {
    include 
"language/english/modinfo.php";
}


24
hervet
Re: Olédrion 2
  • 2009/1/24 13:57

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


now yes.

25
bjuti
Re: Olédrion 2
  • 2009/1/24 17:13

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Thanks Hervet, as I said - you're the man! :)

26
sailjapan
Re: Olédrion 2

hmm, I've lost the 'Checkout' button again... any ideas?
Never let a man who does not believe something can be done, talk to a man that is doing it.

27
ghia
Re: Olédrion 2
  • 2009/2/15 11:48

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Under the table?



Sorry, couldn't resist!

28
sailjapan
Re: Olédrion 2

if only it was
Never let a man who does not believe something can be done, talk to a man that is doing it.

29
sailjapan
Re: Olédrion 2

bump

(still no checkout button )
Never let a man who does not believe something can be done, talk to a man that is doing it.

30
hervet
Re: Olédrion 2
  • 2009/2/28 9:08

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


If you have the same problem than sailjapan, in the file called caddy.php (at the module's root), remove this set of lines :
if(oledrion_utils::getModuleOption('offline_payment') == 0) {
        
$showOrderButton false;
    }

Login

Who's Online

141 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 141


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits