Page 188 of 222 FirstFirst ... 88138178186187188189190198 ... LastLast
Results 1,871 to 1,880 of 2217
  1. #1871
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

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

    Hi,

    I've tried to add a global tab as-per the instructions in the docs folder but after adding the three edits to the includes/modules/tabbed_products_pro.php file, my product info page crashes

    My (zipped) edited tabbed_products_pro.php is attached.

    Anyone have any ideas where I'm going wrong?

    Thanks
    Attached Files Attached Files

  2. #1872
    Join Date
    Feb 2012
    Posts
    27
    Plugin Contributions
    0

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

    Hi

    I am getting duplicate descriptions on my listings.

    It is showing the description in tabs then the same underneath.

    I have all 3 blocks of code in the tpl_product_info_display.php. I have tried various variations with the tags, start tag-end tag, only end tag, only start tag, no tags. Nothing seems to work.

    http://www.biriecig.co.uk/index.php?...&products_id=7 for an example.

    Has anybody got any ideas please.

    Regards

    Mike

  3. #1873
    Join Date
    Feb 2012
    Posts
    27
    Plugin Contributions
    0

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

    Quote Originally Posted by mike14017 View Post
    Hi

    I am getting duplicate descriptions on my listings.

    It is showing the description in tabs then the same underneath.

    I have all 3 blocks of code in the tpl_product_info_display.php. I have tried various variations with the tags, start tag-end tag, only end tag, only start tag, no tags. Nothing seems to work.

    http://www.biriecig.co.uk/index.php?...&products_id=7 for an example.

    Has anybody got any ideas please.

    Regards

    Mike
    Hi

    I found out what was causing it, I had changed the name of the products description CSS from <div id="productDescription" to <div id="productDescription2" when I
    changed it back it worked fine.

    Regards

    Mike

  4. #1874
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

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

    I may have found the solution to my product page crashing after attempting to add a global tab...

    In the "TPP - Adding Global Tabs" tutorial, specifically the "Tab pre-load section", it says to add the following code:

    PHP Code:
    // Pre-load Warranty
    $fmtShipEst "\n" '<div style="width:100%;">' "\n";
    $fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee."
    $fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222."
    $fmtShipEst .= "\n" '</div>'"\n\n"
    I've changed the above code to the following (note the two additional semicolons at the end of the third and fourth lines):

    PHP Code:
    // Pre-load Warranty
    $fmtShipEst "\n" '<div style="width:100%;">' "\n";
    $fmtShipEst .= "This is warranty information for our products. We want you to know that our products have a 100% guarantee.";
    $fmtShipEst .= "Thank you for shopping with us. If you have any questions, call us at 1-800-111-2222.";
    $fmtShipEst .= "\n" '</div>'"\n\n"
    My global tab seems to be working now. I'd appreciate it if someone who is PHP knowledgeable could confirm that the changes detailed above are ok, if possible. I think this may help a few people out in the future.

    Thanks
    Last edited by gaffettape; 22 Dec 2012 at 09:52 PM. Reason: Formatting

  5. #1875
    Join Date
    Dec 2011
    Posts
    18
    Plugin Contributions
    0

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

    Hi all .. a question, is it possibile to make, for exemple, "Attribute" as the default tab shown ? Or other tab ?
    Thanx in advance.

  6. #1876
    Join Date
    Nov 2012
    Posts
    10
    Plugin Contributions
    0

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

    I've just installed TPP on the website I'm currently building but I cannot get the tabs to show. I'm using Zencart v1.5 but I a very new to this so would appreciate any help in very simple terms!
    One tab should show on this page:
    http://thestaircasepeople.co.uk/inde...&products_id=2
    TPP is listed on the Configuration heading and I've configured it to show on the pages in the right place but - no luck. I know that this is probably something very simple and I have been through many pages of this thread but can't find a solution.
    Any help please?

  7. #1877
    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 i4detail View Post
    I've just installed TPP on the website I'm currently building but I cannot get the tabs to show. I'm using Zencart v1.5 but I a very new to this so would appreciate any help in very simple terms!
    One tab should show on this page:
    http://thestaircasepeople.co.uk/inde...&products_id=2
    TPP is listed on the Configuration heading and I've configured it to show on the pages in the right place but - no luck. I know that this is probably something very simple and I have been through many pages of this thread but can't find a solution.
    Any help please?
    Don't see any of the code required for the tabs to show which tells me you don't have this installed correctly.. Suggest re-reading the readme file and check you installation again..
    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.

  8. #1878
    Join Date
    Nov 2012
    Posts
    10
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Don't see any of the code required for the tabs to show which tells me you don't have this installed correctly.. Suggest re-reading the readme file and check you installation again..
    Thank you for the advice. I'll check it all again.
    But - there is one point that I'm unsure about in the instructions and please forgive me if this is a really basic stupid question. The instruction: To repeat the installation for any reason, login to your store's admin area, re-upload the YOUR_ADMIN/includes/auto_loaders & YOUR_ADMIN/includes/init_includes folders, then click any link to trigger the installer.
    I don't know what you mean by "click any link" to trigger the installer. Can you talk me through this in easy steps please? Sorry, to be an idiot but I am learning!

  9. #1879
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

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

    Quote Originally Posted by i4detail View Post
    I don't know what you mean by "click any link" to trigger the installer. Can you talk me through this in easy steps please? Sorry, to be an idiot but I am learning!
    From memory, just clicking anything in admin is enough to get the thing processing. (easier than you'd be thinking)
    Obviously will only process if it's installed properly though.

  10. #1880
    Join Date
    Nov 2012
    Posts
    10
    Plugin Contributions
    0

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

    Thank you all for your help and advice. For some reason, some of the files did not get copied over (probably my mistake), and I've been through them with a fine tooth comb. Now all loaded up and working well and it looks great!
    Thanks

 

 

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