VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Kuubs on July 10, 2024, 10:15:41 AM

Title: Add payment logo in the cart
Post by: Kuubs on July 10, 2024, 10:15:41 AM
Hello,

How can i change the general payment plugin generation of the html? For some strange reason the payment icons are not being rendered, and i'd like to add that image in teh rendering.

And i mean the general rendering, not per speficic plugin
Title: Re: Add payment logo in the cart
Post by: Jumbo! on July 11, 2024, 09:20:57 AM
You can override and customise the following sub-layout file -

components/com_virtuemart/sublayouts/methodprices.php
Title: Re: Add payment logo in the cart
Post by: Kuubs on July 11, 2024, 11:50:31 AM
Quote from: Jumbo! on July 11, 2024, 09:20:57 AMYou can override and customise the following sub-layout file -

components/com_virtuemart/sublayouts/methodprices.php

You are a godsend. Thank you.