Search found 26 matches

by vinc
Fri Mar 23, 2012 11:20 am
Forum: Developers Discussion
Topic: Orders: How to add a comment/note on a payment transaction ?
Replies: 2
Views: 2248

Re: Orders: How to add a comment/note on a payment transacti

Hi,

Sorry if the post was misplaced... feel free to move it to the right place !

But I'm developing a module (Payment gateway) that use an existing module (e-commerce suite), which forum should I use ?

Regards

Vincent
by vinc
Fri Mar 23, 2012 11:14 am
Forum: Modules/Add-Ons
Topic: [SOLVED] : Every call to the module action is done twice ?
Replies: 3
Views: 1690

Re: [SOLVED] : Every call to the module action is done twice

Yata :) I found what was the problem... I updated the metadata default content to match this : <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="title" content="{sitename} - {title}" /> <meta name="copyright" content=&...
by vinc
Thu Mar 22, 2012 7:13 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] : Every call to the module action is done twice ?
Replies: 3
Views: 1690

Re: Orders : Every call to the module action is done twice ?

Hi there, I spent all the day searching to fix this... Not solved, but some more informations in case someone could help me : -> This problem is coming on a website updated to the last version 1.10.3 -> these actions are done twice : add a line in the admin log, send a mail (formbuilder or order pro...
by vinc
Fri Feb 24, 2012 10:12 pm
Forum: Developers Discussion
Topic: Orders: How to add a comment/note on a payment transaction ?
Replies: 2
Views: 2248

Orders: How to add a comment/note on a payment transaction ?

Hi there, I'm just a few steps away from setting up a new payment gateway. Actually when a payment arrives and is ok (ipn stuff all good), from the order module, we can see for the corresponding invoice : - a modified state - the validation date - and the amount This is done with ProcessAsyncTransac...
by vinc
Fri Feb 24, 2012 8:20 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] : Every call to the module action is done twice ?
Replies: 3
Views: 1690

[SOLVED] : Every call to the module action is done twice ?

Hi there, I'm may be missing something but every action seems to be done twice. At least, i've got duplicate lines in the admin log for the Order Module (Paypal too). All these entries are done by the $this->Audit() function. Do I need to raise a bug ? Is it reproducible for some of you ? Regards Vi...
by vinc
Fri Feb 24, 2012 8:17 pm
Forum: Developers Discussion
Topic: [SOLVED] How to get the parameters of a module ?
Replies: 1
Views: 1697

Re: How to get the parameters of a module ?

Registering the route is fine :
As the page receiving the post data is an action of the module, you can access all the vars directly by $this->GetPreference(...)

Auto-Solved :)
by vinc
Wed Feb 22, 2012 1:20 pm
Forum: Developers Discussion
Topic: [SOLVED] How to get the parameters of a module ?
Replies: 1
Views: 1697

[SOLVED] How to get the parameters of a module ?

Hi folks, I'm trying to make a new payment gateway module. I've based the module from the PaypalGateway one (by Ted and Calguy) but the behaviour is not exactly the same : Paypal : create a form and post to paypal website Citelis : create a form and post to a local php file The local php have to get...
by vinc
Wed Jul 27, 2011 3:47 pm
Forum: The Lounge
Topic: [SOLVED] Custom dropdown when editing
Replies: 3
Views: 1735

Re: Custom dropdown when editing

Ok thanks Calguy :)

This is better ! but... I have to update the dropdown values....

Is there a way to get the values of the existing cgblog categories ?
by vinc
Wed Jul 27, 2011 2:14 pm
Forum: The Lounge
Topic: [SOLVED] Custom dropdown when editing
Replies: 3
Views: 1735

[SOLVED] Custom dropdown when editing

Hi there, This is more a discussion than a question but if you can provide me some useful informations, i'll be happy to hear from you :) I want to display the "classic" content block and another dynamic one with the cgblog entries on my website. For now i'm using the classic content which...
by vinc
Wed Jan 13, 2010 10:41 am
Forum: [locked] CMSMS MLE fork
Topic: [SOLVED] Pretty url , cms_selflink start and mod_rewrite
Replies: 2
Views: 3304

[SOLVED] : Pretty url , cms_selflink start and mod_rewrite

Hi Alby, Yes I tried the htaccess way, but no luck with it... I found another way modifying the files : /plugins/function.lang.php ... line 55 ... //$_url = $config['root_url'].'/?hl=';  $_url = $config['root_url'].'/'; ... line 67... //$arr_mle[$key]['link'] = (isset($_end_url)) ? $config['root_url...
by vinc
Mon Dec 07, 2009 3:13 pm
Forum: [locked] CMSMS MLE fork
Topic: [SOLVED] Pretty url , cms_selflink start and mod_rewrite
Replies: 2
Views: 3304

[SOLVED] Pretty url , cms_selflink start and mod_rewrite

Hi there, I'm quite new to mod_rewrite so help wanted to solve my little problem ! Everything is fine with pretty urls except the link generated from : {cms_selflink dir=start text="Home"} which become a ugly link : http://www.mysite.tld/?hl=en I think I'm using the right rule in .htaccess...
by vinc
Wed Jun 10, 2009 11:25 am
Forum: Modules/Add-Ons
Topic: [solved] FLVPlayer with last version of JW (3.9)
Replies: 30
Views: 16816

Re: [solved] FLVPlayer with last version of JW (3.9)

Hi yankee80, the problem must be on your web server. (is this yours or a shared one ?) If the web server is a shared one, accessing ti by its IP, must cause something wrong (think about virtual hosts on a single IP) So it is better to access it by its dns name so the webserver will know which files ...
by vinc
Tue Jun 09, 2009 5:43 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - view as calendar _and_ list
Replies: 3
Views: 1835

Re: CGCalendar - view as calendar _and_ list

This does the trick !

Thank you so much !
by vinc
Tue Jun 09, 2009 1:15 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar - view as calendar _and_ list
Replies: 3
Views: 1835

[SOLVED] CGCalendar - view as calendar _and_ list

Hi there, I wish to insert into a page a calendar and the corresponding list of events. Actually, it is ok to show that. My calendar is showing, and then the list below. But when the user clic on the '>>' (next month) on the calendar, I want the list to change its month too. (also when he clic on th...
by vinc
Wed Jan 02, 2008 6:11 pm
Forum: Modules/Add-Ons
Topic: [solved] FLVPlayer with last version of JW (3.9)
Replies: 30
Views: 16816

Re: [solved] FLVPlayer with last version of JW (3.9)

As i can see on the first link of your page : javascript:newMovie('http://www.monzyk.com/uploads/videos','test',1,'test','<a href=\ the backslash at the end is the problem... Maybe all the HREF is the problem... Try not to set up a comment in the video manager or do not use the WYSIWYG editor (User ...

Go to advanced search