News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Template override

Started by rfilgueiras, April 15, 2015, 09:11:59 AM

Previous topic - Next topic

rfilgueiras

Hello,

I can override the templates in virtuemart 3. For example, if i want to override "cart" I create a folder in my template:

html/com_virtuemart/cart

But, if i want to override the email templates. Which is the difference? What is the name of the folder?

Many thanks,
Ro

GJC Web Design

made up of various templates  - all in components\com_virtuemart\views\invoice\tmpl\

e.g. mail_html.php
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 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
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

rfilgueiras

Then I need in my template a folder as:

MY_TEMPLATE/html/com_virtuemart/invoice/

and a file

MY_TEMPLATE/html/com_virtuemart/invoice/mail_html.php

And i can modify this file.

Ro

GJC Web Design

yes - plus all the rest of the files that make up the email
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 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
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

rfilgueiras