Commit Graph

122 Commits

Author SHA1 Message Date
rMalie
803073cd49 // Webservice getters are now multishop 2012-06-01 07:45:41 +00:00
mDeflotte
3d44e31425 [-] BO : #PSCFV-2562 - Select all categories on creating a new shop 2012-05-24 16:44:00 +00:00
rMalie
d0372f8e3b // Fix multishop on Category->getChildrenWithNbSelectedSubCat() (best name ever) 2012-05-21 16:51:09 +00:00
tDidierjean
9d4692311a // fix product list by category when ordering by update date 2012-05-19 12:14:45 +00:00
vChabot
02d44aab6a [-] BO : BugFix : Creating a category in multishop updates her position as well 2012-05-19 10:16:24 +00:00
vChabot
c1290cebae // little fix sql categories and product 2012-05-15 09:46:04 +00:00
mDeflotte
c60c5e18ad [-] FO : #PSCFV-1792 - Fix bug with attribute check_access of the method Category::getProducts() 2012-05-11 12:10:22 +00:00
vChabot
0b93a04e5b [-] BO : BugFix : #PSCFV-2300 : Bug on categories position
// When multishop is not enabled in the BO, you can't change the position of your categories
// When multishop is enabled in the BO, you can change the positions of your categories in the BO, but the positions of the categories on the front do not change.
2012-05-11 09:33:08 +00:00
rMalie
e3e428e6e4 // Fix multishop bug on product_attribute list 2012-04-24 13:48:23 +00:00
rMalie
6ec2816de5 // Fix join between product_attribute and product_attribute_shop on getproducts methods 2012-04-17 16:10:51 +00:00
rMalie
49869aaaaf // MERGE product_multistore branch : product fields are now editable per shop 2012-04-17 13:32:12 +00:00
François Gaillard
fc3df92e22 [-] MO : #PSFV-620 : Added cast and bug fix for multi shops categories 2012-03-28 12:43:39 +00:00
vChabot
6751f14871 // category import improved 2012-03-27 13:41:34 +00:00
vChabot
74a94a2255 // little fix when add category 2012-03-15 13:54:35 +00:00
vChabot
716e78ecb8 // little fix about adding a category (associated groups) 2012-03-15 10:09:01 +00:00
rMalie
4ac6c96e69 // Little refacto 2012-03-14 16:40:25 +00:00
vChabot
ae41a646b5 [-] BO : BugFix : #PSFV-664 : Category import handles multishop now 2012-03-14 16:21:03 +00:00
tDidierjean
0fedb7ae40 // FO Optimization : remove useless Category instantiations 2012-03-14 14:17:46 +00:00
vChabot
3c9c564183 // category treeview in "all" context shop fix 2012-02-29 10:15:23 +00:00
vChabot
cd28a48b2f [-] BO : BugFix : #PSTEST-788 : Treeview is now handled with shop context in admin category controller 2012-02-28 17:16:47 +00:00
vChabot
4fcd1c66e9 [-] BO : BugFix : #PSFV-585 : New Customer Groups can't see the root categories 2012-02-28 14:27:08 +00:00
dMetzger
a4d25e7a2a [+] BO : added a new option for the products : do they appear in the catalog, in the search, both or neither 2012-02-27 15:55:40 +00:00
vChabot
77774d0d94 // id_category_default is now for multishop 2012-02-27 13:53:52 +00:00
rMalie
9b85d6fc1f // Fix multishop on Category->getChildren() 2012-02-27 13:15:02 +00:00
rMalie
9c6b80fabe // Replace shop->addSqlAssociation() by static call 2012-02-27 13:07:51 +00:00
rMalie
8f0257fc87 // Replace shop->addSqlRestriction() and shop->addSqlRestrictionOnLang() by static versions 2012-02-27 12:15:30 +00:00
rGaillard
4435832b25 // Fix sql request 2012-02-24 10:07:38 +00:00
rGaillard
41390e9be5 [+] Core : products and carriers tax rules are associated to shop 2012-02-24 09:26:18 +00:00
rMalie
683ab16d3c // Fix shop context call 2012-02-24 08:51:52 +00:00
rMalie
14e6929565 // Welcome 2012² 2012-02-23 16:33:10 +00:00
rMalie
61f51b280b // Improve multishop API 2012-02-23 15:54:10 +00:00
rMalie
91aae3e665 // Improve multishop API 2012-02-23 15:39:44 +00:00
dMetzger
0d41c6462f // A few dozens queries less on every pages... 2012-02-09 17:15:05 +00:00
vChabot
4aef5a52d8 // replace $_POST by Tools::getValue 2012-02-03 09:32:12 +00:00
vChabot
d6e282b61d // update category multishop works fine 2012-02-02 17:10:54 +00:00
vChabot
28d33eca8c [*] BO : you can set positions to categories using multishop 2012-01-31 15:11:27 +00:00
rMalie
ccbf3acc8d // Normalize 2012-01-25 14:40:12 +00:00
vChabot
7e0a2ce15e // categories multishop improved 2012-01-24 09:30:32 +00:00
mDeflotte
39d8479a8e // Removing products of root-categories 2012-01-24 08:28:24 +00:00
rMalie
587a927e76 [*] Classes : Db::autoExecute() call are now replaced by Db::insert() or Db::update() 2012-01-23 17:41:02 +00:00
vChabot
30c8de897b // categories multishop improvements (BO breadcrumb + category tree root removed) 2012-01-23 14:50:47 +00:00
vChabot
ac42e72599 // little fix 2012-01-20 10:35:17 +00:00
vChabot
759b8aebdf [*] BO : categories multishop improved 2012-01-19 14:03:33 +00:00
rMalie
3a7325c75e [-] Classes : all classes and controllers now use their name in static calls instead of self (improve override) #PSFV-376 2012-01-19 10:14:10 +00:00
mDeflotte
567221e1c6 [-] BO : #PSTEST-369 - Durring the category removing, allow to not delete the products 2012-01-11 10:05:53 +00:00
vChabot
9db2d67140 // errors translations + some improvements 2012-01-10 17:20:00 +00:00
vChabot
9b141d090c // little fix about categories with multishop and Helper::renderAdminCategorieTree 2012-01-10 10:29:53 +00:00
vChabot
6400e78019 // little fix 2012-01-09 15:51:57 +00:00
vChabot
6e6327bcac // little fix 2012-01-09 15:31:38 +00:00
vChabot
c0cf59d93f [*] BO : Adding category management with multishop 2012-01-09 15:13:46 +00:00