-- HikaShop version -- : 2.6.0
-- Joomla version -- : 3.4.5
-- PHP version -- : 5.6.6
Hi,
I want to have the checkbox "Accept terms and conditions " on my checkout page with the link to the corresponding joomla page in the right language.
What I did:
Under hikashop->configuration->languages, I added for each language
PLEASE_ACCEPT_TERMS_BEFORE_FINSIHING_ORDER="<a target='_blank' href='LINK TO YOUR JOOMLA ARTICLE'>Please accept the terms</a>"
with the link to the corresponding page.
When, under hikashop->configuration->checkout, I leave empty the field: terms and conditions
- then on my checkout page I see the checkbox with the text I entered in the language file (Please accept the terms) but with no link.
When, under hikashop->configuration->checkout :terms and conditions, I enter the english joomla article "Terms"
- then on my english checkout page I see the checkbox with the default text "Please accept the terms and conditions before proceeding" and the correct link to my joomla article "terms"
- on my french checkout page I see the checkbox with the default french text and a link to an error page.
So it seems that when I enter an article under hikashop->configuration->checkout :terms and conditions, the language files are not taken into account,
and when I leave empty hikashop->configuration->checkout :terms and conditions , the language files are taken into account but there is no link.
Could you please help me to solve this ?
Thank you in advance,
Mireille