- Posts: 77
- Thank you received: 0
error in PRODUCT DETAILS
-
etarancon
Inactive member -
Topic Author
- Member
-
Less
More
13 years 2 months ago #15330
by etarancon
error in PRODUCT DETAILS was created by etarancon
Entering "product details", I get the following error:
Fatal error: Call to undefined method shopFunctionsF::PdfIcon() in /homepages/33/d400318538/htdocs/templates/hot_cosmetics/html/com_virtuemart/productdetails/default.php on line 151
You can check it on my page:
www.pelucashop.com/index.php/virtuemart/tipo-de-pelo/natural
You know how I can correct it? thanks
Fatal error: Call to undefined method shopFunctionsF::PdfIcon() in /homepages/33/d400318538/htdocs/templates/hot_cosmetics/html/com_virtuemart/productdetails/default.php on line 151
You can check it on my page:
www.pelucashop.com/index.php/virtuemart/tipo-de-pelo/natural
You know how I can correct it? thanks

Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #15347
by ivan.milic
Replied by ivan.milic on topic Re: error in PRODUCT DETAILS
open that file , you will see:
echo shopFunctionsF::PdfIcon($pdflink );
comment that line like this:
//echo shopFunctionsF::PdfIcon($pdflink );
then if you need pdf icon you can add below it something like this:
<a href="<?php echo $pdflink; ?>" class="MyPDFIcon" >PDF</a>
then add
.MyPDFIcon{
...
}
in template_css.css , and enter your style properties.
echo shopFunctionsF::PdfIcon($pdflink );
comment that line like this:
//echo shopFunctionsF::PdfIcon($pdflink );
then if you need pdf icon you can add below it something like this:
<a href="<?php echo $pdflink; ?>" class="MyPDFIcon" >PDF</a>
then add
.MyPDFIcon{
...
}
in template_css.css , and enter your style properties.
Please Log in to join the conversation.
Time to create page: 0.157 seconds