Jump to content

Problem step payment chekout process


kiakaha

Recommended Posts

Hi there i have in laste servel days problem, when i added some article to cart i proceed to check out, i have 2 step, step one information is automaticly approved when the user is logged, 

step two and the problem is here payment i choose one of payment method that i have after click on paye button the page has juste refresh and since 2 days i cant complete any pursache any help PLZ

Link to comment
Share on other sites

Thinks for your replay leo, I have active the debug mode and try to catch the error but nothing appeare like error ot juste reload the page, i use pay on delevery mode and i try defferente why of payement method same probleme, i use prestashop 1.7.7.0 version, stell have same problem

Link to comment
Share on other sites

1 - Problem
At step chekout, an problem has been found when the client try to paye his cart with 
the cash on delevery method payement.
2- Solution
 2.1 - it should be filed all the client information like his phone number, address al all this 
    stuff.
 2.2 - after that when we click on paye button we call verefication.php that validate 
    the cart, after that i found that another problem has showen, at the blockonomics.php,
    in line 459 i have add the follow code to check if the array is empty or not
    $errors = array_filter($b_order);

        if (!empty($errors)) {
            var_dump($b_order);  
        }
    for getting the invoice pdf, after that all is good in the BO and the front of the client.
    Hope that i helped, problem solved after 5 hour of work XD

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...