View Single Post
  #11  
Old 08-04-2017, 02:43 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Have problem with product varient module

Quote:
Originally Posted by ajeetsingh
Hi @tony_sologubov,

I have send you the file please check the full code of that file.

Attachment 4994

Thank You for your reply.

The problem is indeed in 107 line:
Code:
return $this->getProduct()->getPreorderSalesAttributes()->toArray();

So, you need to check why getPreorderSalesAttributes() method you added to Product model returns null in this case.

Tony
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!
Reply With Quote