View Single Post
  #3  
Old 08-20-2014, 02:37 AM
 
jp@ewaycorp.com jp@ewaycorp.com is offline
 

Member
  
Join Date: Aug 2009
Posts: 23
 

Default Re: Show product variant in list view instead of drop down

Thanks Tony your answer really helped a lot.
Another simple thing i want to ask. Now i want variant attribute values ID how do i get this information.

I can get variant id using
PHP Code:
$variant->getId(); 



Also, I cannot do var_dump() or print_r() from the views just for debugging purpose how can i do those.

Debugging through var/run/ codes helps me now to not rebuild application so often.
Reply With Quote