Page 1 of 1

Phoca Cart Checkout

Posted: 16 Sep 2020, 12:23
by omarket
How can I write a text on the info page (after checkout)?
https://www.o-marketing.ch/e-shop/info.html

Re: Phoca Cart Checkout

Posted: 17 Sep 2020, 11:41
by Jan
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):

Image

and it will be displayed on info page:

Image

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.

Re: Phoca Cart Checkout

Posted: 30 Oct 2020, 17:27
by Jan
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