Author Topic: Change the position of the texts (description) in the product details  (Read 2418 times)

Langagemachine

  • Beginner
  • *
  • Posts: 30
  • A beginner

Hello ;)

I would have changed the presentation for the detail of my products.
From what I could understand it is done in components / com_virtuemart / views / productdetails / tmpl / default.php

I would like the image to be on the left and the short description, the description and then the price to be on the right.
I made a printscreen:
prnt.sc/mzjbmd

My joomla is virtuemart are the latest official version

Thanks for your help :)

jenkinhill

  • UK Web Developer & Consultant
  • Global Moderator
  • Super Hero
  • *
  • Posts: 28525
  • Always on vacation
    • Jenkin Hill Internet
Re: Change the position of the texts (description) in the product details
« Reply #1 on: March 19, 2019, 11:12:20 am »
Make an override for components/com_virtuemart/views/productdetails/tmpl/default.php and probably for some of the sublayouts used  (  components/com_virtuemart/sublayouts/ ) and edit to provide your required layout.
Kelvyn

Jenkin Hill Internet,
Lowestoft, Suffolk, UK

Unsolicited PMs/emails will be ignored.

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

Currently using VirtueMart 4.0.12 10777  J 3.10.11 PHP 8.0.27

Langagemachine

  • Beginner
  • *
  • Posts: 30
  • A beginner
Re: Change the position of the texts (description) in the product details
« Reply #2 on: March 19, 2019, 16:37:43 pm »
Hi,
ok i try to change it ;)
Thanks