Ana Silva Posted October 7, 2013 Share Posted October 7, 2013 (edited) I've been having a problem I don't quite know how to solve, not even how to google it, beacuse I found nothing about this misconfiguration. Maybe I'm the only one this thing happens to? So I'm testing the cart of the store, chosing a payment method, and no matter which payment I chose, the left column of my store always disappears, like this: Then, when I finalize the payment, there it is again, the left column magically appears again, just like Houdini. Why do you think this happens? And what can I do to change it so the left column always stays there? Edited October 8, 2013 by Ana Silva (see edit history) Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted October 7, 2013 Share Posted October 7, 2013 so its order page can we see ur site any url Link to comment Share on other sites More sharing options...
Ana Silva Posted October 7, 2013 Author Share Posted October 7, 2013 (edited) Sure Jiten rash, it's on http://toner.pt Edited October 7, 2013 by Ana Silva (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted October 7, 2013 Share Posted October 7, 2013 This is per design, assuming you are using one of the Prestashop provided payment modules (ie. paypal, bankwire, check etc...) If you want the left column to display, you would have to alter the module to display it. Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2013 Share Posted October 8, 2013 on your payment controller you've got: public function initContent() { $this->display_column_left = false; just remove: $this->display_column_left = false; it's a part of /modules/cashondelivery/controllers/front/validation.php file 1 Link to comment Share on other sites More sharing options...
Ana Silva Posted October 8, 2013 Author Share Posted October 8, 2013 Many thanks vekia, worked like a charm! Link to comment Share on other sites More sharing options...
vekia Posted October 8, 2013 Share Posted October 8, 2013 you're welcome you can control appearance of the columns with this simple code mentioned above. if in the future you will have the same issue with other payment modules - always check controller and its initContent() function with regards, Milos Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted October 8, 2013 Share Posted October 8, 2013 very sorry cudn't help you..i was off..just got its notification..now.. Glad that its solved..mean while in your site..you have some images missing..like add to cart check out background image missing.before proceeding payment i found some image is missing..there may be more..plz find it Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now