Version Notes
This module was tested in Magento Commerce version 1.4.0.1, 1.5.0.1 and 1.6.2.0, and work in this version smoothly. Also test in Firefox 3.6, Chrome, Opera and IE 7,8,9.
Download this release
Release Info
Developer | Magento Core Team |
Extension | PSystem_AjaxQuickCart |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- app/code/community/PSystem/AjaxQuickCart/Block/Headerjs.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer/Configurable.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer/Grouped.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Layerjs.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Refresh.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Block/Refresh/Response.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/Model/Observer.php +22 -2
- app/code/community/PSystem/AjaxQuickCart/controllers/ViewcartController.php +2 -2
- app/code/community/PSystem/AjaxQuickCart/etc/adminhtml.xml +1 -1
- app/code/community/PSystem/AjaxQuickCart/etc/config.xml +11 -2
- app/code/community/PSystem/AjaxQuickCart/etc/system.xml +1 -1
- app/design/frontend/default/default/layout/ps_ajaxquickcart.xml +2 -3
- app/design/frontend/default/default/template/ajaxquickcart/quickcart/product.phtml +1 -1
- app/design/frontend/default/default/template/ajaxquickcart/viewcart/cart.phtml +1 -1
- app/design/frontend/default/default/template/ajaxquickcart/viewcart/item/default.phtml +1 -1
- app/design/frontend/default/default/template/ajaxquickcart/viewcart/noItems.phtml +1 -1
- app/etc/modules/PSystem_AjaxQuickCart.xml +1 -1
- package.xml +7 -11
app/code/community/PSystem/AjaxQuickCart/Block/Headerjs.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Headerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Headerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer extends Mage_Checkout_Block_Cart_Item_Renderer {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer extends Mage_Checkout_Block_Cart_Item_Renderer {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer/Configurable.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer_Configurable extends Mage_Checkout_Block_Cart_Item_Renderer_Configurable {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer_Configurable extends Mage_Checkout_Block_Cart_Item_Renderer_Configurable {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Item/Renderer/Grouped.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer_Grouped extends Mage_Checkout_Block_Cart_Item_Renderer_Grouped {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Item_Renderer_Grouped extends Mage_Checkout_Block_Cart_Item_Renderer_Grouped {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Layerjs.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Layerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Layerjs extends Mage_Core_Block_Abstract {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Refresh.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Refresh extends Mage_Core_Block_Abstract {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Refresh extends Mage_Core_Block_Abstract {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Block/Refresh/Response.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,7 +12,7 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Refresh_Response extends Mage_Core_Block_Abstract {
|
18 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Block_Refresh_Response extends Mage_Core_Block_Abstract {
|
18 |
/**
|
app/code/community/PSystem/AjaxQuickCart/Model/Observer.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -12,12 +12,13 @@
|
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
-
* @version 1.0.
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Model_Observer extends Mage_Core_Block_Abstract {
|
18 |
/**
|
19 |
* After try add product to cart
|
20 |
*
|
|
|
21 |
* @return void
|
22 |
*/
|
23 |
public function postDispatchAddToCart(Varien_Event_Observer $event) {
|
@@ -111,4 +112,23 @@ class PSystem_AjaxQuickCart_Model_Observer extends Mage_Core_Block_Abstract {
|
|
111 |
$update->addHandle('PRODUCT_TYPE_ajaxquickcart_'.$productType);
|
112 |
//todo: add addtocart ajax on layer
|
113 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
}
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
12 |
* @category PSystem
|
13 |
* @package PSystem_AjaxQuickCart
|
14 |
* @author Pascal System <info@pascalsystem.pl>
|
15 |
+
* @version 1.0.2
|
16 |
*/
|
17 |
class PSystem_AjaxQuickCart_Model_Observer extends Mage_Core_Block_Abstract {
|
18 |
/**
|
19 |
* After try add product to cart
|
20 |
*
|
21 |
+
* @param Varien_Event_Observer $event
|
22 |
* @return void
|
23 |
*/
|
24 |
public function postDispatchAddToCart(Varien_Event_Observer $event) {
|
112 |
$update->addHandle('PRODUCT_TYPE_ajaxquickcart_'.$productType);
|
113 |
//todo: add addtocart ajax on layer
|
114 |
}
|
115 |
+
|
116 |
+
/**
|
117 |
+
* After item deleted from cart
|
118 |
+
*
|
119 |
+
* @param Varien_Event_Observer $event
|
120 |
+
* @return void
|
121 |
+
*/
|
122 |
+
public function postDispatchDeleteCartItem(Varien_Event_Observer $event) {
|
123 |
+
/* @var $action Mage_Checkout_CartController */
|
124 |
+
$action = $event->getControllerAction();
|
125 |
+
$headers = $action->getResponse()->getHeaders();
|
126 |
+
if (!is_array($headers)) $headers = array();
|
127 |
+
$moduleUrl = Mage::getUrl('ajaxquickcart');
|
128 |
+
foreach ($headers as $header) {
|
129 |
+
if ((strtolower($header['name']) == 'location') && (strpos($header['value'], $moduleUrl)===0)) {
|
130 |
+
$action->getResponse()->setRedirect(Mage::getUrl('checkout/cart'));
|
131 |
+
}
|
132 |
+
}
|
133 |
+
}
|
134 |
}
|
app/code/community/PSystem/AjaxQuickCart/controllers/ViewcartController.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
|
9 |
/**
|
@@ -17,7 +17,7 @@ require_once 'Mage/Checkout/controllers/CartController.php';
|
|
17 |
* @category PSystem
|
18 |
* @package PSystem_AjaxQuickCart
|
19 |
* @author Pascal System <info@pascalsystem.pl>
|
20 |
-
* @version 1.0.
|
21 |
*/
|
22 |
class PSystem_AjaxQuickCart_ViewcartController extends Mage_Checkout_CartController {
|
23 |
/**
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
|
9 |
/**
|
17 |
* @category PSystem
|
18 |
* @package PSystem_AjaxQuickCart
|
19 |
* @author Pascal System <info@pascalsystem.pl>
|
20 |
+
* @version 1.0.2
|
21 |
*/
|
22 |
class PSystem_AjaxQuickCart_ViewcartController extends Mage_Checkout_CartController {
|
23 |
/**
|
app/code/community/PSystem/AjaxQuickCart/etc/adminhtml.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.0.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.0.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
app/code/community/PSystem/AjaxQuickCart/etc/config.xml
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.0.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
12 |
<PSystem_AjaxQuickCart>
|
13 |
-
<version>1.0.
|
14 |
</PSystem_AjaxQuickCart>
|
15 |
</modules>
|
16 |
<global>
|
@@ -38,6 +38,15 @@
|
|
38 |
</psajaxquickcart_catalogproductview>
|
39 |
</observers>
|
40 |
</controller_action_layout_load_before>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
</events>
|
42 |
</global>
|
43 |
<frontend>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.0.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
12 |
<PSystem_AjaxQuickCart>
|
13 |
+
<version>1.0.2</version>
|
14 |
</PSystem_AjaxQuickCart>
|
15 |
</modules>
|
16 |
<global>
|
38 |
</psajaxquickcart_catalogproductview>
|
39 |
</observers>
|
40 |
</controller_action_layout_load_before>
|
41 |
+
<controller_action_postdispatch_checkout_cart_delete>
|
42 |
+
<observers>
|
43 |
+
<psajaxquickcart_cartdeleteitem>
|
44 |
+
<type>singleton</type>
|
45 |
+
<class>PSystem_AjaxQuickCart_Model_Observer</class>
|
46 |
+
<method>postDispatchDeleteCartItem</method>
|
47 |
+
</psajaxquickcart_cartdeleteitem>
|
48 |
+
</observers>
|
49 |
+
</controller_action_postdispatch_checkout_cart_delete>
|
50 |
</events>
|
51 |
</global>
|
52 |
<frontend>
|
app/code/community/PSystem/AjaxQuickCart/etc/system.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.0.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.0.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
app/design/frontend/default/default/layout/ps_ajaxquickcart.xml
CHANGED
@@ -4,17 +4,16 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.0.
|
8 |
*/
|
9 |
-->
|
10 |
-
<layout version="1.0.
|
11 |
<default>
|
12 |
<reference name="head">
|
13 |
<action method="addCss"><stylesheet>css/pascalsystem/ajaxquickcart.css</stylesheet></action>
|
14 |
<action method="addJs"><script>pascalsystem/ajaxquickcart.js</script></action>
|
15 |
|
16 |
<action method="addJs"><script>varien/product.js</script></action>
|
17 |
-
<action method="addJs"><script>varien/configurable.js</script></action>
|
18 |
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
19 |
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
20 |
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.0.2
|
8 |
*/
|
9 |
-->
|
10 |
+
<layout version="1.0.2">
|
11 |
<default>
|
12 |
<reference name="head">
|
13 |
<action method="addCss"><stylesheet>css/pascalsystem/ajaxquickcart.css</stylesheet></action>
|
14 |
<action method="addJs"><script>pascalsystem/ajaxquickcart.js</script></action>
|
15 |
|
16 |
<action method="addJs"><script>varien/product.js</script></action>
|
|
|
17 |
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
18 |
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
19 |
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
app/design/frontend/default/default/template/ajaxquickcart/quickcart/product.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
app/design/frontend/default/default/template/ajaxquickcart/viewcart/cart.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
app/design/frontend/default/default/template/ajaxquickcart/viewcart/item/default.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
?>
|
9 |
<?php
|
app/design/frontend/default/default/template/ajaxquickcart/viewcart/noItems.phtml
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
-
* @version 1.0.
|
7 |
*/
|
8 |
?>
|
9 |
<div class="ajaxemptycart">
|
3 |
* @category PSystem
|
4 |
* @package PSystem_AjaxQuickCart
|
5 |
* @author Pascal System <info@pascalsystem.pl>
|
6 |
+
* @version 1.0.2
|
7 |
*/
|
8 |
?>
|
9 |
<div class="ajaxemptycart">
|
app/etc/modules/PSystem_AjaxQuickCart.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
-
* @version 1.0.
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
4 |
* @category PSystem
|
5 |
* @package PSystem_AjaxQuickCart
|
6 |
* @author Pascal System <info@pascalsystem.pl>
|
7 |
+
* @version 1.0.2
|
8 |
*/
|
9 |
-->
|
10 |
<config>
|
package.xml
CHANGED
@@ -1,22 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_AjaxQuickCart</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Floating shopping cart, and quick add products to the basket, use layer and AJAX technology</summary>
|
10 |
-
<description>This module allow to add products in a quick way to the basket. After customer click button &quot;add to cart&quot;, product move to the basket, and client see your shopping bag on layer. The module also works with configurable products and the grouped.
|
11 |
-
|
12 |
-
|
13 |
-
You can set in Admin Panel configuration for your specif css and selector for javascript.
|
14 |
-
Additional you can also modify layout xml file if you want see on layer another blocks.</description>
|
15 |
-
<notes>This module was tested in Magento Commerce version 1.4.0.1 and 1.5.0.1, and work in this version smoothly. Also test in Firefox 3.6, Chrome, Opera and IE 7,8,9.</notes>
|
16 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
17 |
-
<date>
|
18 |
-
<time>
|
19 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="ajaxquickcart.css" hash="ec1549d4513f819481f8b1a4310751e2"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_ajaxquickcart.xml" hash="
|
20 |
<compatible/>
|
21 |
-
<dependencies><required><package><name>PSystem_Base</name><channel>community</channel><min>1.1.
|
22 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_AjaxQuickCart</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Floating shopping cart, and quick add products to the basket, use layer and AJAX technology</summary>
|
10 |
+
<description>This module allow to add products in a quick way to the basket. After customer click button &quot;add to cart&quot;, product move to the basket, and client see your shopping bag on layer. The module also works with configurable products and the grouped. After try add configurable or grouped product, client see layer with additional options and customer can choose options and add this product. You can set in Admin Panel configuration for your specif css and selector for javascript. Additional you can also modify layout xml file if you want see on layer another blocks.</description>
|
11 |
+
<notes>This module was tested in Magento Commerce version 1.4.0.1, 1.5.0.1 and 1.6.2.0, and work in this version smoothly. Also test in Firefox 3.6, Chrome, Opera and IE 7,8,9.</notes>
|
|
|
|
|
|
|
|
|
12 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
13 |
+
<date>2012-02-13</date>
|
14 |
+
<time>19:51:05</time>
|
15 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="ajaxquickcart.css" hash="ec1549d4513f819481f8b1a4310751e2"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_ajaxquickcart.xml" hash="108f47c93fe7d73fdd198514c7958e71"/></dir><dir name="template"><dir name="ajaxquickcart"><dir name="quickcart"><file name="product.phtml" hash="c1986c175398c711a432d35693bb8a13"/></dir><dir name="viewcart"><dir name="item"><file name="default.phtml" hash="c7d13770a3f472bda1f1c19e673c208b"/></dir><file name="cart.phtml" hash="536d4245495fabc144a511c7f64ac442"/><file name="noItems.phtml" hash="bf5dc5b5d637fb7dee838e9f4d0e47aa"/></dir></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pascalsystem"><file name="ajaxquickcart.js" hash="549942bb46755eea4bde8f4370fd5324"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PSystem_AjaxQuickCart.xml" hash="0711f2c5ce493d98a8e60b6df004e607"/></dir></target><target name="magecommunity"><dir name="PSystem"><dir name="AjaxQuickCart"><dir name="Block"><dir name="Item"><dir name="Renderer"><file name="Configurable.php" hash="89e1eaead843bfc0c4802cd79c1b3ceb"/><file name="Grouped.php" hash="4fd53f77ff57d9dcfe1ae3429826844b"/></dir><file name="Renderer.php" hash="18c32cfe061be5990005e7230ab44463"/></dir><dir name="Refresh"><file name="Response.php" hash="8af25ca4e61fc47ad60de9566807f5d4"/></dir><file name="Headerjs.php" hash="07014fc0f407421d386dea8a2c6b5b0f"/><file name="Layerjs.php" hash="4f0ad1cf0fbae15a2951ce3f9226ea98"/><file name="Refresh.php" hash="e75deb5b4409a583449493348eda3474"/></dir><dir name="controllers"><file name="ViewcartController.php" hash="86c82cf552108a8416fb30bc8c92a801"/></dir><dir name="etc"><file name="adminhtml.xml" hash="515e74cca8d03682ff77702f88fba6c1"/><file name="config.xml" hash="606914278fc0d9c475127e00d258b0aa"/><file name="system.xml" hash="4fb37721ae3a0b5cea7152dd864713f6"/></dir><dir name="Model"><file name="Observer.php" hash="41082880cfe576f10605b3ca20828b65"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><package><name>PSystem_Base</name><channel>community</channel><min>1.1.1</min><max></max></package></required></dependencies>
|
18 |
</package>
|