News:

Support the VirtueMart project and become a member

Main Menu

I Want To Add A Few Other Things Like Add A Review

Started by mygbn, December 19, 2011, 14:14:43 PM

Previous topic - Next topic

mygbn

I Have Got Tabs Working With My Product Description But But I Want To Add A Few Other Things Like Add A Review, Extra Image, Products Options, Featured Products. But The Desciption Page That I Have The Tabs Only Uses HTML So Adding:

<?php if(!empty($this->product->images) && count($this->product->images)>1) {
         foreach ($this->product->images as $image) {
            echo $image->displayMediaThumb('class="product-image"',true,'class="modal"'); //'class="modal"'
         }
}
?>

Can This Be Done With HTML Or Do i Need To Change /views/productdetails/tmpl/default.php

If I Have To Change This How Do Get The Descripton To Show Tabs Im Using NoNumber Tabber Plugin

This Is How I Got My Product Page At The Moment http://www.store.mygbn.net/index.php/component/virtuemart/computing/computers/sigma-gt5-barebone-detail?showall=1#descripton

Thank You

adham


[quote This Is How I Got My Product Page At The Moment http://www.store.mygbn.net/index.php/component/virtuemart/computing/computers/sigma-gt5-barebone-detail?showall=1#descripton

Thank You
[/quote]

Hi! Not to get out of topic, Very nice job on the tabs, you really should get a graphic designer to do some work for you as all the hard work of making the VM work wont mean much if it looks like something from the 80's.

Back to topic. Didnt try the new "template" system yet but hope it will be better than the old one as it was a nightmare. Cheers!