Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
vsymons
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.
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
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
2 Attachment(s)
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
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
Woodymon
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 -->
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
miles
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.
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?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
vsymons
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.
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..
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
miles
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