Page 79 of 120 FirstFirst ... 2969777879808189 ... LastLast
Results 781 to 790 of 1194
  1. #781
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

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

    Quote Originally Posted by vsymons View Post
    well let me say this qhome... It is a terrific edition - I reviewed it with one guy I turst on this stuff and he loved it as well.. so I am going to keep charign away...

    give me an idea of timesframes when you think this wil be ready cause I have no idea if this is a 1 week or 1 year type of project...

    I just want to take what I have and then going to mkt with that tab feature as you show it MAKES a BIG IMPACT on the DEMO so I am not going to show off untill then I think.. but if I can help or be a beta user, let me know..

    van
    typically im a 1 week type of guy... if i go too long then i get bored... so it shouldnt take me long if i take a good hour or so to sift thru the table code. I was looking to do it with divs only but divs are so limited now since they deprecated align properties so I should have something somewhat soon.

  2. #782
    Join Date
    Sep 2006
    Posts
    15
    Plugin Contributions
    0

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

    perfect - thanks for response.. in the meantime ai am going to try to get it to the same point you have it... cause i love the look & feel and ai figure it is a good way for me to learn..

    call or leave me message when you are ready... 1 week is no time at all

  3. #783
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

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

    Anyone with specific recommends on how to put the Ask A question mod button on:

    1. either it's own tab;

    -or-

    2. on a pre-existing tab (custom or global).

    I was able to this in previous TPL versions but not the latest v.3.8 (running Zen Cart 1.36). Thanks.

    Woody

  4. #784
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

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

    Im currently using tabbedproductslite_v3.8 (Non-admin Edition) on my zen v1.3.5. i cant use the (admin edition) as i have problem uploading the SQL file. im still not familiar with placing the code.

    i need help on moving my (add to cart) button and (attributes) next to

    Price $10.00
    Model : ABC
    10 Units in stock

    like this demo site
    http://www.unbannable.com/zen/index....&products_id=8

    hoping something like these images, if its possible.. thnx
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	sample-1.JPG 
Views:	396 
Size:	24.1 KB 
ID:	1043   Click image for larger version. 

Name:	sample-2.JPG 
Views:	382 
Size:	21.2 KB 
ID:	1044  

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

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

    Quote Originally Posted by Woodymon View Post
    Anyone with specific recommends on how to put the Ask A question mod button on:

    1. either it's own tab;

    -or-

    2. on a pre-existing tab (custom or global).

    I was able to this in previous TPL versions but not the latest v.3.8 (running Zen Cart 1.36). Thanks.

    Woody
    To be it's own tab wouldn't be worthwhile since I can't load the form unless the user is logged in. So you would really only need the button. And I would think the most logical location of the button would be next to either the add to cart button, price, or near the product details area (model #, stock level, etc)

    So if you are planning on having your add to cart button off the tabs, you could place it in the tpl_product_info_display.php file right above or below the <!--add to cart box --> zc tags in the code. Or you could add it above or below the <!-- Product Details box --> tags.

    Or if you are using the add to cart button ON the tabs, you could add it above or below the <!-- add to cart box --> zc tags in the tpl_tabbed_products_lite.php file.

    For the text-based version of the AAQ I would recommend putting it above the product details like this:
    http://www.unbannable.com/zen/index....&products_id=2

    If using the image version of AAQ, then I would put it directly under the Product details.

    Keep in mind also that the original authors recommendations for the AAQ button were a tad limiting, as they assumed you would be using the product details area and the instructions actually integrate it into the Product Details. So if you weren't using the Product Details, you wouldn't see the AAQ button. A more preferred method would be to use the following code, and you can place it anywhere:
    Code:
    <!-- bof Ask A Question -->
    <span id="productQuestions" class="biggerText">
    <b><?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">' . ASK_A_QUESTION . '</a>'; ?></b>
    </span>
    <!-- eof Ask A Question -->

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

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

    Quote Originally Posted by miles View Post
    Im currently using tabbedproductslite_v3.8 (Non-admin Edition) on my zen v1.3.5. i cant use the (admin edition) as i have problem uploading the SQL file. im still not familiar with placing the code.

    i need help on moving my (add to cart) button and (attributes) next to

    Price $10.00
    Model : ABC
    10 Units in stock

    like this demo site
    http://www.unbannable.com/zen/index....&products_id=8

    hoping something like these images, if its possible.. thnx
    Assuming you want it off-tabs, You can edit the tpl_product_display_info.php file and find <!--bof Add to Cart Box --> thru <!--eof Add to Cart Box --> and <!--bof Attributes Module --> thru <!--eof Attributes Module -->

    Cut the full contents, including the tag labels and paste them below this code:
    Code:
    <!--eof Product details list -->
    
    <br class="clearBoth" />
    <div></div>
    <!-- eof: Tabbed Product Lite Modifications -->
    You might want to add another "<br class="clearBoth" />" at the end of those newly pasted objects after you move them up to make sure they dont cause tab shift problems on some browsers.

    You can also play around with these for the placement you want. But keep in mind that there is css settings and other stuff at play unrelated to the tabs contrib, and covered more in the zen-cart template understanding.

  7. #787
    Join Date
    Sep 2006
    Posts
    15
    Plugin Contributions
    0

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

    is there a new "style sheet you are using for the new tabs where you have the tabs on the right and variable info on rest of display? If so I am creating my own but thought that perhaps I should use whatever model you are using to allow us to leverage your future"new tab layout"..

    if so how does one obtain a copy of the new stylesheet?

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

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

    Quote Originally Posted by vsymons View Post
    is there a new "style sheet you are using for the new tabs where you have the tabs on the right and variable info on rest of display? If so I am creating my own but thought that perhaps I should use whatever model you are using to allow us to leverage your future"new tab layout"..

    if so how does one obtain a copy of the new stylesheet?
    There is a new stylesheet and a new tpl_tabbed_products_lite.php file. I was trying to find a way to do it via css only because I thought I saw another site with tabs do that one time but I need to look harder to find it again.

  9. #789
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

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

    thnx for the reply, im still customizing the tpl_product_display_info.php. managed to place it above the tabs. but not position properly. still trying to figure out. wish to look like this site product info :

    http://www.moissaniteco.com/princess...-prd-3562.html

    very nice..

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

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

    Quote Originally Posted by miles View Post
    thnx for the reply, im still customizing the tpl_product_display_info.php. managed to place it above the tabs. but not position properly. still trying to figure out. wish to look like this site product info :

    http://www.moissaniteco.com/princess...-prd-3562.html

    very nice..
    Yes well voltage has unbelievable template skill and probably one of the best, if not the best template in town (IMO). You would first have to learn more about zen-cart and how to make amazing templates and then proceed to merge tabbed products lite into that template. I do have a few layouts with and without tabs planned as well. You can get a sneak peak of the work in progress here: http://www.tvclassico.com/index.php?...&products_id=3

    but there is more work to be done before I can get something as good looking as moissaniteco

 

 
Page 79 of 120 FirstFirst ... 2969777879808189 ... LastLast

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