(4.2.4 developer version) I got 2 problems. When posting a new ad you finally see "Thank You" without directing to Paypal - but while renewaling an ad Paypal payment pretty works. Thats curious..... While testing my classified website using different browser versions Image Upload sometimes works and sometimes it doesn't (Firefox 3.6.27). Thanks for any help!
The quick checkout module still uses the standard gateway process for payments, however the image upload module (part of the quick checkout) doesn't get called for the renewal process.
First, I would suggest that you test the functionality of the 68 Classifieds by switching to the default template and see if things work correctly. Something else you may want to consider is if for some reason there is file corruption in the quick checkout module. Try uploading it again. Corruption happens quite frequently in ftp transfers. If that doesn't clear it up, then I would suggest contacting TemplateCodes for support of the product.
Thanks again Mike-N-Tosh! I testet, and testet.... but at least following thread put me on the right track: ttp://www.68classifieds.com/forums/threads/quick-checkout-mod-not-taking-billing.10679/ I changed following value and everything works perfect: Code: /** * 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'] = "2";