Phoca Cart Checkout

Phoca Cart - complex e-commerce extension
omarket
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 01 Nov 2019, 18:04

Phoca Cart Checkout

Post by omarket »

How can I write a text on the info page (after checkout)?
https://www.o-marketing.ch/e-shop/info.html
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart Checkout

Post 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.
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47883
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Cart Checkout

Post 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
If you find Phoca extensions useful, please support the project
Post Reply