Hi, you can override the info view with standard template override feature.
components/com_phocacart/views/info/tmpl/default.php
The info view even includes events which can be used in plugins, so you can add content to info view by events in plugins:
View plugin:
onPCVonInfoViewDisplayContent
Shipping plugin:
onPCSonInfoViewDisplayContent
Payment plugin:
onPCPonInfoViewDisplayContent
Even description which is set for shipping or payment method can be displayed on Info page:
and have multilanguage.
Jan
components/com_phocacart/views/info/tmpl/default.php
The info view even includes events which can be used in plugins, so you can add content to info view by events in plugins:
View plugin:
onPCVonInfoViewDisplayContent
Shipping plugin:
onPCSonInfoViewDisplayContent
Payment plugin:
onPCPonInfoViewDisplayContent
Even description which is set for shipping or payment method can be displayed on Info page:

Jan
Statistics: Posted by Jan — 30 Sep 2024, 17:27