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

How to override standard VM payment plugin

Started by bryanearl, May 23, 2018, 22:10:44 PM

Previous topic - Next topic

bryanearl

I can not figure out the exact way to override this plugin / file:
plugins/vmpayment/standard/standard/tmpl/post_payment.php


Therefore, I have created this folder for the override, but it does not work at all:
templates/<my template>/html/plg_vmpayment_standard/post_payment.php


I also tried it as, but still no luck:
templates/<my template>/html/plg_vmpayment_standard_standard/post_payment.php

AH

you need to use the following

\templates\yourtemplaate\html\vmpayment\standard\post_payment.php
Regards
A

Joomla 3.10.11
php 8.0

bryanearl

#2
Quote from: AH on May 23, 2018, 22:24:56 PM
you need to use the following

\templates\yourtemplaate\html\vmpayment\standard\post_payment.php

Thank you!! That folder structure works great now. I was following the advice from the Joomla forum on how to override plugins but it obviously wasn't working correctly.

AH

Regards
A

Joomla 3.10.11
php 8.0