Hello i get some problem to render correctly this page: http://seratadigala.tioitalia.it/it/?option=com_virtuemart&view=cart&task=editpayment
the problem is that i have main content here
<div id="main">Main Content</div>
and payment selection is rendered out..
<div id="tabs"></div>
How can i place it inside div main?
regards
Fix your HTML errors.
missing closing div somewhere perhaps?
i'm looking..
Layout is rendered through <jdoc:include type="component" /> right?
If yes it's inside div main
First remove the div tags before body tag. Then check for more errors https://validator.w3.org/nu/.
Okay,
Fatal Error: Cannot recover after last error. Any further errors will be ignored...
That is because you have a div tag before body tag.
</head>
<div style="clear:both;"></div>
<body class="com_virtuemart view-cart no-layout task-editpayment">
<!-- Body -->
Remove it and then you can at least see other errors.
Checking...
Otherwise can i set a redirect 301?
So this page will never be displayed in case of error. It has a different format, no product summary and should be confusing..
What do you think?
Thank you :)
if u only have one payment and set auto select and opc u never see this anyway