Paypal Payment and Image Upload

Discussion in 'Technical Support' started by Matthew2012, Mar 3, 2012.

  1. Matthew2012 Customer

    (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!
  2. Matthew2012 Customer

    I use quickcheckout module, may be its a bug in this module?
  3. Mike-N-Tosh Developer & Moderator

    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.
  4. Matthew2012 Customer

    Thanks for reply, but what am I supposed to do?
  5. Mike-N-Tosh Developer & Moderator

    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.
  6. Matthew2012 Customer

    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";

Share This Page