Commit Graph

2663 Commits

Author SHA1 Message Date
mMarinetti f57e2b1cba [+] classes : New method ->attachProduct($id_product)
// Fix #PSTEST-699
// now new attachment are automatically linked to the current product
2012-02-21 10:03:32 +00:00
mDeflotte 8603a4fce0 // Don't preselect delivery options 2012-02-21 10:02:56 +00:00
mDeflotte 935012bbda [-] Project : #PSCFI-4737 - Add no-cache to header when there are 301 to avoid caching 2012-02-21 09:16:27 +00:00
dMetzger 839db43450 [*] BO : you can now choose the combination of the free product of a cart rule
[*] FO : the free product is now removed from the cart along with the cart rule (where applicable)
2012-02-20 17:04:41 +00:00
mDeflotte a9fbb0f907 [-] FO : #PSCFI-4762 - When cart contains virtuals products and physicals products, use only physicals to calculate shipping cost
// Product virtuals added before upgrading need to have the column ps_product.is_virtual at 1
2012-02-20 16:40:22 +00:00
bMancone 68f5c88b5f // Improvement #PSFV-550 2012-02-20 15:37:04 +00:00
vChabot 32f1138517 // select associated categories on a shop creation (with the root category shown when you are not in a shop context) 2012-02-20 14:36:57 +00:00
tDidierjean 8b57af369c // fix redirection on edit page if errors are present 2012-02-20 14:14:39 +00:00
bMancone 254c7053a9 // Fixed #PSFV-521 2012-02-20 13:58:19 +00:00
rGaillard 67d478fa39 // Improve and debug backoffice order 2012-02-20 13:25:55 +00:00
bMancone b6cdb266c5 // Fixed missing parameters when calling Currency::exists 2012-02-20 09:22:15 +00:00
dMetzger 161ff82fbf // You shall not DIE! 2012-02-20 09:14:01 +00:00
rGaillard 8af8e34dd2 // Fix bugs on Admin Orders 2012-02-17 17:37:04 +00:00
mDeflotte a817412f45 // Remove unuseful lines 2012-02-17 16:26:29 +00:00
mDeflotte 68841fad5e // Shippping calculation on multishipping did not use package address delivery but the cart address delivery 2012-02-17 15:57:37 +00:00
mMarinetti 5e3ff7eacd // die2exception 2012-02-17 15:49:27 +00:00
tDidierjean 80514e5b39 // replace all uses of "combinaison" by "combination" 2012-02-17 15:03:56 +00:00
tDidierjean 50c1d18a72 // Deprecate function 2012-02-17 14:54:32 +00:00
tDidierjean 7ba2c00344 [*] BO : #PSTEST-784 - selected attribute is now visible 2012-02-17 14:50:01 +00:00
fBrignoli 232cef2771 [-] BO : Bug Fixed #PSTESTS-672 An error has occured during currency creation 2012-02-17 14:49:49 +00:00
mDeflotte 82e4432901 [-] BO : BugFix : #PSTEST-807 : stay on the form when an error occured 2012-02-17 12:00:12 +00:00
rMalie d8f8572db0 // Fix "you edit field for" multishop #PSTEST-796 2012-02-17 10:32:45 +00:00
rMalie d3666c6899 // Fix group shop filter association in getList() and improve assoshop with Group: text 2012-02-17 10:06:00 +00:00
rMalie 1b05d38766 // Fix shop association in admin on attributes page 2012-02-16 17:11:49 +00:00
rMalie eb97902fdd [*] Classes : table prefix is no longer required in Db::getInstance()->delete() method 2012-02-16 14:54:52 +00:00
mDeflotte d4436719d1 // [-] BO : #PSTEST-769 - Use context instead of the Configuration::get() 2012-02-16 14:23:07 +00:00
mDeflotte 0088f5d245 [-] BO : #PSTEST-769 - The default country must be pre-selected on address list 2012-02-16 14:13:04 +00:00
rMalie c02982a8f8 // Fix default shop associations in helper shop #PSTEST-770 2012-02-16 14:10:30 +00:00
mDeflotte e1a2354183 [-] BO : #PSFV-503 - Fix bug with image generation 2012-02-15 17:31:39 +00:00
rMalie b5a55f0eb0 // Fix default shop associations in helper shop #PSTEST-746 2012-02-15 16:43:32 +00:00
fSerny 3b19955a5c [+] BO : New hooks added (helpers + order history) 2012-02-15 13:54:50 +00:00
François Gaillard c6a8f20168 [*] MO : BlockCMS module 1.5 compliant + translations 2012-02-15 13:50:25 +00:00
rMalie 670b5bf7de // Improve multishop ergonomy (new toolbar) 2012-02-15 10:04:05 +00:00
tDidierjean 1d94eda566 // Fix bulk deletion of attributes 2012-02-14 17:34:08 +00:00
tDidierjean c4f2d0e202 [-] BO : fix bug #PSFV-421 - bug with redirection after login 2012-02-14 16:29:21 +00:00
aFolletete 8c0b86ac46 // fixed bug #PSTEST-552
// Clean code
2012-02-14 15:08:40 +00:00
rMalie dcedc838f4 // Remove shop url when a shop is deleted #PSTEST-747 2012-02-14 13:50:04 +00:00
rMalie b1cebe9598 // Improve multishop ergonomy with a link to missing url on shop list 2012-02-14 13:20:17 +00:00
tDidierjean a0b6b1427a // AdminController refactoring 2012-02-14 10:47:40 +00:00
tDidierjean 5f3256eea5 [-] BO : fix Save&Stay not working on combination page 2012-02-14 10:44:08 +00:00
mDeflotte 4a5e488ed4 [-] Classes : #PSTEST-717 - Fix an infinite loop
// Add missing params $products
2012-02-14 10:36:53 +00:00
rMalie 1bdfebf11e // Optimization on Product cache 2012-02-14 09:39:18 +00:00
mDeflotte 5183cf1196 [-] Classes : #PSTEST-275 #PSFV-304 - Method Module::getPosition() was missing 2012-02-14 08:35:31 +00:00
dMetzger 156fe371bb [-] FO : If a product is given for free in a cart rule and is already in the cart, the price is subtracted #PSTEST-715 2012-02-13 17:47:40 +00:00
tDidierjean ed77b59a6a // revert wrong change ($_FILES is needed in afterImageUpload() 2012-02-13 17:38:03 +00:00
tDidierjean a08dd8a8b9 [-] BO : #PSTEST-705 fix scene image upload 2012-02-13 17:36:34 +00:00
rMalie c9f601af00 // Fix quick link access for multishop #PSFV-478 #PSTEST-687 2012-02-13 17:22:12 +00:00
rMalie f8d5e85eac // Fix redirection to index when friendly url are activated #PSFV-488 2012-02-13 16:56:28 +00:00
lLefevre 46b63c6a6b // Fix change controllers/ by controllers/front/ for list meta tags 2012-02-13 15:40:23 +00:00
tDidierjean 9310c81d50 // Finish removing the "id_theme in ImageType" code 2012-02-13 15:35:05 +00:00