Files to remove for lite version:
Modules:
\includes\modules\tabbed_products_lite.php
Languages:
\includes\languages\english\extra_definitions\tabbed_products_lite.php
Templates:
\includes\templates\YOUR_TEMPLATE\templates\tpl_modules_tabbed_products_lite_rev iews.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_tabbed_products_lite.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_tabbed_products_lite_subtabs.php
Also delete the "Lite" versions of these files:
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_music_info_display.php
\includes\templates\YOUR_TEMPLATE\templates\tpl_product_free_shipping_info_displ ay.php
For the database stuff, the TPP sql file should have removed all the Lite stuff. But here is the sql anyway:
Code:
SET @gid=0;
SELECT @gid:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title LIKE '%Tabbed Products Config%'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @gid;
DELETE FROM configuration_group WHERE configuration_group_id = @gid;
Bookmarks