Home
Forum
Extensions
Developer Portal
VirtueMart Forum
VirtueMart & Joomla! - The Future of eCommerce
Home
Help
Search
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Looking for documentation? Take a look on our
wiki
VirtueMart Forum
»
VirtueMart 2 + 3
»
Templating & Layouts
»
How to show a module in productdetails page only in virtuemart
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to show a module in productdetails page only in virtuemart (Read 285 times)
Mike555
Beginner
Posts: 1
A beginner
Skype Name: Mike555
How to show a module in productdetails page only in virtuemart
«
on:
November 30, 2018, 07:21:56 am »
I want to show a level2 categories only in product details page in virtuemart,but there is no specific product details page
Logged
Jörgen
Global Moderator
Full Member
Posts: 1918
VirtueMart Version: 3.2.12
Re: How to show a module in productdetails page only in virtuemart
«
Reply #1 on:
November 30, 2018, 07:42:38 am »
You can make an override in You template to include modules. Make up a unique position code and add code to include the wanted modules.
Otherwise noNumber has a module manager that covers most usage scenarios, free and paid version
https://www.regularlabs.com/extensions/advancedmodulemanager
regards
Jörgen @ Kreativ Fotografi
Logged
Joomla 3.8.3
Virtuemart 3.2.12
Olympiantheme Hera (customized)
GJC Web Design
3rd party VirtueMart Developer
Super Hero
Posts: 8743
Virtuemart, Joomla & php developer
VirtueMart Version: 2.6.22 & 3.2.14
Re: How to show a module in productdetails page only in virtuemart
«
Reply #2 on:
November 30, 2018, 09:19:37 am »
e.g
$modules = JModuleHelper::getModules('myposition');
foreach ($modules as $module)
{
echo JModuleHelper::renderModule($module);
}
Logged
GJC Web Design
VirtueMart and Joomla Developers - php developers
http://www.gjcwebdesign.com
VM3 AusPost Shipping Plugin - e-go Shipping Plugin - VM3 Postcode Shipping Plugin - Radius Shipping Plugin - VM3 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart Product Review Component
http://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation
Print
Pages: [
1
]
Go Up
« previous
next »
VirtueMart Forum
»
VirtueMart 2 + 3
»
Templating & Layouts
»
How to show a module in productdetails page only in virtuemart
We use cookies, just to track visits to our website, we store no personal details.
OK
Learn more