-- HikaShop version -- : 2.3.2 - 2.3.4
-- Joomla version -- : 3.3.3 - 3.3.6
Hi,
When I add the terms and conditions initially I get a checkbox and the text
"Please accept the Terms and Conditions before proceeding"
when you select a article page to be viewed the entire text becomes a link <a href>
I'm trying to investigate where to change that to just having
<p>Please accept the </p><a href"terms.php">Terms and Conditions</a><p> before proceeding"</p>
I can't seem to do that in the display > views > checkout / terms.php section, so I figure I probably need to dive into the code somewhere to seperate the part that gets linked, and the parts that get translated?
Thanks for the help.