Page 154 of 222 FirstFirst ... 54104144152153154155156164204 ... LastLast
Results 1,531 to 1,540 of 2217
  1. #1531
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

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

    HELP! the mod is great and just want I wanted but I cannot understand how to include custom fields under the product details. I have two fields that need to be included under this tab but not sure how to go about it.

  2. #1532
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

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

    i have asked this question before, unfortunately i didnt recieve an answer (asking how to insert a custom global tab which would be the same for all products rather than inserting the <!--%Custom Tab%--> individually in the product descriptions.)

    can any one please offer any guidance? thanks.

  3. #1533
    Join Date
    Aug 2011
    Posts
    3
    Plugin Contributions
    0

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

    Quote Originally Posted by bonnit View Post
    i have asked this question before, unfortunately i didnt recieve an answer (asking how to insert a custom global tab which would be the same for all products rather than inserting the <!--%Custom Tab%--> individually in the product descriptions.)

    can any one please offer any guidance? thanks.
    i am having the same problem. i have read through the forum, re-read the how to use but still don't get how to do custom tabs.

    i would like to have my tabs says


    size charts
    delivery
    returns

    also, how do i do a border around the box?

    thank you

  4. #1534
    Join Date
    Jun 2009
    Location
    Kent, UK
    Posts
    347
    Plugin Contributions
    5

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

    Quote Originally Posted by Camilla View Post

    also, how do i do a border around the box?
    .tabcontent {
    border: 1px solid #000;
    }

    that should do it :)

  5. #1535
    Join Date
    Aug 2011
    Posts
    3
    Plugin Contributions
    0

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

    Quote Originally Posted by bonnit View Post
    .tabcontent {
    border: 1px solid #000;
    }

    that should do it :)
    thank you.

  6. #1536
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Can't offer any tips on global custom tabs.. It's been asked a lot around here, and you should search through this WHOLE thread to see if you can find the answer you seek.. In the meantime what I can offer is some out of the box thinking about how to add custom tabs to EVERY product without global tabs..

    I came up with a way for my client's to create products where the same custom tabs will be used over and over again without messing with the global tabs..

    I created a "product template" for my client. This is basically a dummy product with most of the default settings used for all (most) products.

    This product will remain inactive, and I usually give it a sort order of 1 so it appears at the top of the list. Then when I need to create a new product I use the product copy feature. I copy the "product template" product taking care to make sure the new product is a DUPLICATE and not a LINKED product. Edit the new product, and save..

    Done.. HTH..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1537
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Can't offer any tips on global custom tabs.. It's been asked a lot around here, and you should search through this WHOLE thread to see if you can find the answer you seek.. In the meantime what I can offer is some out of the box thinking about how to add custom tabs to EVERY product without global tabs..

    I came up with a way for my client's to create products where the same custom tabs will be used over and over again without messing with the global tabs..

    I created a "product template" for my client. This is basically a dummy product with most of the default settings used for all (most) products.

    This product will remain inactive, and I usually give it a sort order of 1 so it appears at the top of the list. Then when I need to create a new product I use the product copy feature. I copy the "product template" product taking care to make sure the new product is a DUPLICATE and not a LINKED product. Edit the new product, and save..

    Done.. HTH..
    my problem is that i have a shop with nearly 400 products and there is two custom fields and are completed like the rest through easy populate. but these two fields are not called in under the product details tab when I installed this mod. I thought there may be some way of editing the tpl_tabbed_product file under modules to call in these fields under product details. I do not want to over-complicate the process but there must be a way around this.

  8. #1538
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by jagall View Post
    my problem is that i have a shop with nearly 400 products and there is two custom fields and are completed like the rest through easy populate. but these two fields are not called in under the product details tab when I installed this mod. I thought there may be some way of editing the tpl_tabbed_product file under modules to call in these fields under product details. I do not want to over-complicate the process but there must be a way around this.
    Apples and oranges I'm afraid between what you are asking and the suggestion I posted.. I was addressing the custom TABS questions posted earlier here..

    Also I'm not sure that adding additional product details fields to the default product info page is TRULY a TPP support question.. The product details fields are not added by TPP. These fields they are a Zen Cart default.. TPP merely displays them in their own global tab.

    You probably really should be searching the forum and looking for posts which speak about how to add custom product details fields to your products info page. Since you are using TPP, you will need to take care that the required mods do not interfere with TPPs required code..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1539
    Join Date
    Feb 2011
    Location
    Between London and Cetinje
    Posts
    107
    Plugin Contributions
    0

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

    Hi everyone,

    I have tabbed products pro 1.07 installed. I have a doubt about new tabs created, so any explanation about that would be appreciated.

    I'm using an automatic feed to update product details including product description. Now I'd like to create a new tab by typing <!--%Custom Tab%--> in a description field in admin area with technical details about a product. These details would be entered manually.

    I wonder if I run the feed is the new tab going to be rewritten, actually removed, considering the tab will be created within description field?

    Many thanks.

  10. #1540
    Join Date
    Mar 2011
    Location
    Ireland
    Posts
    286
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Apples and oranges I'm afraid between what you are asking and the suggestion I posted.. I was addressing the custom TABS questions posted earlier here..

    Also I'm not sure that adding additional product details fields to the default product info page is TRULY a TPP support question.. The product details fields are not added by TPP. These fields they are a Zen Cart default.. TPP merely displays them in their own global tab.

    You probably really should be searching the forum and looking for posts which speak about how to add custom product details fields to your products info page. Since you are using TPP, you will need to take care that the required mods do not interfere with TPPs required code..
    thanks divavocals,
    the fields in question were displaying fine on the product info field that is why I thought they would automatically be included.
    Just another thing and i know it is stupid asking this now but when i installed the mod it was just the install files which i copied and merged the product info display file. i know there were other files in the res folder inc css file should i have include this also??

 

 

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