Re: Tabbed Products Pro (TPP) Contrib - Official Thread
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;
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Thank you so much. I have updated our site with Tabbed Pro. Thanks for this great mod.
Quick question, what's the quickest way to remove the <br /> that were inserted in the old Tapped Pro Lite.
We have a lot of custom tabs that were constructed using things like Track<br />Listings to make them two rows on a tab. Obviously with the new Tabbed pro our tabs are messed up.
You can see an example here:
http://www.clevershoppers.com/music-...d-2-50831.html
Thanks!
Re: Tabbed Products Pro (TPP) Contrib - Official Thread
Quote:
Originally Posted by
BlessIsaacola
Thank you so much. I have updated our site with Tabbed Pro. Thanks for this great mod.
Quick question, what's the quickest way to remove the <br /> that were inserted in the old Tapped Pro Lite.
We have a lot of custom tabs that were constructed using things like Track<br />Listings to make them two rows on a tab. Obviously with the new Tabbed pro our tabs are messed up.
You can see an example here:
http://www.clevershoppers.com/music-...d-2-50831.html
Thanks!
That functionality hasn't changed. It looks like you did it that way because you also had Product<br/>Description and the rest. You can simply edit the languages/english/tabbed_products_pro.php file and add the <br/> back into those to keep the same style