Support Forums


Go Back   68 Classifieds Forums > Help & Support > Modules / Plugins / Modifications

Notices

 
LinkBack Thread Tools Display Modes
Old 11-20-2008, 06:21 PM   #11
Member
 
Join Date: Jun 2008
Posts: 62
Rep Power: 6
fendter is on a distinguished road
Default

Hi Eric, will the zipcode module still work with V4.10 beta?
fendter is offline   Reply With Quote
Old 11-20-2008, 11:08 PM   #12
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,089
Rep Power: 117
Eric Barnes is a jewel in the rough
Default

No. I have to get all the modules converted over to 4.1 So probably a few weeks away on that.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-12-2009, 05:02 AM   #13
Member
 
Join Date: Apr 2009
Location: France
Posts: 57
Rep Power: 3
kayfi is on a distinguished road
Default

Eric,

Can you provide some help ?
I installed the module, but when i choose a quantity of ads, the ajax loads the total price. Then i have to choose the payment gateway, and then ajax seems to load something but nothing happens in the end.
Moreover, the Multi coupon is created and avalaible without paying anything.
How can i fix it ?
You can test i there if you hame some times to spend for me....
Kayfi.com - Les petites annonces gratuites du S�n�gal !

Many many thanks if can help me !
Regards
__________________
v 4.1.3 Developer
Default templates
kayfi is offline   Reply With Quote
Old 05-12-2009, 02:15 PM   #14
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,089
Rep Power: 117
Eric Barnes is a jewel in the rough
Default

Hi,

Make sure you get the latest version from here:
68 Classifieds Multi Purchase Module

This post is old and I am sure it is not the latest release of this module.
__________________
Eric Barnes
68 Classifieds Developer
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 05-12-2009, 05:36 PM   #15
Member
 
Join Date: Apr 2009
Location: France
Posts: 57
Rep Power: 3
kayfi is on a distinguished road
Question

Ok Eric,

I updated with the latest relase, but il still the same.... after choosing the payment gateway, ajasx starts to load and nothing happens... i mean there is not button to confirm the purchase and redirect to the confirmation page, like thanks page or instructions page on how to complete payment, as i configured it for a normal purchase !

Maybe it's normal but when i look into the fiile ajax.php of the last release, i see this portion of code:
Quote:
$gatewayid=(int)$provider;
$params['oID']=$oID;
$params['oProduct']='Multi';
$params['oTotal']=$total;

$params['userinfo']=$user;
$paymentform=$Gateway->createForm($gatewayid, $params);
$output=$paymentform;
$output.='<p class="continue"><input type="submit" name="Submit" value="'.LANG_ADD_LISTING_CONTINUE.' /></p>';
return $output;
That means the button must be displayed, isn't it ?
__________________
v 4.1.3 Developer
Default templates
kayfi is offline   Reply With Quote
Old 05-12-2009, 05:54 PM   #16
Coder
 
Join Date: Mar 2006
Posts: 4,548
Rep Power: 110
Lhotch is just really niceLhotch is just really nice
Default

Quote:
Originally Posted by kayfi View Post
Ok Eric,

I updated with the latest relase, but il still the same.... after choosing the payment gateway, ajasx starts to load and nothing happens... i mean there is not button to confirm the purchase and redirect to the confirmation page, like thanks page or instructions page on how to complete payment, as i configured it for a normal purchase !

Maybe it's normal but when i look into the fiile ajax.php of the last release, i see this portion of code:


That means the button must be displayed, isn't it ?
Internet explorer and some virus/firewall apps really hate ajax.

I recommend temporarily disabling your firewall if you have one and try using firefox if you arent already and see if it works and it it does you will know its not a code problem but a client side problem.
__________________
Larry.
Lhotch is offline   Reply With Quote
Old 05-12-2009, 06:03 PM   #17
Member
 
Join Date: Apr 2009
Location: France
Posts: 57
Rep Power: 3
kayfi is on a distinguished road
Default

I fixed a part of the problem. There was some missing codes on a following line as displayd in red:

Quote:
$output.='<p class="continue"><input type="submit" name="Submit" value="''.LANG_ADD_LISTING_CONTINUE.'"/></p>';
So now, the VContinue button is displayed.
But when i click on the button i'm automaticly redirected at the page:
modules.php?mod=multi

__________________
v 4.1.3 Developer
Default templates
kayfi is offline   Reply With Quote
Old 05-12-2009, 06:08 PM   #18
Member
 
Join Date: Apr 2009
Location: France
Posts: 57
Rep Power: 3
kayfi is on a distinguished road
Question

Quote:
Originally Posted by Lhotch View Post
Internet explorer and some virus/firewall apps really hate ajax.

I recommend temporarily disabling your firewall if you have one and try using firefox if you arent already and see if it works and it it does you will know its not a code problem but a client side problem.
I tried to desactivate the firewall, and it didi'nt change anything in IE. Then I tried with Firefox and it worked normally.
But what does that mean, do i have to prevent all my users to changer their browser ?
Cause the problem is not due to the firewall but the ajax calling functions in IE...

I found those articles regarding those troubleshootings:
http://papermashup.com/ie-ajax-caching-issue/
http://devcentral.f5.com/weblogs/mac...6/26/3397.aspx
http://weblogs.asp.net/pleloup/archi...08/451583.aspx
http://www.spacebug.com/solving_brow...m_of_ajax.html
http://webreflection.blogspot.com/20...-solution.html
http://www.codemiles.com/post4732.html

Maybe it will help you to fix it !
Best regards to both of you ! And please try to solve this !
Yves.
__________________
v 4.1.3 Developer
Default templates

Last edited by kayfi; 05-12-2009 at 07:17 PM.
kayfi is offline   Reply With Quote
Old 05-14-2009, 09:20 AM   #19
Member
 
Join Date: Apr 2009
Location: France
Posts: 57
Rep Power: 3
kayfi is on a distinguished road
Default

Hi again and so sorry to bother you once more with that problem,

I read in one of the topics i sent you in my last reply that i have to add the following code in my php file to fix the ajax problem in IE:

header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

In wich php file do i have to add those lines ?
Please help Larry and Eric !
And so many thanks again !
__________________
v 4.1.3 Developer
Default templates
kayfi is offline   Reply With Quote
Old 05-14-2009, 09:28 AM   #20
Coder
 
Join Date: Mar 2006
Posts: 4,548
Rep Power: 110
Lhotch is just really niceLhotch is just really nice
Default

I would assume they get added to ajax.php in the module folder.
__________________
Larry.
Lhotch is offline   Reply With Quote

Bookmarks

Tags
module, multi purchase

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi Photo Upload bowers01 v4 Questions & Support 4 06-26-2008 06:55 PM
1 Advert in multi categories Grebogreen v3.1 Questions & Support 1 07-26-2007 10:09 AM
multi lingual capabilities Unregistered Pre Sales Questions 1 03-09-2007 09:06 AM
Multi-domain license Unregistered Pre Sales Questions 3 02-11-2007 07:09 PM


All times are GMT -4. The time now is 11:27 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0