How to remove the link ‘Ask a question about this product’ in VirtueMart 1.1.8

H

How Can We Help?

How to remove the link ‘Ask a question about this product’ in VirtueMart 1.1.8

  • Opencomponents/com_virtuemart/themes/default/templates/product_details/flypage.tpl.phpfor editing
  • On line 43 replace
    <td colspan="2"><?php echo $ask_seller ?></td>

    with

    <td colspan="2">&nbsp;</td>
  • Now the link ‘Ask a question about this product’ will disappear

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me