Commit Graph

719 Commits

Author SHA1 Message Date
Rémi Gaillard
1cd9d1bb7a [-] FO: Fix shop restriction on features #PSCFV-7848 2013-06-12 17:38:46 +02:00
Rémi Gaillard
d64b5efd10 [-] WS: Fix deletion of product_features on product update #PSCFI-6740 2013-06-10 16:23:16 +02:00
Rémi Gaillard
8ecc6313c1 [-] BO: Fix combinations duplication on multishop with context all for the product duplication #PSCFV-9020 2013-05-29 12:08:15 +02:00
Samy Rabih
7b26967df0 $id_shop_list filtering in addAttribute
When addAttribute is used with a not-empty $id_shop_list array argument,
the shop IDs are not filtered to be unique, so $combination->add()
fails.
2013-05-13 14:50:24 +02:00
Rémi Gaillard
fb3291a08f // id_product_attribute is not necessary in the cache name of Product::getPriceStatic for cart_quantity 2013-04-30 12:33:52 +02:00
Rémi Gaillard
8996690a65 [-] Core: Fix specific prices if they are configured to count quantity per product and not per combination 2013-04-29 18:49:42 +02:00
vAugagneur
aead567def Merged Pull request #355 - thanks to @bibendi 2013-04-22 12:06:19 +02:00
vAugagneur
9f9562f92b Merge Pull request #98 - Thanks to @phproberto 2013-04-17 10:02:32 +02:00
Rémi Gaillard
8d06ff3044 [-] FO: Fix #PSCFV-8722 displayed specific prices on product page was sometimes wrong 2013-04-11 18:09:35 +02:00
Arnaud Lemercier
07979774f6 Delete products tags entries without delete tags for webservice usage 2013-04-02 18:44:12 +02:00
Arnaud Lemercier
5b058e6723 Allow webservice to set the tags list of product when creating or updating a product 2013-03-29 10:26:44 +01:00
Rémi Gaillard
6be433a2fe // Small fix 2013-03-21 10:02:36 +01:00
Rémi Gaillard
34743b465b // Small fix 2013-03-21 10:02:36 +01:00
Rémi Gaillard
72f49a93f4 // oups 2013-03-20 20:13:38 +01:00
Rémi Gaillard
646a68ef16 // oups 2013-03-20 20:13:38 +01:00
Rémi Gaillard
5f181c8e4c [-] Core: Fix the listings in multishop context when you have at least a combination on one shop and not on the others and the same for the images 2013-03-20 20:12:28 +01:00
Rémi Gaillard
17c9814f63 [-] Core: Fix the listings in multishop context when you have at least a combination on one shop and not on the others and the same for the images 2013-03-20 20:12:28 +01:00
Rémi Gaillard
02d58956c8 [-] Core: don't compute again price_wt in Product::addCustomizationPrice if already computed 2013-03-20 17:17:26 +01:00
Rémi Gaillard
b1c47c4fde [-] Core: don't compute again price_wt in Product::addCustomizationPrice if already computed 2013-03-20 17:17:26 +01:00
Damien Metzger
40bddde9cc // Code cleaning thanks to maofree #PSCFV-7953 2013-03-20 11:21:56 +01:00
Damien Metzger
2fb9b140f0 // Code cleaning thanks to maofree #PSCFV-7953 2013-03-20 11:21:56 +01:00
Damien Metzger
d683478818 [-] FO : fixed attributes order #PSCFV-8032 2013-03-20 10:31:51 +01:00
Damien Metzger
967a01f2ae [-] FO : fixed attributes order #PSCFV-8032 2013-03-20 10:31:51 +01:00
Rémi Gaillard
1983cb5ab1 [-] BO: Auto-select the tax rules group most used on product creation 2013-03-06 15:06:11 +01:00
Rémi Gaillard
c88e95c869 [-] BO: Auto-select the tax rules group most used on product creation 2013-03-06 15:06:11 +01:00
Rémi Gaillard
6afcee4b88 [-] FO: Fix links to products_attribute when custom url is defined with the blocklayered 2013-03-05 12:04:06 +01:00
Rémi Gaillard
c6b65caff7 [-] FO: Fix links to products_attribute when custom url is defined with the blocklayered 2013-03-05 12:04:06 +01:00
Rémi Gaillard
cdb9c0cb40 [-] Core: Fix #PSCFV-8012 attribute_url is sometimes null but also sometimes empty... 2013-02-27 16:16:02 +01:00
Rémi Gaillard
8a0474320f [-] Core: Fix #PSCFV-8012 attribute_url is sometimes null but also sometimes empty... 2013-02-27 16:16:02 +01:00
Rémi Gaillard
1ce97b8463 [-] FO: Fix categories and products restriction for unidentified customers after upgrade 2013-02-14 16:04:36 +01:00
Rémi Gaillard
05a64b9d66 [-] FO: Fix categories and products restriction for unidentified customers after upgrade 2013-02-14 16:04:36 +01:00
Rémi Gaillard
ec7b47ba50 [-] Core: Fix rounding price computation with and without taxes #PSCFV-7796 2013-02-13 17:48:40 +01:00
Rémi Gaillard
7402d7b93d [-] Core: Fix rounding price computation with and without taxes #PSCFV-7796 2013-02-13 17:48:40 +01:00
gRoussac
3e9d0dda55 [-] FO : Fix Bug #PSCFV-7339 available date on product page 2013-02-12 16:40:26 +01:00
gRoussac
d9fbe89270 [-] FO : Fix Bug #PSCFV-7339 available date on product page 2013-02-12 16:40:26 +01:00
Rémi Gaillard
61dbe6a2e2 Merge pull request #266 from anat/development
[+] WS : Add product bundle retrieval from Web services
2013-02-11 08:53:31 -08:00
Rémi Gaillard
372ec5e940 Merge pull request #266 from anat/development
[+] WS : Add product bundle retrieval from Web services
2013-02-11 08:53:31 -08:00
anat
4990028dc2 [+] WS : Add product bundle retrieval from Web services 2013-02-11 17:51:18 +01:00
anat
8400eb53e5 [+] WS : Add product bundle retrieval from Web services 2013-02-11 17:51:18 +01:00
Vincent Augagneur
288c3e1323 Merge pull request #134 from PrestaEdit/patch-2
[-] FO: need id_product_attribute to know quantity
2013-02-05 00:52:50 -08:00
Vincent Augagneur
f8c97d8814 Merge pull request #134 from PrestaEdit/patch-2
[-] FO: need id_product_attribute to know quantity
2013-02-05 00:52:50 -08:00
Gregory Roussac
edd4bb0323 // fix warning 2013-01-30 14:56:54 +01:00
Gregory Roussac
700fd6a1a3 // fix warning 2013-01-30 14:56:54 +01:00
Rémi Gaillard
a97843353b [-] FO: Fix Product::getProductName for multilang and multishop 2013-01-29 11:40:39 +01:00
Rémi Gaillard
3f20b968ec [-] FO: Fix Product::getProductName for multilang and multishop 2013-01-29 11:40:39 +01:00
Rémi Gaillard
3354db0f64 [-] BO: the attached file of downloadable products duplicated should not be the same than the original #PSCFV-7460 2013-01-25 15:57:54 +01:00
Rémi Gaillard
484d0fae7f [-] BO: the attached file of downloadable products duplicated should not be the same than the original #PSCFV-7460 2013-01-25 15:57:54 +01:00
Rémi Gaillard
1629e68c68 [-] BO: Fix SQL request on downloadable product duplication 2013-01-25 15:47:09 +01:00
Rémi Gaillard
4af26ada0c [-] BO: Fix SQL request on downloadable product duplication 2013-01-25 15:47:09 +01:00
Rémi Gaillard
8b8451831e [-] Core: Fix #PSCFV-7484 cache in Product::priceCalculation 2013-01-24 18:45:55 +01:00