Saturday, March 26, 2016

Hide Magento Attributes with no Value

Hide Magento Attributes with no Value Sometimes we come across a store that wants to have many different product attributes, but they only want the default attribute set. This means that every product will have lets say 10+ options that sometimes don’t apply to certain products. For instance a piece of clothing might need a size attribute, but a piece of furniture doesn’t. Because the store uses the same attribute sets for each products the empty size attribute will show up like this: Size:N/A This is ofcourse very confusing for customers,...

Tuesday, March 15, 2016

Magento 1.9.2 Unknown cipher in list: TLSv1

For "CENTOS PHP 5.4.43 cURL 7.19.7" In downloader/lib/Mage/HTTP/Client/Curl.php, try changing: $this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1'); to $this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1...