News:

Looking for documentation? Take a look on our wiki

Main Menu

Product layout

Started by naoko15, November 22, 2012, 17:18:09 PM

Previous topic - Next topic

bytelord

ok then.

1. If you like to create a template override for the product module just do the following:

VM Product Module: Copy the file  joomla_folder\modules\mod_virtuemart_product\tmpl  inside your_joomla_folder\templates\your_joomla_template\html\mod_virtuemart_product\default.php -> Edit this file and make your changes
(from the previous post that we are searching the <div class="clear"></div> ...

Now at your issue:

You could place some Css for the extra ...

.addtocart-area {
      margin-top: 89px;
  }


you could add it inside to thirdparty.css line 448 the one one you have already there ... or create a new one to affect only the module add to cart area:

.vmgroup div.spacer .addtocart-area {
      margin-top: 89px;
  }


Last please read some CSS skills over here as i mention before: http://www.w3schools.com/css/default.asp

Your issues are solved ...
Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

naoko15

Very nice, thanks a lot!!!! : )

bytelord

You are welcome, good luck with your project

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!