I'm taking this over from a post by Karenc on June 10. (http://www.68classifieds.com/forums...plete-transaction-without-making-payment.html) 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
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.
Have you contacted TemplateCodes directly? The module is pretty sound, something is probably not properly configured or possibly a corrupt file.
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; .
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.
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?