How can I write a text on the info page (after checkout)?
https://www.o-marketing.ch/e-shop/info.html
Phoca Cart Checkout
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart Checkout
Hi, on info page, information regarding the closed order is displayed. There can be different messages displayed based on order status - these are mostly set in plugin.
You can paste specific messages per language override (in Joomla! language override options):
and it will be displayed on info page:
There are specific messages for specific statuses
COM_PHOCACART_ORDER_PROCESSED_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PROCESSED_DOWNLOADABLE_ITEMS_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_PROCESSED_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_PROCESSED_DOWNLOADABLE_ITEMS_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_CANCELED_ADDITIONAL_INFO=""
Or you can paste some static message there e.g. per template override:
components\com_phocacart\views\info\tmpl\default.php
BTW - I will add even info description to top of this site in next version which will be the same for all statuses.
You can paste specific messages per language override (in Joomla! language override options):
and it will be displayed on info page:
There are specific messages for specific statuses
COM_PHOCACART_ORDER_PROCESSED_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PROCESSED_DOWNLOADABLE_ITEMS_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_PROCESSED_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_PROCESSED_DOWNLOADABLE_ITEMS_ADDITIONAL_INFO=""
COM_PHOCACART_ORDER_PAYMENT_CANCELED_ADDITIONAL_INFO=""
Or you can paste some static message there e.g. per template override:
components\com_phocacart\views\info\tmpl\default.php
BTW - I will add even info description to top of this site in next version which will be the same for all statuses.
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Cart Checkout
Hi, in version 3.5.4 it is possible to add description to info view:
https://www.phoca.cz/news/1101-phoca-ca ... 4-released
Jan
https://www.phoca.cz/news/1101-phoca-ca ... 4-released
Jan
If you find Phoca extensions useful, please support the project