Extension list

yootheme

ecommerce

joomla

Skip to main content

List of all our extensions

Create an account

VMuikit X - Override VMuikit X modules layout files


Article Index

Override VMuikit X virtuemart module layout files

If you want to upgrade VMuikit X in the future when we release new versions without losing your custom changes you need to do overrides for all the custom code changes in layout files .

  • Enable "Override Template HTML" param in "Components -> VMuikit X"
  • To override the vmuikit x layouts, check your template folders e.g. if your default template name is “yootheme ”, then check “ /templates/yootheme ” and assure that there is a folder called “ /html ”. If folder “ /html ” is not exist in your default template folder (templates/yootheme ) create a new “ /html ” folder.

 

  • Now you are ready for template override.
  • Just copy the tmpl layout file from "[joomla-root/webroot]\plugins\system\vmuikitx_override\html_override\mod_virtuemart_cart\default.php" in which you need customization, for example virtuemart cart module layout file "default.php" here

  • To your default template override folder as "[joomla-root/webroot]\templates\yootheme\html\mod_virtuemart_cart\default.php". Now you can edit this override file for all your custom changes .

 

Note: Follow the same override procedure for all other virtuemart module layout files in "mod_virtuemart_category","mod_virtuemart_currencies","mod_virtuemart_manufacturer"."mod_virtuemart_product" and "mod_virtuemart_search".

 

Override VMuikit X OPC layouts
Page