if($virtuemart_product_id)
$segments[] = self::getProductName($virtuemart_product_id);
This code executes even when a matching Product Details menu item has already been found.if($virtuemart_product_id)
$segments[] = self::getProductName($virtuemart_product_id);
with:if(!$ismenue && $virtuemart_product_id)
$segments[] = self::getProductName($virtuemart_product_id);
QuoteEagle owl
Your SERVER does not support allow_url_fopen, nor cUrl! Registration process stopped. Please enable on your server either allow_url_fopen or cUrl. OpenSSL SSL_read: Connection reset by peer, errno 104
Page created in 0.079 seconds with 13 queries.