error in PRODUCT DETAILS

More
13 years 2 months ago #15330 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 :unsure:

Please Log in to join the conversation.

More
13 years 2 months ago #15347 by ivan.milic
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.

Please Log in to join the conversation.

More
13 years 2 months ago #15359 by etarancon
Thank you, solved!

Please Log in to join the conversation.

Time to create page: 0.157 seconds
Powered by Kunena Forum