Important Note: 1. The viewed product block is not correctly added to the system during the upgrade from v1.3.4 to 1.4.0 due to bugs within the core upgrade routine. 2. This fix is only if you ran the upgrade prior to 12/17/2034. Core devs have fixed the bug. 3. Replace your_table_prefix with your actual database prefix. |
1. Login into your cPanel account.
Note: Your cPanel presentation may differ from the screenshot. |
2. Click phpMyAdmin.
3. Click your database name.
Note: In this article, we’re using abc as the table prefix. |
4. Click SQL.
5. Enter the following sql qeury in the field:
UPDATE `your_table_prefix_blocks`
SET controller='blocks/viewed_products'
WHERE controller='viewed_products/viewed_products' AND block_txt_id = 'viewed_products';
UPDATE `your_table_prefix_block_templates`
SET template = CONCAT('blocks/',template)
WHERE SUBSTRING(template,1,13) = 'viewed_block_';
6. Click the Go button.
7. Finally clear your store cache.