Post by syedhussain » Thu May 30, 2013 12:02 am

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,

Newbie

Posts

Joined
Wed May 29, 2013 11:27 pm

Post by shop@averoom.bg » Sun Dec 21, 2014 2:29 am

Hello,
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;  
    }
  
and after that create a div in the html with name "printableArea" and use:

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



Posts

Joined
Sun Dec 21, 2014 1:50 am
Location - Bulgaria
Who is online

Users browsing this forum: No registered users and 3 guests