Page 10 of 222 FirstFirst ... 891011122060110 ... LastLast
Results 91 to 100 of 2217
  1. #91
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

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

    Dont work with Cross-Sell
    zen-cart 1.3.8a

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

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

    Quote Originally Posted by milobloom View Post
    Is there a way to do this?

    For every product, from which the Attributes tab pops up, puts a link at the bottom of the description that says "Click Here to Personalize" then it automatically takes you to the attribute Tab.

    If it can be done Global for every product that has attributes. Super.

    If I have to do it for each product. Not as good.. (Because I have so many to modify)
    You mean aside from the tab you also want a link at the bottom of the product description area that sets focus on the attrib tab? If they don't see it up top you think they are gonna see it at the bottom?


    Quote Originally Posted by dinix View Post
    Dont work with Cross-Sell
    zen-cart 1.3.8a
    Need a bit more info than that.

  3. #93
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    You mean aside from the tab you also want a link at the bottom of the product description area that sets focus on the attrib tab? If they don't see it up top you think they are gonna see it at the bottom?
    Yea I know what you mean.... Just trying to see if I can hit them twice. Just to make sure..
    Perhaps aA Button, Image or Text with a a link.

  4. #94
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

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

    Sorry but i have problems with keyboard, now is ok.

    Dont work with Cross-Sell
    zen-cart 1.3.8a

    I install and my cross-sell products just disappear.
    I have tpl_product_info_display.php with cross-sell

    tanks for the help

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

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

    Quote Originally Posted by milobloom View Post
    Yea I know what you mean.... Just trying to see if I can hit them twice. Just to make sure..
    Perhaps aA Button, Image or Text with a a link.
    @ Milo:

    A Tab is basically an image link. You can edit the tpl_product_display_info.php file and clone the link:

    Code:
    <a href="javascript:void(0)" onclick="expandcontent('sc2', this)">Personalize Now!</a>
    and then add it right after:

    Code:
    <?php 
    //BOF :: Tabbed Products Pro ::
    echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>';
    //EOF :: Tabbed Products Pro ::
    ?>
    Change to an image or change the html on it to make it bigger. That will put a link on every product.

    @ Dinix:

    I will try Cross sell with 1.3.8a
    Last edited by qhome; 8 Feb 2008 at 09:21 PM.

  6. #96
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    ()---() $15
    (o0)
    =()=

    -------------------------------------------
    ! D ! @ A ! W !
    --------------------------------------------
    Mod for my Mickey Mousey Customers

    What I was wondering if, as if this text
    was a product listing. I am just adding
    a few extra lines just to add effect. To
    demonstrate what I am looking for.

    CLICK HERE to Personalize your order


    Add To Cart
    ! 1 !


    Now the Click Here part, If its possible to add to all products when
    the Options Tag appears. But doesn't when there are no attributes.

  7. #97
    Join Date
    May 2006
    Posts
    102
    Plugin Contributions
    0

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

    Tanks Qhome I wait you tell samething.
    (sorry my ingles)

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

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

    Quote Originally Posted by milobloom View Post
    ()---() $15
    (o0)
    =()=

    -------------------------------------------
    ! D ! @ A ! W !
    --------------------------------------------
    Mod for my Mickey Mousey Customers

    What I was wondering if, as if this text
    was a product listing. I am just adding
    a few extra lines just to add effect. To
    demonstrate what I am looking for.

    CLICK HERE to Personalize your order


    Add To Cart
    ! 1 !


    Now the Click Here part, If its possible to add to all products when
    the Options Tag appears. But doesn't when there are no attributes.
    Too early in the morning to make sense of what you are writing here.. but I think that means my previous recommended method wasn't what you wanted

    To only show on products that have attributes, You could do this after the tabblock code:

    Code:
    <?php if ($bAttribsExist) {?>
    <a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><font size="8"><b>CLICK HERE!</b></font></a>
    <?php } ?>

  9. #99
    Join Date
    Feb 2004
    Posts
    1,278
    Plugin Contributions
    0

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

    Ok. Ill try that...

    I have to put that code where??? Or Replace??

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

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

    Quote Originally Posted by milobloom View Post
    Ok. Ill try that...

    I have to put that code where??? Or Replace??
    instead of the earlier string i gave you. use this one. same place under where the tabBlock is.

    Code:
    <?php 
    //BOF :: Tabbed Products Pro ::
    echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>';
    //EOF :: Tabbed Products Pro ::
    ?>
    
    <?php if ($bAttribsExist) {?>
    <a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><font size="8"><b>CLICK HERE!</b></font></a>
    <?php } ?>

 

 
Page 10 of 222 FirstFirst ... 891011122060110 ... LastLast

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