HI friends
Virtuemart 2.0.6
joomla 2.5
I need attachment a PDF file in a full description.
thanks
I am also looking for the same module/component that allows me to attach a pdf to a product.
If anyone has any idea, I will appreciate it.
Thanks!
- Viri
http://forum.virtuemart.net/index.php?topic=93337.msg327528#msg327528
Here are the solution: http://cmsmart.net/virtuemart-extensions/attachment-for-virtuemart-product-plugin
Ok if you install a text editor that allows you to switch the product description input box to code view (Toggle Editor) you can manually add <a href="http://www.mysite/pdf/myfile.pdf" target="_blank">Click here text or add an image link <img src="" /></a>
into the product description input box that will link to your pdf file and open it in a new window. Just change the href="" and the scr="" to your pdf and image file locations.
If you have a look at http://starkbuild.com/markets/police-body-armour/police-vest-trv-info.html I am try to get the PDF to be an additional product image so that the user can click on the datasheet thumbnail to open the PDF in a new window.
I would install JCE http://www.joomlacontenteditor.net/downloads/editor (http://www.joomlacontenteditor.net/downloads/editor)
Foo