Page 43 of 222 FirstFirst ... 3341424344455393143 ... LastLast
Results 421 to 430 of 2217
  1. #421
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default 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;
    Last edited by qhome; 13 Jun 2008 at 04:52 AM.

  2. #422
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default 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!

  3. #423
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products Pro (TPP) Contrib - Official Thread

    Quote Originally Posted by BlessIsaacola View Post
    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

  4. #424
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Tabbed Contents

    Quote Originally Posted by qhome View Post
    Yea, the way it was redone makes it a bit harder because you have to convert the code a bit. I will look into making that part easier today.
    Hi qhome,

    Just wondering if you have managed to put anything together in the form of a basic instruction guide to help me convert some of my code so i can start adding other bits to my tabs.

    Also i need to make my add to cart tab (and its contents) the verys first tab. How would i do that ?

    Thanks

    Shane

  5. #425
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Contents

    I thought i posted how to add tabs somewhere but I can't find it. Ill work on that in a little while.

    For getting your Add to Cart tab first, you can A) leave Product description & any custom tabs off, which leaves the Add to cart to be first. Or if you still want Custom/Prod Desc tabs, then you can use a version of TPP I made that puts the custom/prod desc tabs at the end instead of the beginning.

  6. #426
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Tabbed Contents

    Quote Originally Posted by qhome View Post
    I thought i posted how to add tabs somewhere but I can't find it. Ill work on that in a little while.

    For getting your Add to Cart tab first, you can A) leave Product description & any custom tabs off, which leaves the Add to cart to be first. Or if you still want Custom/Prod Desc tabs, then you can use a version of TPP I made that puts the custom/prod desc tabs at the end instead of the beginning.
    Hi Qhome,

    Thanks for getting back,

    Can i go for option 2 ? as i use the product desciption tab.

    Ill keep my eye out for your post about converting code.

    Thanks

    Shane

  7. #427
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Tabbed Contents

    Quote Originally Posted by qhome View Post
    ....... Or if you still want Custom/Prod Desc tabs, then you can use a version of TPP I made that puts the custom/prod desc tabs at the end instead of the beginning.
    Hi qhome,

    Can you send me a link to the above version you said you have created please.

    also the details of the code conversion, im very near to making my site live and need to get these bits sorted.

    Thanks in advance

    Shane

  8. #428
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Contents

    You can find custom variations here

  9. #429
    Join Date
    May 2007
    Posts
    42
    Plugin Contributions
    0

    Default Re: Tabbed Contents

    Quote Originally Posted by qhome View Post
    You can find custom variations here
    There apears to be an issue with the site ? i got this when i signed up and also when i tried to checkout

    Email Error: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport.

  10. #430
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Contents

    Quote Originally Posted by knighs2 View Post
    There apears to be an issue with the site ? i got this when i signed up and also when i tried to checkout

    Email Error: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport.
    LOL you aren't meant to checkout.. the link is on that page. Only a crazy person would use the Zen-Cart checkout-to-download method. In setting up that demo, trying to use the download attribute feature.. i almost uninstalled ZC and nearly punched a hole in my monitor out of frustration.. i really hope that is addressed in 1.4

    I've put the store into showcase mode to prevent confusion. But to dl, just click the link on that page.

 

 

Similar Threads

  1. Main Image Replacer (MIR) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 5 Aug 2017, 02:47 AM
  2. v154 Tabbed Prod Pro (TPP): Adding Anchor Links
    By Feznizzle in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 30 May 2016, 07:50 PM
  3. v139h Conflicts between Tabbed Home and Tabbed Products Pro v1.07
    By swdynamic in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 14 Sep 2014, 06:29 PM
  4. Column Divider Pro (CDP) Contrib - Official Thread
    By qhome in forum All Other Contributions/Addons
    Replies: 275
    Last Post: 3 Nov 2013, 07:44 AM
  5. Tabbed Products Contrib [WIP]
    By qhome in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 22 Sep 2008, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR