Version Notes
Second Stable release
Download this release
Release Info
Developer | iMedia inc. |
Extension | Imedia_Quickview |
Version | 1.0.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.0.3 to 1.0.0.4
app/code/community/Imedia/Quickview/etc/config.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Imedia_Quickview>
|
4 |
-
<version>1.0.0.
|
5 |
</Imedia_Quickview>
|
6 |
</modules>
|
7 |
<frontend>
|
1 |
<config>
|
2 |
<modules>
|
3 |
<Imedia_Quickview>
|
4 |
+
<version>1.0.0.4</version>
|
5 |
</Imedia_Quickview>
|
6 |
</modules>
|
7 |
<frontend>
|
app/design/frontend/base/default/template/imedia/quickview/view.phtml
CHANGED
@@ -23,9 +23,14 @@
|
|
23 |
?>
|
24 |
|
25 |
<div class="price-box">
|
26 |
-
<span class="regular-price">
|
27 |
<span class="price"><?php echo $this->helper('checkout')->formatPrice($_product->getPrice()); ?></span>
|
28 |
</span>
|
|
|
|
|
|
|
|
|
|
|
29 |
</div>
|
30 |
<?php
|
31 |
if ($_product->getData('type_id') == "configurable"):
|
23 |
?>
|
24 |
|
25 |
<div class="price-box">
|
26 |
+
<span class="<?php if($_product->getFinalPrice() < $_product->getPrice()):?>old-price<?php else: ?>regular-price<?php endif; ?>">
|
27 |
<span class="price"><?php echo $this->helper('checkout')->formatPrice($_product->getPrice()); ?></span>
|
28 |
</span>
|
29 |
+
<?php if($_product->getFinalPrice() < $_product->getPrice()):?>
|
30 |
+
<span class="special-price">
|
31 |
+
<span class="price"><?php echo $this->helper('checkout')->formatPrice($_product->getFinalPrice()); ?></span>
|
32 |
+
</span>
|
33 |
+
<?php endif; ?>
|
34 |
</div>
|
35 |
<?php
|
36 |
if ($_product->getData('type_id') == "configurable"):
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Imedia_Quickview</name>
|
4 |
-
<version>1.0.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Customer can quickly view and add to cart the product on category page.</description>
|
11 |
<notes>Second Stable release</notes>
|
12 |
<authors><author><name>iMedia inc.</name><user>imedia</user><email>info@imediadesigns.org</email></author></authors>
|
13 |
-
<date>2015-07-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Imedia_Quickview.xml" hash="d63d93c317e98733d1377951558bfbef"/></dir></target><target name="magecommunity"><dir name="Imedia"><dir name="Quickview"><dir name="Helper"><file name="Data.php" hash="2ea129e9fe1d6b3d6f9ab32df180119b"/></dir><dir name="controllers"><file name="IndexController.php" hash="edc7320414b335fd049ce6e770cf223f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="32175e30db398f39ec3d4863cbc67dd1"/><file name="config.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Imedia_Quickview</name>
|
4 |
+
<version>1.0.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSLv3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Customer can quickly view and add to cart the product on category page.</description>
|
11 |
<notes>Second Stable release</notes>
|
12 |
<authors><author><name>iMedia inc.</name><user>imedia</user><email>info@imediadesigns.org</email></author></authors>
|
13 |
+
<date>2015-07-31</date>
|
14 |
+
<time>08:47:05</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Imedia_Quickview.xml" hash="d63d93c317e98733d1377951558bfbef"/></dir></target><target name="magecommunity"><dir name="Imedia"><dir name="Quickview"><dir name="Helper"><file name="Data.php" hash="2ea129e9fe1d6b3d6f9ab32df180119b"/></dir><dir name="controllers"><file name="IndexController.php" hash="edc7320414b335fd049ce6e770cf223f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="32175e30db398f39ec3d4863cbc67dd1"/><file name="config.xml" hash="7a3ae28553b4f3850abeeab1b4d899a8"/><file name="system.xml" hash="07f860358056e6f25646f13db92128b6"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="imedia"><file name="quickview.xml" hash="ddf5ef04ec12834eea6a06827db1c054"/></dir></dir><dir name="template"><dir name="imedia"><dir name="quickview"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="412e4c9b3ff6a1f07280964dcc56fa65"/></dir></dir><file name="view.phtml" hash="630b9490395eb5488abe0d7a4b4a7c48"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="imedia"><file name="quickview.css" hash="c43837e47f0cae1f76a3f74c5a5aaa3f"/><dir name="images"><file name="pop-up-close.png" hash="c6187020c04f4b60ab74fd3bf40fabd4"/></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|