1998 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » EcomQuantityField: no/bad order item or buyable passed to constructor.
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 244 Views |
-
EcomQuantityField: no/bad order item or buyable passed to constructor.

4 December 2012 at 6:58pm
What does this message mean? The rest of the warning says
Line 64 in /var/www/mysite/ecommerce/code/forms/fields/EcomQuantityField.php
Source
55 if(!$this->orderItem) {
56 $className = $object->classNameForOrderItem();
57 $this->orderItem = new $className($object->dataRecord,0);
58 }
59 }
60 elseif($object instanceof OrderItem && $object->BuyableID){
61 $this->orderItem = $object;
62 }
63 else{
64 user_error("EcomQuantityField: no/bad order item or buyable passed to constructor.", E_USER_WARNING);
65 }
66 $this->parameters = $parameters;
67 }
68
69 function setClasses($newclasses, $overwrite = false){
70 if($overwrite) {and then there's the trace.
I'm guessing it's some sort of config issue, but where?
Can anybody help with this?
| 244 Views | ||
|
Page:
1
|
Go to Top |

