i have a open cart website which i purchased from themeforrest "Journal OpenCart Theme"...
i need help in adding the print option and social sharing option on my home slider image...
here the link for my website : http://econoplus.starsolutiontechnologi ... ommon/home
Thanks,
Hello,
For the printing part you can add custom html like this:
and after that create a div in the html with name "printableArea" and use:
For the printing part you can add custom html like this:
Code: Select all
<script>
function printDiv(divName) {
var printContents = document.getElementById(divName).innerHTML;
var originalContents = document.body.innerHTML;
document.body.innerHTML = printContents;
window.print();
document.body.innerHTML = originalContents;
}
Code: Select all
<a href="index.php?route=information/news/news&news_id=1" onclick="printDiv('printableArea')"><span style="font-size:11px;">Разпечатайте страницата</span></a>
Бебе Магазин http://averoom.bg
Who is online
Users browsing this forum: No registered users and 3 guests