Version Notes
-
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Customercall_Callbutton |
| Version | 1.2.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.1.0 to 1.2.0
app/design/frontend/default/default/template/callbutton/callbutton.phtml
CHANGED
|
@@ -3,6 +3,6 @@
|
|
| 3 |
$isActiveCustomerCall = Mage::getStoreConfig('customercall_options/customercallapiconfig/customercall_use');
|
| 4 |
|
| 5 |
if ($isActiveCustomerCall){
|
| 6 |
-
echo
|
| 7 |
}
|
| 8 |
?>
|
| 3 |
$isActiveCustomerCall = Mage::getStoreConfig('customercall_options/customercallapiconfig/customercall_use');
|
| 4 |
|
| 5 |
if ($isActiveCustomerCall){
|
| 6 |
+
echo "<div class=\"customercall\">".$CustomerCallApi."</div>";
|
| 7 |
}
|
| 8 |
?>
|
