Jump to content

[SOLVED] One Page Checkout PrestaShop


Recommended Posts

Good evening,

 

I am currently running three websites of which the module One Page Checkout prestaShop is only working on one of our websites. We can't figure out what might be the problem as all settings are the same (only difference is, the working website runs on PS 1.6.1.4 and the not working website is on PS 1.6.1.6).

 

On https://www.koppieshop.nl/ if you order a product and go to your checkout page you see all the delivery methods, payment methods and the products added to the cart. Also, if you are logged in, personel information is added to the form.

 

Now if you go to https://www.qslcard.eu this same module do is displaying the correct page, but the delivery methods, payment methods, products section and personal form (if logged in) are comletely empty.

 

Has anyone heard of this before? I am unable to find relevant information on the internet, hope you guys know a solution for this problem. Thanks.

Edited by helldog2004 (see edit history)
Link to comment
Share on other sites

Don't ask me why, but the following seemed to solve my problem:

 

Open onepagecheckoutps.js from modules/onepagecheckoutps/views/js/front and edit the following lines:

        $('div#onepagecheckoutps div#onepagecheckoutps_step_one .customer, \n\


            div#onepagecheckoutps div#onepagecheckoutps_step_one .delivery, \n\


            div#onepagecheckoutps div#onepagecheckoutps_step_one .invoice')

And change it to:

        $('div#onepagecheckoutps div#onepagecheckoutps_step_one .customer, \n\
            div#onepagecheckoutps div#onepagecheckoutps_step_one .delivery, \n\
            div#onepagecheckoutps div#onepagecheckoutps_step_one .invoice')

It seems that the lines where to long, giving out an error.

Hope this helps someone else.

  • Like 1
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...