+ Reply to Thread
Results 1 to 6 of 6

Thread: Upgrade Listing -> Payment canceled -> Result page shows ERROR 404

  1. #1
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    Upgrade Listing -> Payment canceled -> Result page shows ERROR 404

    Hi @ Flynax Team,

    There is a bug in payment.
    I think its reproducible in all payment methods. (e.g. Paypal)
    The user upgrade a listing and he chooses paypal payment.
    On the side of PayPal, he noted that he has chosen the wrong pay method.
    He click << the return to site >> link.
    He is returned to http://www.your-site.com/en/upgrade-listing.html?canceled&item=1.
    This page shows -> ERROR 404: Requested page not found.

    Can you fix that?.

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 10, 2012 at 12:00 AM.

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    You need open script: includes/controllers/upgrade_listing.inc.php
    Find line (~28):

    PHP Code:
    Only registered members can view the code
    and replace to:
    PHP Code:
    Only registered members can view the code

  3. #3
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Vladimir,

    In a certain way, you're right. I have the code changed and
    after successful payment the complete page will shows now the payment page.
    He does not see the Done! message.
    The user does not know on which payment was successful.
    He will think that the payment was fail and pay again.

    Can you check this?

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 14, 2012 at 08:51 AM.

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239

    Post

    You can fix the problem in the following way (Your clients will be seen notification after successful payment):

    add this code to includes/controllers/upgrade_listing.inc.php (line ~50)

    PHP Code:
    Only registered members can view the code

  5. #5
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Vladimir,

    Thank you this will fix this problem.
    But there are more problems. If i add and pay a plan all my listings disappears.
    In Admin panel -> Listings it shows "No items to display".
    I have added and pay 3 Listings and i have see this listings in Admin panel -> Listings before i add and pay a plan.
    I have open a ticket.
    The payment system is very faulty.

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 14, 2012 at 10:13 AM.

  6. #6
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Guys,
    I would like to inform you that this bug fixed in Flynax 4.1.0 version which will be released at the beginning of August.

    John

+ Reply to Thread