Jump to content

[SOLVED] Left column disappears when finalizing payment


Recommended Posts

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:

 

post-700516-0-89332500-1381165072_thumb.jpg

 

 

Then, when I finalize the payment, there it is again, the left column magically appears again, just like Houdini.

 

post-700516-0-13362100-1381165072_thumb.jpg

 

Why do you think this happens? And what can I do to change it so the left column always stays there?

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

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

  • Like 1
Link to comment
Share on other sites

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

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...