Guest User

Untitled

a guest
May 20th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. SELECT backend_model FROM eav_attribute WHERE attribute_code = 'special_from_date';
  2.  
  3. catalog/product_attribute_backend_startdate_specialprice
  4.  
  5. catalog/product_attribute_backend_startdate
  6.  
  7. UPDATE eav_attribute SET backend_model = 'catalog/product_attribute_backend_startdate' WHERE attribute_code = 'special_from_date';
Add Comment
Please, Sign In to add comment