Skip to content

Custom Price FAQ

How to completely remove Custom Price extension

If you want to completely remove Custom Price extension from your sever you need to do the following:

  • Disable Compilation Mode (if enabled)

  • Rename its file in app/etc/modules

  • Refresh site cache (if it was enabled)

  • Remove files of the extension

  • Execute the following query in your database:

DELETE FROM eav_attribute WHERE attribute_code LIKE 'custom_price_%'