Support Forums

Quick checkout Mod not taking billing

This is a discussion on Quick checkout Mod not taking billing within the TemplateCodes forums, part of the Third Party Support category; I'm taking this over from a post by Karenc on June 10. ( http://www.68classifieds.com/forums/...g-payment.html ) We are running into the ...


Go Back   68 Classifieds Forums > Third Party Support > TemplateCodes

Reply
 
Thread Tools Display Modes
Old 06-15-2011, 03:24 PM   #1
Customer
 
Join Date: Mar 2009
Posts: 32
Rep Power: 11
jtnews is on a distinguished road
Default Quick checkout Mod not taking billing

I'm taking this over from a post by Karenc on June 10. (Quick checkout allows users to complete transaction without making payment)
We are running into the issue that when we try to create a new listing at professionalwashington.com we step through all the processes for creating the ad, we select payment by credit card (the only option) but then don't get asked for a credit card number and the transaction goes through as if the credit card had been approved.

There are two things that might contribute to the issue - one is that the part where we input the ad information breaks into two columns (Firefox 4.0.1/Mac OS10.6) instead of continuing in a single column all the way down, making all the magnification/warning icons jumbled up at the bottom of the page, and putting the save button off to the side, so users might not know it's there.
The other is that many of the fields in the ad section are not consistent with other fields on the site. For instance, address and city are textareas instead of text boxes, and the state field isn't a dropdown like everywhere else. Not sure if that's by design or something funky going on.

If we turn off the quick checkout, users can still check out properly in the standard system.

Thanks.

--
Developer 4.2.3
__________________
--------
4.2.3 developer edition
jtnews is offline   Reply With Quote
Old 06-15-2011, 04:36 PM   #2
Customer
 
Join Date: Mar 2009
Posts: 32
Rep Power: 11
jtnews is on a distinguished road
Default

Please let me know when you check this so we can turn the QC module back on. We're actively using the system right now to make sales so it's turned off until it's fixed.
__________________
--------
4.2.3 developer edition
jtnews is offline   Reply With Quote
Old 06-15-2011, 04:40 PM   #3
Staff
 
Join Date: Mar 2006
Location: New Jersey
Posts: 2,149
Rep Power: 68
John Snyder is a jewel in the rough
Default

Have you contacted TemplateCodes directly? The module is pretty sound, something is probably not properly configured or possibly a corrupt file.
__________________
John
68C Staff

68C Downloads | Report a Bug | Knowledge Base
If you have a current support subscription, you can Submit a Support Ticket
John Snyder is offline   Reply With Quote
Old 06-15-2011, 04:43 PM   #4
Customer
 
Join Date: Mar 2009
Posts: 32
Rep Power: 11
jtnews is on a distinguished road
Default

I thought they liked to offer support through these forums.
__________________
--------
4.2.3 developer edition
jtnews is offline   Reply With Quote
Old 06-15-2011, 06:02 PM   #5
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

It might be because you have not set up the config file in the module itself according to the instructions supplied with it. The last person with the same problem you described did that and the module worked as designed.

Have you actually done that?
i.e

/******** Classifieds Administration Config variables **************/

/**
* Skip the verification of the users billing information "Y" or "N"
*/
$data['module']['skipBilling'] = "N";

/**
* Skip the payment gateway choice, will default to either 1 or the
* value entered for defaultGateway below. "Y" or "N"
* Only change this IF you only accept one form of payment AND
* YOU MUST SELECT A DEFAULT GATEWAY BELOW!
*/
$data['module']['skipGateway'] = "N";

/**
* The id for the default gateway, 1=check, 11=paypal (on our test site)
* To get the id for your gateway, login to your administration
* Click on Payment, Click on Payment Providers
* the id is the number in the second column that you CANNOT change
* EXAMPLE- id 1 Email Only
*/
$data['module']['defaultGateway'] = "1";

/**
* Skip the discount step of checkout, will default to either 1 or the
* value entered for defaultGateway below. "Y" or "N"
*/
$data['module']['skipDiscount'] = "N";


/**
* Skip the product step of checkout
* value entered for showing products below. "Y" or "N"
* defaultproduct ID = X is entered for supressing a single product when skipProduct is "Y"
*/

$data['module']['skipProduct'] = 'N';
$data['module']['defaultProduct'] = 3;
.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 06-15-2011 at 06:15 PM.
seymourjames is offline   Reply With Quote
Old 06-15-2011, 06:09 PM   #6
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

Another possibility is that you upgraded your 68C version but did not upgrade your QC module. Please see main TC forum area with advice which was published at the time of release for the new 68C version. So if you bought the module for version 4.2.2 and then upgraded to 4.2.3 you will need another module.

Point of note. It is puzzling that you seem to have design issues with the module. It carries its own css styling.

Please send me your site with FTP and admin panel login details.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 06-15-2011 at 06:24 PM.
seymourjames is offline   Reply With Quote
Old 06-15-2011, 06:55 PM   #7
Customer
 
Join Date: Mar 2009
Posts: 32
Rep Power: 11
jtnews is on a distinguished road
Default

I just sent you a private message with login info. I uploaded 4.2.3 and the module at the same time, so presumably I've got the right one. I don't see any place on the templatecodes site to download the most recent version. Where would I find that?
__________________
--------
4.2.3 developer edition
jtnews is offline   Reply With Quote
Old 06-15-2011, 06:58 PM   #8
Customer
 
Join Date: Mar 2009
Posts: 32
Rep Power: 11
jtnews is on a distinguished road
Default

We made changes to the config file and that seemed to take care of the checkout problem.
Thanks.
__________________
--------
4.2.3 developer edition
jtnews is offline   Reply With Quote
Old 06-15-2011, 07:12 PM   #9
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

Glad you resolved it. Thought it might be the config file was not set.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting

Last edited by seymourjames; 06-15-2011 at 07:37 PM.
seymourjames is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Purchase Quick Checkout Mod rtw77 TemplateCodes 6 04-03-2011 03:56 AM
quick checkout and seo mod issue? EnergyFreak TemplateCodes 16 03-27-2011 06:18 PM
How can I disable quick checkout? archery TemplateCodes 3 02-05-2011 08:36 PM
Quick Checkout Question ombre TemplateCodes 5 12-15-2010 03:13 PM
Checkout Step6 - Billing adress wabugi Technical Support 7 06-15-2009 04:21 PM


All times are GMT -4. The time now is 11:43 AM.


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