Payment description on thank you page

Phoca Cart - complex e-commerce extension
Martajz
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 20 Sep 2010, 20:45

Payment description on thank you page

Post by Martajz »

Hi

I am having trouble to solve bank details to be shown on thank you page. I am using Bank Transfer as payment method.

So once I go thru all steps and confirm payment, I should end on "thank you page". Link to that page is: index.php?option=com_phocacart&view=payment&Itemid=1043&lang=en
But all I see is headline: Payment
But there are no details, no text shown, no Description (Info View) text.

Could you help me fix this?

Also how to translate Terms And Conditions, please? Because there is just one field.

Many thanks for help
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Payment description on thank you page

Post by Jan »

Also how to translate Terms And Conditions, please? Because there is just one field.
Hi, the standard Multilanguage feature does not work for values stored in Options. So for this purpose, usualy language plugin is used:

1) Install n3t Language Filter plugin and enable it in plugin manager
https://n3t.bitbucket.io/extension/n3t-language-filter

2) In Terms and Conditions article, write each language variant in its own tags, see example:

Code: Select all

{lang en}This is an example of the General Terms and Conditions in English{/lang}
{lang de}Dies ist ein Beispiel für die Allgemeinen Geschäftsbedingungen in deutscher Sprache{/lang}
Image

Then each language variant will be displayed for current language:

English:
Image

German:
Image

No information on thank you page:
"Thank you" page is "info" page and your URL is "payment" page. Did your Bank Transfer payment method use some payment plugin?

Jan
If you find Phoca extensions useful, please support the project
Post Reply