Thread: Class not found
View Single Post
  #6  
Old 04-03-2015, 05:14 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

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

Default Re: Class not found

Hello Phil,

I feel you are referring to your new class as to
PHP Code:
\XLite\View\Product\AttributeValue\Admin\Radio 

but you should refer to it as to
PHP Code:
\XLite\Module\Pmall\RadioButtonOptions\View\Product\AttributeValue\Admin 

Please, let me know if it makes sense to you.

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