Commit Graph

78 Commits

Author SHA1 Message Date
gRoussac 008c6ce759 [-] FO : Fix bug #PSCFV-10497 cart_block hooked on column disappearing 2013-10-08 18:37:50 +02:00
gRoussac 92382e347c [-] FO : Fix bug #PSCFV-10478 could not see auto added cart rule voucher on product page 2013-09-23 16:08:44 +02:00
Francois Gaillard 63f4743134 [-] MO : PNM-1715 - Bug fix accented chars & ajax-cart 2013-09-19 17:31:35 +02:00
gRoussac a013be8380 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
Conflicts:
	modules/blockcart/ajax-cart.js
2013-09-02 10:00:24 +02:00
sagaradonis 9cd73b411d Update ajax-cart.js
.size() replaced by .length as .size() is outdated
2013-08-31 19:05:14 +05:30
Jerome Nadaud f610b0d844 [+] MO : Bankwire, cashondelivery, cheque disable confirm button on click 2013-08-19 16:37:48 +02:00
Jerome Nadaud 64698d1590 [-] FO : FixBug generated_date error 2013-08-09 09:10:53 +02:00
gRoussac f9c5bf0bf2 [-] Fix bug #PSCFV-9633 again could not see delete href in block cart 2013-07-15 17:29:08 +02:00
gRoussac c335115f68 // remove console.log 2013-07-04 16:48:56 +02:00
gRoussac 0bddd17889 // remove console.log 2013-07-04 16:43:17 +02:00
gRoussac ae0299a6eb [-] FO :Fix bug #PSCFV-9650 could not see delete href in block cart 2013-07-03 15:04:11 +02:00
Damien Metzger 4c28d49487 [-] FO : fixed remove button for free product in the cart block #PSCFV-8465 2013-06-26 16:51:45 +02:00
Damien Metzger 57dd992c28 [-] FO : fixed entities issue in javascript alerts #PSCFV-9001 2013-06-26 16:22:57 +02:00
Grégoire Bélorgey 1652f3575c [*] MO : blockcart - simpler selectors 2013-05-28 09:37:32 +02:00
Vincent Augagneur a5f8263c9d Merge pull request #424 from AntonLejon/patch-3
[*] MO: blockcart animation optimization
2013-05-23 05:33:36 -07:00
Vincent Augagneur bbb24c3d1b Merge pull request #428 from AntonLejon/patch-1
[-] MO: blockcart ajax cart product insert missing html class
2013-05-23 05:27:30 -07:00
Rémi Gaillard 7d5830af94 // add hack for blockcart cache and back button 2013-05-20 17:30:04 +02:00
Rémi Gaillard 7f92b45c33 // small fix again... 2013-05-20 11:08:05 +02:00
Rémi Gaillard 614556ec3d // small fix 2013-05-20 10:58:49 +02:00
Rémi Gaillard 1edbebf8f5 [-] MO: Don't make unnecessary request to ajax cart 2013-05-20 10:50:34 +02:00
AntonLejon 83a1ea5488 [-] MO: blockcart ajax cart product insert missing html class
Added the same HTML class as the other product names have in the ajax cart. Perhaps it would be nice to add an added_from_ajax as well in case you would want to differ between the newly added items and previously added ones?
Another potential issue is on line 445 where there is no space after the insert. If Prestashop is set to minify the normal page, this is correct, otherwise there will be a space missing.
2013-05-09 00:53:06 +03:00
AntonLejon 448b8bad02 [*] MO: blockcart animation optimization
The animated element would not be removed upon the animation being finished. This made the site slow and unresponsive if the animated image was heavy (eg. a transparent png) and added to cart many times without reloading the page. This addition makes the animation behave as expected also when performing it multiple times.
2013-05-06 12:14:11 +03:00
Vincent Augagneur 8609f07749 Merge pull request #346 from pxls/patch-1
[-] FO : bad variable used for free product text
2013-04-12 02:42:24 -07:00
gRoussac 91a3b1d049 [*] FO : Retrocompat for default theme 1.4.10 2013-04-02 15:26:20 +02:00
pxls 69ce0db619 [-] FO : bad variable used for free product text
Bad variable used for free product text (set in blcokcart.tpl).
2013-03-23 11:43:15 +01:00
gRoussac 14627d4d75 [-] FO : Fix bug #PSCFV-8028 refactoring customization 2013-03-21 12:02:13 +01:00
gRoussac 3c6ac17a72 [-] FO : Fix bug #PSCFV-7946 delete customized product with several custos 2013-03-11 12:35:23 +01:00
gRoussac 0763774707 [-] FO : Fix bug #PSCFI-6686 when url param has no value set 1 to valuePSCFI-6686 2013-02-11 16:13:46 +01:00
Rémi Gaillard 73143db07f [-] MO: Display real price instead of Free for product which are not gifts on blockcart #PSCFV-6423 2013-02-05 18:25:40 +01:00
sLorenzini 15f41a4125 [-] FO: fixed bug Block Cart in columns disappear if product is removed - #PSCFV-7495 2013-01-28 11:54:06 +01:00
gRoussac a48d2668d3 [-] FO : Apply changes from commit 1.4.X 1d0d59845b5f9cb9333a89e60523ab41df076d89 no cache for POST queries 2013-01-23 15:48:15 +01:00
vAugagneur 5e2a2a0781 [-] FO : fixed bug #PSCFV-5312 - Error Uncaught TypeError: Cannot read property top of null in ajax-cart.js when Cart Block is not on product page 2013-01-09 15:46:50 +01:00
François Gaillard 064ba453e6 // Welcome 2013 2013-01-04 11:19:03 +01:00
vAugagneur 58fe982f34 [-] FO : fixed bug #PSCFV-6057 - In step 4 by pressing terms and conditions, do not load css in Internet Explorer 8 2012-12-11 17:53:58 +01:00
François Gaillard 6dc773d32e Merge pull request #12 from prestarocket/ajax-cart.js
[*] FO : Clean selectors in ajax-cart.js
2012-11-23 10:17:06 -08:00
vAugagneur a1db83ef41 //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00
adonis karavokyros bae449aea3 Clean selectors in ajax-cart.js
Kepp it simple
2012-11-22 09:50:01 +01:00
dMetzger 49bef53f7d [-] FO : changed confusing "free shipping" mention #PSCFV-4151 2012-09-21 13:43:20 +00:00
dMetzger b7a7c69d1d [-] FO : blockcart was only able to remove 1 product at a time #PSCFV-4170 2012-09-20 12:38:28 +00:00
dMetzger 777208467a [-] FO : fixed undeletable products in cart (when price < 1¤) #PSCFV-3707 2012-08-24 11:27:13 +00:00
dMetzger 1b7b70771f [-] FO : fixed #PSCFV-3675 2012-08-21 09:19:48 +00:00
dMetzger 76ab2209a1 // Changed error management of ajax cart #PSCFV-3646 2012-08-17 07:36:36 +00:00
dMetzger 8818451166 // Small fix 2012-08-01 11:36:09 +00:00
dMetzger e113d97e60 [-] MO : blockcart retrocompatibility 2012-07-31 08:43:21 +00:00
mDeflotte 25bdfefcbb [-] MO : #PSCFV-3274 - No links to remove discounts without code in module blockcart 2012-07-20 08:54:47 +00:00
mDeflotte 755ba64a84 [-] FO : #PSCFV-3121 - New JS vars baseUri. This vars must be used instead of baseDir for ajax queries. 2012-07-11 08:48:28 +00:00
mDeflotte b69ed292ec [-] MO : #PSCFV-3057 - Block cart: If no products, block cart is never displayed 2012-07-05 15:04:20 +00:00
mDeflotte dd03932477 [-] MO : #PSCFV-2587 - Fix slidedown duration 2012-05-28 12:24:27 +00:00
mDeflotte debfc8648c [-] MO : #PSCFV-2587 - Fix bug with sliding up block cart 2012-05-28 09:32:23 +00:00
jObregon 3cce414a05 [-] MO : Fixed Blockcart jump effect on hover 2012-05-19 16:15:31 +00:00