Step 1: Be prepared
You need to have the following credentials:
- Magento admin access: Your credentials for the backend (http://storename/admin)
- FTP access: Your Magento root location and FTP credentials
- MySQL access: Your database name and your MySQL credentials
Step 2: Database check
Check your database for the following table: quoteadv_extraoptions
If the table does not exist, please create a new table with the following options:
Name | Type | Collation | Attributes | Null | Default | Extra |
option_id | int(10) | UNSIGNED | No | None | AUTO_INCREMENT | |
option_type | int(10) | Yes | NULL | |||
value | text | utf8_general_ci | Yes | NULL | ||
label | text | utf8_general_ci | Yes | NULL | ||
order | int(10) | Yes | NULL | |||
title | int(10) | Yes | NULL | |||
status | tinyint(1) | No | 1 |
Step 3:
Step 4
Step 5