Version Notes
This extension allows you to skip checkout page and the customer can buy product quickly by quick cart button.
Download this release
Release Info
Developer | Multidots |
Extension | Multidots_Quickcart |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- package.xml +18 -0
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Multidots_Quickcart</name>
|
4 |
+
<version>1.0.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="https://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>This extension allows you to skip checkout page and the customer can buy product quickly by quick cart button.</summary>
|
10 |
+
<description>This extension allows you to skip checkout page and the customer can buy product quickly by quick cart button.</description>
|
11 |
+
<notes>This extension allows you to skip checkout page and the customer can buy product quickly by quick cart button.</notes>
|
12 |
+
<authors><author><name>Multidots</name><user>Multidots</user><email>magento@multidots.in</email></author></authors>
|
13 |
+
<date>2016-07-26</date>
|
14 |
+
<time>20:37:01</time>
|
15 |
+
<contents></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|