News:

Support the VirtueMart project and become a member

Main Menu

template problems cart after update 3.0.18

Started by proxima, October 20, 2016, 12:51:16 PM

Previous topic - Next topic

proxima

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
Currently using VM3.2.1 on Joomla 3.7.0  - PHP 7.0

GJC Web Design

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
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

proxima

thank you but I did not understand, so what's the solution?
thank you  ::)
Currently using VM3.2.1 on Joomla 3.7.0  - PHP 7.0

proxima

Currently using VM3.2.1 on Joomla 3.7.0  - PHP 7.0

jenkinhill

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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

proxima

I did not understand ... so what's the solution? Modify my shopping cart files? addtocart.php?
thank you so much
Currently using VM3.2.1 on Joomla 3.7.0  - PHP 7.0

GJC Web Design

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... 
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

proxima

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
Currently using VM3.2.1 on Joomla 3.7.0  - PHP 7.0