Commit Graph

82 Commits

Author SHA1 Message Date
rGaillard
78c5b862e1 [-] BO: Fix product import when you have only one shop 2012-06-21 08:16:15 +00:00
rGaillard
8fef6b1428 // Clean ajax.php 2012-06-19 13:20:07 +00:00
lLefevre
35ebe227be [-] BO : #PSCFV-2736 : import product : fix bug when the image isn't uploaded 2012-06-13 09:39:51 +00:00
lLefevre
c70a501211 [-] BO : #PSCFV-2716 : Fix memory limit when upload image file 2012-06-07 12:12:41 +00:00
lLefevre
ca228b0bbc [-] BO : fix #PSCFV-2578 : Not duplicate customers with the CSV file 2012-05-25 15:12:02 +00:00
lLefevre
cf03bfb327 [-] BO : fix #PSCFV-2564 : imported customers with a CSV file 2012-05-25 12:51:55 +00:00
lLefevre
cbb707afaf [-] BO : fix #PSCFV-2540 : CSV importing categories errors + manufacturers + suppliers 2012-05-23 16:37:26 +00:00
lLefevre
eec3386e44 // small fix in CSV import controller 2012-05-23 16:13:27 +00:00
lLefevre
ee69518c4a // Fix wholesaleprice when you import a combinaison CSV file 2012-05-23 14:27:43 +00:00
lLefevre
a1b43609c7 [-] BO : fix #PSCFV-2517 : CSV importing combinaisons 2012-05-23 08:01:52 +00:00
fBrignoli
8d9258de1e [-] BO : Bug Fixed #PSCFV-2119 - Import CSV: Supplier details not visible
[-] BO : Import CSV: Supplier not linked to shops
[-] BO : Import CSV: Supplier is not active when created throught csv import
2012-05-22 14:48:46 +00:00
lLefevre
a01663fd1e [-] BO : fix #PSCFV-2517 : Import combinaison, now the minimal quantity is not the quantity in ps_product_attribute 2012-05-22 09:49:54 +00:00
lLefevre
9925bf30ad [-] FO : #PSCFV-2150 : Translations of back office are connected width sprintf() 2012-05-14 14:38:07 +00:00
fBrignoli
932963bbea [-] BO : Bug fixed #PSCFV-1975 - Combination import + multishop 2012-05-14 12:55:07 +00:00
lLefevre
83703dc4ee [-] FO : #PSCFV-2151 : Translations of errors are connected width sprintf() 2012-05-14 11:45:41 +00:00
vAugagneur
b9b0de812e [-] BO : fixed bug #PSCFV-383 2012-05-14 09:00:34 +00:00
vSchoener
9e42e47f8d // Delete Accounting #2 2012-05-10 10:36:05 +00:00
vChabot
4b416eff28 [-] BO : BugFix : #PSCFV-2242 :CSV Import - Issues with products 2012-05-10 08:59:21 +00:00
tDidierjean
e6e88f01cb [-] BO : fix bug #PSCFV-2188 - imported products with combinations are not added to cart 2012-05-09 12:02:48 +00:00
tDidierjean
df0a42aad1 [-] BO : fix bug #PSCFV-2230 - some tables are not cleaned when deleting products during import 2012-05-07 12:49:52 +00:00
fBrignoli
1ff60f6cff [-] BO : CSV Import multishop combinations + products 2012-05-03 07:42:52 +00:00
rMalie
e580832934 // Use protected instead of private for classes we can override #PSCFV-1976 2012-04-26 08:55:55 +00:00
vAugagneur
1dc5118140 //fixed bug #PSCFV-475 2012-04-26 08:51:58 +00:00
vChabot
bf9f701c65 // product import improved (image problem because of file_exists PHP function) 2012-04-24 14:39:29 +00:00
rMalie
009e190263 // MERGE product_multistore branch : product fields are now editable per shop 2012-04-17 13:32:12 +00:00
lLefevre
5752456b17 [*] BO : #PSTEST-1141 : fix bugs in AdminImportController 2012-04-11 11:58:27 +00:00
bMancone
4694d725ab // FIxed #PSFV-752 2012-04-02 14:43:52 +00:00
vChabot
2203f6af75 // category import : is_root_category added 2012-03-29 14:00:18 +00:00
vChabot
0f68313562 // product import multishop fix with category default 2012-03-28 12:43:47 +00:00
mDeflotte
618024b0b4 [-] BO : #PSFV-686 - Fix import error output 2012-03-27 15:38:41 +00:00
vChabot
82389a10b9 // category import improved 2012-03-27 13:41:34 +00:00
vChabot
84b86b25a6 // product import : associate image to shops works fine 2012-03-26 15:33:41 +00:00
vChabot
2832cb4177 // multishop category import improved 2012-03-15 14:35:07 +00:00
bMancone
e9c1dff99c // Fixed #PSFV-664 : stock available is now correctly updated 2012-03-15 10:32:00 +00:00
lLefevre
4f86c0d0ac // Fix replace \\" by " in english keys and change french keys for errors files 2012-03-15 08:31:12 +00:00
vChabot
2c0afc859e [-] BO : BugFix : #PSFV-664 : Category import handles multishop now 2012-03-14 16:21:03 +00:00
lLefevre
c21bef2acf // Fix update english key of translations in all files 2012-03-14 12:25:51 +00:00
vChabot
17d8692f8f // Import categories improvement 2012-03-08 14:41:10 +00:00
bMancone
6114b98bf5 // Fixed combinations import 2012-03-07 16:23:35 +00:00
rMalie
ec80336fda [*] BO : reorganization of admin tabs 2012-03-02 14:44:07 +00:00
bMancone
fa1b0e7f14 // Fixed #PSFV-583 & #PSFV-584 2012-03-02 09:56:24 +00:00
mDeflotte
22f17ccf5b [-] BO : #PSFV-586 - Fix bug with importeur and img dir creation 2012-02-29 10:27:48 +00:00
tDidierjean
e462d968f0 // rename $toolbar_fix to $toolbar_scroll part2 2012-02-28 17:39:40 +00:00
vChabot
630269a42c // category import improved 2012-02-28 14:31:15 +00:00
vChabot
4a62d503ac [-] BO : BugFix : #PSFV-561 & #PSFV-574 : Category import is now working fine 2012-02-28 09:30:46 +00:00
bMancone
fb9a29fbe8 // Fixed #PSFV-584 2012-02-27 15:45:44 +00:00
bMancone
44d341e0e9 // Fixed #PSFV-558 2012-02-27 15:40:06 +00:00
rGaillard
cb8303ff38 // Add tax rules by shop in product import 2012-02-24 09:59:27 +00:00
rMalie
1dc629a949 // Welcome 2012² 2012-02-23 16:33:10 +00:00
rMalie
bfd3e8deb1 // Improve multishop API 2012-02-23 15:39:44 +00:00