VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: proxima on October 20, 2016, 12:51:16 PM

Title: template problems cart after update 3.0.18
Post by: proxima on October 20, 2016, 12:51:16 PM
Hello,
since the last update, I modified the template (which I had previously correct) and I riapportare changes
as photos how do I reduce the size of the tables in the basket that go under the right column? thank you so much
Title: Re: template problems cart after update 3.0.18
Post by: GJC Web Design on October 20, 2016, 16:47:23 PM
the problem is more that you have removed some table cells from some rows but not others!

the rows must have the same number of cells
Title: Re: template problems cart after update 3.0.18
Post by: proxima on October 21, 2016, 08:54:33 AM
thank you but I did not understand, so what's the solution?
thank you  ::)
Title: Re: template problems cart after update 3.0.18
Post by: proxima on October 29, 2016, 12:56:04 PM
please help me  :'(
Title: Re: template problems cart after update 3.0.18
Post by: jenkinhill on October 29, 2016, 13:58:21 PM
Quote from: GJC Web Design on October 20, 2016, 16:47:23 PM
the problem is more that you have removed some table cells from some rows but not others!

the rows must have the same number of cells

Is the problem.  In each table row <tr> ... </tr>  there must be the same number of cells  <td> ... </td> or quivalent, eg <td colspan="3"> .. </td> is the equivalent of three cells.

In at least one row you have more cells than the others.
Title: Re: template problems cart after update 3.0.18
Post by: proxima on November 01, 2016, 21:29:17 PM
I did not understand ... so what's the solution? Modify my shopping cart files? addtocart.php?
thank you so much
Title: Re: template problems cart after update 3.0.18
Post by: GJC Web Design on November 02, 2016, 11:07:32 AM
I'm sorry but 2 of us have now told you what is wrong and what to do.. if u don't understand it is not for us to rebuild your mistakes!

Employ someone who knows basic html to fix your error.. it is nothing to do with VM... 
Title: Re: template problems cart after update 3.0.18
Post by: proxima on November 20, 2016, 21:15:17 PM
the problem was simply that in the / templates / protostar / html / com_virtuemart / cart
there was the old default_pricelist.php files, I overwrite the new one and it is solved.  ;D