@@ -322,7 +322,7 @@ discard block |
||
| 322 | 322 | /** |
| 323 | 323 | * Used in getCSMFields. |
| 324 | 324 | * |
| 325 | - * @return GridField |
|
| 325 | + * @return UploadField |
|
| 326 | 326 | **/ |
| 327 | 327 | protected function getAdditionalImagesField() |
| 328 | 328 | { |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | /** |
| 338 | 338 | * Used in getCSMFields. |
| 339 | 339 | * |
| 340 | - * @return GridField |
|
| 340 | + * @return UploadField |
|
| 341 | 341 | **/ |
| 342 | 342 | protected function getAdditionalFilesField() |
| 343 | 343 | { |
@@ -626,7 +626,7 @@ discard block |
||
| 626 | 626 | /** |
| 627 | 627 | * returns the default image of the product. |
| 628 | 628 | * |
| 629 | - * @return Image | Null |
|
| 629 | + * @return string | Null |
|
| 630 | 630 | */ |
| 631 | 631 | public function DefaultImage() |
| 632 | 632 | { |
@@ -661,7 +661,7 @@ discard block |
||
| 661 | 661 | /** |
| 662 | 662 | * @TODO: complete |
| 663 | 663 | * |
| 664 | - * @param string $compontent - the has many relationship you are looking at, e.g. OrderAttribute |
|
| 664 | + * @param string $component - the has many relationship you are looking at, e.g. OrderAttribute |
|
| 665 | 665 | * |
| 666 | 666 | * @return DataList (CHECK!) |
| 667 | 667 | */ |
@@ -752,7 +752,7 @@ discard block |
||
| 752 | 752 | /** |
| 753 | 753 | * You can set an alternative class name for order item using this method. |
| 754 | 754 | * |
| 755 | - * @param string $ClassName |
|
| 755 | + * @param string $className |
|
| 756 | 756 | **/ |
| 757 | 757 | public function setAlternativeClassNameForOrderItem($className) |
| 758 | 758 | { |
@@ -879,6 +879,7 @@ discard block |
||
| 879 | 879 | * set new specific new quantity for buyable's orderitem. |
| 880 | 880 | * |
| 881 | 881 | * @param float |
| 882 | + * @param integer $quantity |
|
| 882 | 883 | * |
| 883 | 884 | * @return string (Link) |
| 884 | 885 | */ |
@@ -970,7 +971,7 @@ discard block |
||
| 970 | 971 | * In templates, it is used like this: |
| 971 | 972 | * $EcommerceConfigAjax.TableID. |
| 972 | 973 | * |
| 973 | - * @return EcommerceConfigAjax |
|
| 974 | + * @return EcommerceConfigAjaxDefinitions |
|
| 974 | 975 | **/ |
| 975 | 976 | public function AJAXDefinitions() |
| 976 | 977 | { |