Vincent Augagneur
c9c458a64c
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
Vincent Augagneur
3c73ec5deb
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
de945adf79
[*] MO: Add smarty cache on blocksupplier and blockmanufacturer
2013-05-22 15:46:30 +02:00
Rémi Gaillard
5fed3e99e0
[*] MO: Add smarty cache on blocksupplier and blockmanufacturer
2013-05-22 15:46:30 +02:00
Rémi Gaillard
0ddc7e0e4b
// small fix
2013-05-21 11:06:23 +02:00
Rémi Gaillard
7576bc18e4
// small fix
2013-05-21 11:06:23 +02:00
Rémi Gaillard
b573b39acb
[*] FO: Don't make useless ajax requests to blockcart on the cart page
2013-05-21 10:56:55 +02:00
Rémi Gaillard
3d9596aa99
[*] FO: Don't make useless ajax requests to blockcart on the cart page
2013-05-21 10:56:55 +02:00
Rémi Gaillard
7d5830af94
// add hack for blockcart cache and back button
2013-05-20 17:30:04 +02:00
Rémi Gaillard
532a727cc2
// add hack for blockcart cache and back button
2013-05-20 17:30:04 +02:00
Kevin Granger
3fd3ad2919
Added close span tag to avoid bug on IE8 (thanks Atch)
2013-05-20 18:20:55 +03:00
Kevin Granger
2a3820f068
Added close span tag to avoid bug on IE8 (thanks Atch)
2013-05-20 18:20:55 +03:00
vAugagneur
e01383c5a1
[-] BO : remove deprecated parameter when call Tools::displayDate()
2013-05-20 16:55:52 +02:00
vAugagneur
3328c7a653
[-] BO : remove deprecated parameter when call Tools::displayDate()
2013-05-20 16:55:52 +02:00
vAugagneur
5244fdaa21
[-] BO : remove deprecated parameter when call Tools::link_rewrite() part 2
2013-05-20 16:39:08 +02:00
vAugagneur
ec87deb016
[-] BO : remove deprecated parameter when call Tools::link_rewrite() part 2
2013-05-20 16:39:08 +02:00
Rémi Gaillard
7f92b45c33
// small fix again...
2013-05-20 11:08:05 +02:00
Rémi Gaillard
2fe8b5cf23
// 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
26a3dc2f62
// 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
Rémi Gaillard
996b8e145f
[-] MO: Don't make unnecessary request to ajax cart
2013-05-20 10:50:34 +02:00
Rémi Gaillard
d096a5845e
[-] MO: Fix #PSCFV-8973 product images in the blockviewed module
2013-05-17 16:35:21 +02:00
Rémi Gaillard
d691e1d403
[-] MO: Fix #PSCFV-8973 product images in the blockviewed module
2013-05-17 16:35:21 +02:00
gRoussac
6796738cfd
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-05-14 16:46:38 +02:00
gRoussac
2bcd5bd0c2
Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development
2013-05-14 16:46:38 +02:00
gRoussac
8db48ed534
[-] MO : Fix bug #PSCFI-7055 do not relay on ".html" in referer to find previous category
2013-05-14 16:46:03 +02:00
gRoussac
81553d81da
[-] MO : Fix bug #PSCFI-7055 do not relay on ".html" in referer to find previous category
2013-05-14 16:46:03 +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
6e425c518b
[-] 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
Damien Metzger
ab2008e82a
Merge pull request #381 from PrestaEdit/patch-29
...
[-] MO: added cart rule code in statsbestvouchers
2013-05-06 07:34:05 -07:00
Damien Metzger
4ed5d1bf4e
Merge pull request #381 from PrestaEdit/patch-29
...
[-] MO: added cart rule code in statsbestvouchers
2013-05-06 07:34:05 -07: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
AntonLejon
cb6f696dad
[*] 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
vAugagneur
77b8e106f7
[-] MO : fixed hug #PSCFV-8994 - clear cache when truncate catalog
2013-05-02 11:41:49 +02:00
vAugagneur
0ba4d91c43
[-] MO : fixed hug #PSCFV-8994 - clear cache when truncate catalog
2013-05-02 11:41:49 +02:00
PrestaEdit
757f740037
// fix </description>
2013-04-30 20:40:03 +02:00
PrestaEdit
2d1c6514f3
// fix </description>
2013-04-30 20:40:03 +02:00
Damien Metzger
a06b42704e
[-] FO : fixed truncate and entities in the cart block #PSCFV-8870
2013-04-29 10:52:44 +02:00
Damien Metzger
49b5d3ab02
[-] FO : fixed truncate and entities in the cart block #PSCFV-8870
2013-04-29 10:52:44 +02:00
Vincent Augagneur
795d7aa952
Merge pull request #259 from ldecoker/patch-3
...
[*] [MO] blocksupplier - missing uninstall method
2013-04-29 01:38:17 -07:00
Vincent Augagneur
626009d157
Merge pull request #259 from ldecoker/patch-3
...
[*] [MO] blocksupplier - missing uninstall method
2013-04-29 01:38:17 -07:00
Vincent Augagneur
ad3ba5342d
Merge pull request #291 from minicstudio/development
...
[*] MO : blocksearch - override buttons for ajax cart
2013-04-29 01:35:38 -07:00
Vincent Augagneur
bb59365004
Merge pull request #291 from minicstudio/development
...
[*] MO : blocksearch - override buttons for ajax cart
2013-04-29 01:35:38 -07:00
Grégoire Bélorgey
0fed37eecd
[*] Mails : delete a hard-coded pink background
2013-04-29 10:21:53 +02:00
Grégoire Bélorgey
83088a1905
[*] Mails : delete a hard-coded pink background
2013-04-29 10:21:53 +02:00
Grégoire Bélorgey
1a81461965
Replacing the default pinkish background with a grey one, and put the text in {color}
2013-04-28 11:13:46 +02:00
Grégoire Bélorgey
4b52f6da2e
Replacing the default pinkish background with a grey one, and put the text in {color}
2013-04-28 11:13:46 +02:00
vAugagneur
fc14c79521
[-] MO : fixed bug #PSCFV-7703 - Images for bank wire, cheque and cash payment missing on Order Summary
2013-04-26 10:30:17 +02:00