Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by IntelCos
As for the button, I prefer the layout as it is seen unless you feel it would be better placed elsewhere.
So the flyout is working now? :) good
Also, did my comment about using it on a multilingual site make sense? all the names can be edited to any language so it can be in anywhere from Albanian to Zimba.
As far as the layout, currently where you have your button, that is where the Quantity Discount table would go. So although you aren't using it, someone else could be and that large image link would probably shift the qty discount table down farther. Which isn't a big deal, but there is some extra room above or below the add to cart button on most sites anyway, especially in the way it was coded for the tabs, so right above the add to cart button would be my first inclined place to put it.
But then again, if you use the text link, it would make more sense to put it somewhere else. So its really a customization choice you can exercise for your own personal site. Im just curious to see if most people use the text link or large link image for that link and where they would like to see it by default.
Quote:
Originally Posted by IntelCos
What did you think of the site, products have yet to be completed as the whole store is being redone for many reasons.
The current tabs you have (version2) overlap the right column in Opera and FF. Not sure why it's doing that for you, never had that problem for me. But it looks like you may have added some padding somewhere to fix the background of the left tab image on a non-white background because the border underneath each tab is slightly off. Things like that are why I switched to different tab code, there was too much bloat and confusion in the old tabs. So If we get this all figured out for you, I would recommend switching to version3.
Also, did you get your Cross Sell stuff working on your page? If not, send me your modified tpl and I'll try to help with both that and the ask a question image link placement.
Re: Tabbed Products ''LITE'' version - Delimiter based
I'll try your version 3 again as I made some changes to placement as well. Let you know what happens there in a bit
Re: Tabbed Products ''LITE'' version - Delimiter based
OK, tried v3 and the tabs fail to work with massive java errors in both IE and Foxy.
No clue as to what gives with this....
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
As far as the layout, currently where you have your button, that is where the Quantity Discount table would go. So although you aren't using it, someone else could be and that large image link would probably shift the qty discount table down farther. Which isn't a big deal, but there is some extra room above or below the add to cart button on most sites anyway, especially in the way it was coded for the tabs, so right above the add to cart button would be my first inclined place to put it.
I will take this opportunity to suggest to put it as high as you can on the product page. It will be more noticeable for shoppers there, specially if you have lots of description and/or attributes/options. Also an image button will be better to be noticed, since people don't read... And if you think, when listing, that a product might bring questions or doubts to the buyer, put a comment as well on the description of the AaQ button.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
I will take this opportunity to suggest to put it as high as you can on the product page. It will be more noticeable for shoppers there, specially if you have lots of description and/or attributes/options. Also an image button will be better to be noticed, since people don't read... And if you think, when listing, that a product might bring questions or doubts to the buyer, put a comment as well on the description of the AaQ button.
Well I wouldnt be changing the functionality of the AaQ contrib. just the placement of the default link. The link defaults to text then so I will leave it as text, it will be up to you to move it where you like it, but here is a decent place for it:
http://www.unbannable.com/zen/index....&products_id=2
But after seeing how easy it is to place the link, I think I just might leave it off. Unless I made a full tab out of it that has the actual form on the tab.
Also, based on the Ask A Question read me, there is a major fault in the author's recommended positioning if you do not have Stock, model, manufacturer, or weight enabled, it will not show the link. So I made the link more modular like the rest of the contribs:
Code:
<!--bof Ask A Question -->
<span id="productQuestions" class="biggerText">
<strong><?php echo '<a href="' . zen_href_link(FILENAME_ASK_A_QUESTION, 'products_id=' . $_GET['products_id']) . '">Ask a Question about this product</a>'; ?></strong>
</span>
<!--eof Ask A Question -->
Thats how I have it on my demo link above. This would make it easier for you to move it around based on whether or not you have a text link or image link, you coudl customize where you want it.
IntelCos, please send me your v3 tpl file that you've modified to my PM so i can see what is possible wrong. You shouldn't be getting any javascript errors unless parts of your page aren't loading.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
The link defaults to text then so I will leave it as text, it will be up to you to move it where you like it, but here is a decent place for it
Look like a good place for it.
Quote:
But after seeing how easy it is to place the link, I think I just might leave it off. Unless I made a full tab out of it that has the actual form on the tab.
Right! Totally agree.
Quote:
Thats how I have it on my demo link above.
Your page is showing an error and is not showing up correctly.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
Your page is showing an error and is not showing up correctly.
hmm? oh maybe i was in the middle of editing something when u checked.. should be fine now. Unless you are referring to the javascript errors.. thats because im also working on a new contrib.. those errors aren't related to the tabs.
Re: Tabbed Products ''LITE'' version - Delimiter based
using the v2 tpl display at moment, all I did was to try your v3 tpl and thats where the issues come into play.
x-sell tab shows, but no products showing, v2 x-sell works as you can see with products listed
as well, ask a question disappears with v3
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Unless you are referring to the javascript errors.. thats because im also working on a new contrib.. those errors aren't related to the tabs.
Yes, apparently that new contribution is affecting this item (continues there).
Quote:
as well, ask a question disappears with v3
Did you add the code to the template file?
Re: Tabbed Products ''LITE'' version - Delimiter based
OK just installed v3.1 Full release, and it fails to work at all. Showing a java script error and the areas where the tabs originally were (I was using v2.7 before) is simply blank. I haven't read all 13+ pages of info in this thread, suffice to say it was working fine at 2.7 ... installing v3.1 broke it, nothing else changed.