cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

SOLVED

Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

Hi,

 

After remove the cart2quote extension error showing..

 

Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

Please check the issue.

 

Thanks 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

Hi,

 

Thanks issue solved.

 

 

View solution in original post

2 REPLIES 2

Re: Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

Hi,

In your database find the eav_attribute table and find a row that contains qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost and remove that row.

 

You may have similar errors if the module created multiple attributes so it might be easier to run the following SQL to remove them all.

DELETE FROM `eav_attribute` WHERE backend_model LIKE 'qquoteadv/%'

 

Make sure you backup your database before doing any of this.

Problem solved? Click Accept as Solution!
Magento Certified Developer Plus | www.iwebsolutions.co.uk | Magento Small Business Partner

Re: Invalid backend model specified: qquoteadv/catalog_product_attribute_backend_qquoteadv_tiercost

Hi,

 

Thanks issue solved.