Page 110 of 120 FirstFirst ... 1060100108109110111112 ... LastLast
Results 1,091 to 1,100 of 1194
  1. #1091
    Join Date
    Apr 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Is there a specific place I need to tell this mod where my one folder with all my images is located at? Products are showing up on the main page, but not the product page.

    Ex:
    /images/my_images/

  2. #1092
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Cool Hand Luke View Post
    Is there a specific place I need to tell this mod where my one folder with all my images is located at? Products are showing up on the main page, but not the product page.

    Ex:
    /images/my_images/
    If you are creating a separate image location, you need to set that path in the config.php file. That's a zen-cart setting, TPL uses all of the existint zen-cart variables and constants

  3. #1093
    Join Date
    Apr 2005
    Posts
    14
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome View Post
    If you are creating a separate image location, you need to set that path in the config.php file. That's a zen-cart setting, TPL uses all of the existint zen-cart variables and constants
    Only my product images are located there (/images/my_images), but the rest of the images are still in their regular directories under /images.

    sample:
    main page:
    http://www.cubecaseoutlet.com

    product page:
    http://www.cubecaseoutlet.com/index....oducts_id=5992

  4. #1094
    Join Date
    Aug 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    This is a wonderful mod - thank you.

    However, I've read most of the 107 pages, and have copied and pasted codes, but I can't fix this:

    What I would like is:

    Product Description -- Add To Cart -- Reviews

    The Add To Cart would show the attributes. Just like on your sample product 1.

    Theoretically this should work?

    Code:
    <!--%Product Description%-->
    blahblahblah
    <!--%Add To Cart%-->
    <!--*sub_AttributeOptions(2)*-->
    But I get the attributes under "blahblahblah" (product description), and nothing on Add To Cart.

    I have tried to get Add to Cart appearing automatically, as it should if you have custom tags (?) but that didn't show nohow.

    My Global Add To Cart is 1, as if it is 0, the attributes show under all the tabs. I just want them on the Add to Cart tab.

    Thank you, if you can help!


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

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    <!--&#37;Product Description%-->
    blahblahblah
    <!--%Add To Cart%-->
    <!--*sub_AddtoCart(2)*-->
    <!--*sub_AttributeOptions(2)*-->

    That should work. PM me a link if that doesn't work.

  6. #1096
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by qhome View Post
    <!--%Product Description%-->
    blahblahblah
    <!--%Add To Cart%-->
    <!--*sub_AddtoCart(2)*-->
    <!--*sub_AttributeOptions(2)*-->

    That should work. PM me a link if that doesn't work.
    Oh.. also need to
    Set Global_Add_To_Cart = 0

  7. #1097
    Join Date
    Aug 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    That has all been so frustrating.

    Thank you so much for providing the correct code, to take away one of the possibilities.

    I went back to a backup and reinstalled, and it worked.

    I have no idea why it just wouldn't before - I had installed it the same previously.

  8. #1098
    Join Date
    Jul 2004
    Location
    stroud, gloucestershire
    Posts
    205
    Plugin Contributions
    1

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Great MOD, ive been using it alot. really helps to put alot of information on the product pages without cluttering up tha page.

    Anyhow, i have a small problem.

    What i would like to do is call in a custom html file to a tab.

    Im selling costumes and each manufacturer has a different way of measuring. None of the sizes match up. What ive done is created a size.html for each supplier and i would love to be able to put the sizes on a tab but without typing it into each product. (If they change or add another size then i simply edit the file rather than each product)

    How can i call in a custom file into a tab? ive tried the following but it doesnt work. Ive tried it without the PHP tags too.

    <!--%Sizes%-->

    <?php include('sizes.html'); ?>

    Is there a way of doing this?

    Cheers

    Paul

  9. #1099
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    Quote Originally Posted by Wilkesy View Post
    Great MOD, ive been using it alot. really helps to put alot of information on the product pages without cluttering up tha page.

    Anyhow, i have a small problem.

    What i would like to do is call in a custom html file to a tab.

    Im selling costumes and each manufacturer has a different way of measuring. None of the sizes match up. What ive done is created a size.html for each supplier and i would love to be able to put the sizes on a tab but without typing it into each product. (If they change or add another size then i simply edit the file rather than each product)

    How can i call in a custom file into a tab? ive tried the following but it doesnt work. Ive tried it without the PHP tags too.

    <!--&#37;Sizes%-->

    <?php include('sizes.html'); ?>

    Is there a way of doing this?

    Cheers

    Paul

    Hmm.

    There are 2 ways I can think of.

    Code:
    <iframe src="externalfile.htm" width="320" height="300" scrolling="yes" name="content"></iframe>
    or what I think is a better way:

    Code:
    <object src="externalfile.htm" srctype="text/javascript"><em>alternate text</em></object>
    Try adding that to your products.

  10. #1100
    Join Date
    Nov 2005
    Location
    Germany
    Posts
    115
    Plugin Contributions
    0

    Default Re: Tabbed Products ''LITE'' version - Delimiter based

    I'd love to know if you got that addon html page to work, it would be awesome to be able to add something like that. I know several of my clients would love to be able to be able to do this as well.

    Marian

 

 

Similar Threads

  1. File list for Tabbed Products Lite v3.8?
    By spaz_tic in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 24 Mar 2010, 05:58 PM
  2. PHP Inlcudes with Tabbed Products Lite v3.8
    By rmjr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Dec 2007, 05:28 PM
  3. tabbed products lite big problem
    By tacotupac in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jun 2007, 11:25 PM
  4. Tabbed Products LITE - CSS/JS Issue?
    By rknepp79 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 15 Dec 2006, 08:04 PM
  5. x-sell, tabbed products lite, IH2 question
    By signs in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Oct 2006, 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