view bug after update to 1.5.5

  • Posts: 29
  • Thank you received: 0
12 years 4 months ago #33145

Hi Nikolas!

Please help me!

After update some of pages are broken like this

and some are still normal like this

Where is the problem?

Please Log in or Create an account to join the conversation.

  • Posts: 81563
  • Thank you received: 13071
  • MODERATOR
12 years 4 months ago #33176

Hi,

I can see that it comes from the fact that there is some HTML which is not valid.

It seems that there is a problem with some code that we changed for a new feature.

Could you edit the file "quantity" of the view "product" via the menu Display->Views and change the code:
echo $this->cart->displayButton(JText::_('ADD_ME_WAITLIST'),'add_waitlist',$params,hikashop_completeLink('product&task=waitlist&cid='.$this->row->product_id),'window.location=\''.hikashop_completeLink('product&task=waitlist&cid='.$this->row->product_id).'\';return false;');
} ?>
</div><?php

to:
echo $this->cart->displayButton(JText::_('ADD_ME_WAITLIST'),'add_waitlist',$params,hikashop_completeLink('product&task=waitlist&cid='.$this->row->product_id),'window.location=\''.hikashop_completeLink('product&task=waitlist&cid='.$this->row->product_id).'\';return false;');
} ?>
<?php

and try again ?

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 0
12 years 4 months ago #33178

Ok. I already make this change.

Please Log in or Create an account to join the conversation.

  • Posts: 29
  • Thank you received: 0
12 years 4 months ago #33179

After removing "</div>" I see that solve problem!
Thanx!!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.059 seconds
Powered by Kunena Forum