Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Problem with module Contact Ajax
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Problem with module Contact Ajax

Re: Problem with module Contact Ajax 10 years, 4 months ago #14304

Dear Michel,

Depending on the case, here's how to fix errors with your site.
We've changed in your_site\modules\mod_sj_contact_ajax\tmpl\default.php and find:

$mail_to = trim($list->email_to);
if($mail_to != '' ){
					?>
					<div class="info-mail cf">
						<i class="icon-envelope-alt"></i>
						<a href="mailto:<?php echo $mail_to; ?>" class="info-label" data-label="<?php echo JText::_('MAIL_LABEL') ?>">: <?php echo $mail_to; ?></a>
					</div>
					<?php } ?>


=>

$mail_to = trim($list->email_to);
					if($mail_to != '' ){
					?>
					<div class="info-mail cf">
					<i class="icon-envelope-alt"></i>
					<span href="<?php echo htmlentities($mail_to, ENT_QUOTES | ENT_IGNORE, "UTF-8"); ?>" 
					class="info-label" data-label="<?php echo JText::_('MAIL_LABEL') ?>">: <?php echo htmlentities($mail_to, ENT_QUOTES | ENT_IGNORE, "UTF-8"); ?>
					</span>
					</div>
					<?php } ?>


Thanks!
Last Edit: 10 years, 4 months ago by anhqn.
  • Page:
  • 1
  • 2
Time to create page: 0.18 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes