Page 155 of 222 FirstFirst ... 55105145153154155156157165205 ... LastLast
Results 1,541 to 1,550 of 2217
  1. #1541
    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
    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??
    Not sure I understand your question.. (your wording is a little unclear) so let me say this.. Whenever installing mods you should ALWAYS merge any files the mod has in common with those already in your store.. ALL of the files in common.. Not just the ones you THINK might be different. (If they are included in the fileset, then chances are they ARE different than your store files..) You should be comparing ALL files and merging and differences found..
    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.

  2. #1542
    Join Date
    Aug 2011
    Posts
    3
    Plugin Contributions
    0

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

    DivaVocals--I did read through the majority of the this thread. I even read the instructions BUT I am lost as far as the procedure.

    For example, I see in admin where it should be global or whatever. BUT how do I make custom tabs? What's the coding? Do I make those changes on tpl product display php.

    So, if I want size chart...do I put <--Size Chart-->

    That's what I think most people what to know as it's just not clear in the instructions for those that are not as experienced as myself.

    Anyway, thanks for your response. :bigups
    Last edited by Camilla; 17 Aug 2011 at 11:27 PM.

  3. #1543
    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..

    Hi, to create the custom tab you have to insert the coding <!--%Product Description%--> in the product description field under your descriptive text in your admin catalog for each product. I done this so started wondering when there is a lot of products can this code be included in the prod description field using EP i.e. but if it could go one step further and call in the specific field for that tab. . there must be someway around calling in custom fields and its data

  4. #1544
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Quote Originally Posted by Camilla View Post
    DivaVocals--I did read through the majority of the this thread. I even read the instructions BUT I am lost as far as the procedure.

    For example, I see in admin where it should be global or whatever. BUT how do I make custom tabs? What's the coding? Do I make those changes on tpl product display php.

    So, if I want size chart...do I put <--Size Chart-->

    That's what I think most people what to know as it's just not clear in the instructions for those that are not as experienced as myself.

    Anyway, thanks for your response. :bigups
    If I am following your question then this should help you:

    Custom Tags

    These are used in the product description area for creating custom tabs with your own text on the tab. The tab text comes from the text in between the delimiters.

    Example:
    <!--%Product Description%-->
    The name of this tab is "Product Description". This is the text on the product description tab.
    <!--%Custom Information%-->
    This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

    All text before the first tag will be above the tabs.

    ----------------------------------------------------------------------

    If you need more assistance let me know!

  5. #1545
    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

    Adding this.. you CAN'T use a WYSIWYG editor to add the tab code to your product descriptions..

    Quote Originally Posted by tncproweb View Post
    If I am following your question then this should help you:

    Custom Tags

    These are used in the product description area for creating custom tabs with your own text on the tab. The tab text comes from the text in between the delimiters.

    Example:
    <!--%Product Description%-->
    The name of this tab is "Product Description". This is the text on the product description tab.
    <!--%Custom Information%-->
    This is where the next tab is created. All text from below this tag goes on the "Custom Information" tab.

    All text before the first tag will be above the tabs.

    ----------------------------------------------------------------------

    If you need more assistance let me know!
    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.

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

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

    Hi,

    Here is a picture how my tabbed product page looks like.
    As you can see the tab name is doubled. There is a sufficient one in the black colour below the tabs that I'd like to remove along with a line below. This occurs on all tabs.
    Any idea how to do this?

    Thank you.


  7. #1547
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Adding this.. you CAN'T use a WYSIWYG editor to add the tab code to your product descriptions..
    I wouldn't know! I use cuteFTP with built in editor or dreamweaver!

  8. #1548
    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 tncproweb View Post
    I wouldn't know! I use cuteFTP with built in editor or dreamweaver!
    and my advice stands unless you are using the code editing mode of Dreamweaver.. You CANNOT use a WYSIWYG editor to add the tab code to your product descriptions..

    Dreamweaver = Really Fancy WYSIWYG Editor
    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. #1549
    Join Date
    Sep 2006
    Location
    USA
    Posts
    291
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    and my advice stands unless you are using the code editing mode of Dreamweaver.. You CANNOT use a WYSIWYG editor to add the tab code to your product descriptions..

    Dreamweaver = Really Fancy WYSIWYG Editor
    Well Tabbed Products and Custom Tabs are working on all my sites without issue mostly done with cuteFTP and CSS tweaked with DW. I only use DW when in a hurry, I prefer to hand code :-)

  10. #1550
    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 tncproweb View Post
    Well Tabbed Products and Custom Tabs are working on all my sites without issue mostly done with cuteFTP and CSS tweaked with DW. I only use DW when in a hurry, I prefer to hand code :-)
    Okay.. let me be clearer on the point I'm making and move on.. You cannot add the tab code in WYSIWYG mode.. You MUST be in CODE/TEXT editing mode.. Even if you use Dreamweaver..
    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.

 

 

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