Uncaught typeerror product.get not a function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • worldmiros
    Senior Member
    • Dec 2015
    • 120

    Uncaught typeerror product.get not a function

    Directory 'advanced:views/quote-item/fields/name'

    I keep getting uncaught typeerror product.get is not a function. Where I use self, if I were to use 'this' keyword, I would get error of createview,listentoonce, or selectproduct is not a function. Any assistance here would be helpful.
    Last edited by worldmiros; 03-11-2016, 04:45 PM.
  • worldmiros
    Senior Member
    • Dec 2015
    • 120

    #2
    Issue was resolved. One of the issues is when I set, multiple: true, I wasn't able to selectproduct. For some reason when I deleted that line of code, it works. My only guess is when, multiple: true, it's treated as array that has objects, and maybe I need to execute a loop of some sort to add items to the list. I changed, 'self', back to, 'this'.

    Comment

    Working...