Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
This last update is not working nice for me. :schmoll:
The "add to cart" box is floating on the right side besides the attributes. Is there a way to change this? just the way it was before...
Hmm that last update forces the add to cart button to be on the right side of the attributes. Its a feature. Just like the core zen-cart has. Only difference now is it's all in a table. if you want the add to cart button customized you can move it just as you would on your own core template, set Add to Cart on tabs = FALSE which would put the add to cart stuff under the tabs and it would look like the normal zen-cart template. Then, starting after the lines
Code:
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
//--------------------- End of Tab Parse Code -----------------------
//--------------- (some code below for tab checking) ----------------
//-------------------------------------------------------------------
//-------------------------------------------------------------------
everything after that is the Core Code. So now find the <!--bof Add to Cart Box --> and move it to where you want.
Or if u want it on the tabs to be moved around, then you'd need to go around line 524 and move them around within the tab. but u'd need teh tables to stay so the button doesnt float off the page.
1 Attachment(s)
Re: Tabbed Products ''LITE'' version - Delimiter based
Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?
Here are the pics of the old version, and the new version...
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?
Here are the pics of the old version, and the new version...
I added that table there because if you dont' have attribs.. then it would break the floating add to cart button. I was trying to make it look better but I didnt take all looks into consideration. You can simply remove the table tags from around the add to cart section.
To fix, open the TPL and find on line 517:
// ------------------------------------------------------------
// ------------------- Core Contents Tabs ---------------------
// ------------------------------------------------------------
about 15 lines down, delete (line 536):
Code:
<table border="0" width="100%"><tr><td align="left">
then find and delete (line 570):
Code:
</td><td align="right" width="35%">
then find and delete (line 596):
that should fix it but be sure you dont delete any thing above that first line I showed above
Maybe in the next version ill check the table view to show only if u don't have options
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by ideasgirl
Not sure if this is ZC default because I haven't changed it. Only added the AaQ module... Maybe showing you?
Here are the pics of the old version, and the new version...
Wait..
im sorry.. i looked at the pics wrong..
i will look into helping you make it the way u like it.. its a minor table thing that changed from the old version.
Did you want the Qty discount table out of the tabs?
Re: Tabbed Products ''LITE'' version - Delimiter based
Installed latest rev, but results found were that ask a question was now not been seen and as for the xcross-sell, the tab showed but no products were shown.
Previous version works as product info box shows my ask a question and my x-sell group shows with products, so have no clue whats up on that. Reverted back...snif:sleepy:
Also, this is not a very friendly addon to multi-lingual sites. Should make this more friendly towards dual or multi-lingual sites.
Still having issues with this and css flyout-menu, for the moment I've added text above and shifted a few things down to avoid this, not really what I want for this though.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by IntelCos
Installed latest rev, but results found were that ask a question was now not been seen and as for the xcross-sell, the tab showed but no products were shown.
Previous version works as product info box shows my ask a question and my x-sell group shows with products, so have no clue whats up on that. Reverted back...snif:sleepy:
Ask a question? hmm that is a contrib if im not mistaken, you'd have to manually merge that as I never supported that... maybe in the future but the only third party contrib I support is Cross Sell and that was just to see how hard it would be to do. There is a Add on readme file i included to help add your own.. I will assist the best I can. But that one shouldn't be more than a simple snippet of code to be added
Quote:
Originally Posted by IntelCos
Also, this is not a very friendly addon to multi-lingual sites. Should make this more friendly towards dual or multi-lingual sites.
There should be no reason this couldn't work on a Multilingual site. All tab names are variables listed at the top of the tpl file, as well as the tag text in the Product Description.
Simply change "<!--%Product Description-->" to <!--%Descripción Del Producto%--> and change the names for the hardcode tags from "We also recommend" to whatever that is is your language of choice.
This contrib is completely multilingual.
I will look into the crosssell problem. DO you have a link i can check?
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Did you want the Qty discount table out of the tabs?
No, I want it in the tab, just besides the "Add to Cart" (where is the logic place to put it).
Thanks! This wasn't working neither. :unsure:
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
Ask a question? hmm that is a contrib if im not mistaken, you'd have to manually merge that as I never supported that... maybe in the future but the only third party contrib I support is Cross Sell and that was just to see how hard it would be to do. There is a Add on readme file i included to help add your own.. I will assist the best I can. But that one shouldn't be more than a simple snippet of code to be added.
Hey Q-
The Ask A Question (AAQ) mod renders a button on the product info page just like Tell A Friend (TAF) or Reviews.
I do understand that you don't have the time to integrate support for every mod out there which customizes the product info page.
However since supporting AAQ in TabbedLite i(TL) s a bit more involved than just adding a single snippet of code, I also previously requested AAQ be integrated into the TL mod, as X-Sell is. Otherwise every time a TL update comes out, even betas for testing purpose, I have to remerge the AAQ logic into the mod, which makes me not want to test ;-)
For those whom are interested I will take my custom code which renders AAQ, TAF, Reviews buttons and the More Info URL onto a single tab in TL 3.1beta 2 and integrate into the final 3.1.
Then if you would like I can provide for inclusion into your next version.
Woody
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by Woodymon
Hey Q-
The Ask A Question (AAQ) mod renders a button on the product info page just like Tell A Friend (TAF) or Reviews.
I do understand that you don't have the time to integrate support for every mod out there which customizes the product info page.
However since supporting AAQ in TabbedLite i(TL) s a bit more involved than just adding a single snippet of code, I also previously requested AAQ be integrated into the TL mod, as X-Sell is. Otherwise every time a TL update comes out, even betas for testing purpose, I have to remerge the AAQ logic into the mod, which makes me not want to test ;-)
For those whom are interested I will take my custom code which renders AAQ, TAF, Reviews buttons and the More Info URL onto a single tab in TL 3.1beta 2 and integrate into the final 3.1.
Then if you would like I can provide for inclusion into your next version.
Woody
Hmm ask a question is really only a snippet of code on the TPL page. There is supporting code in the read me if you choose to add it to the default style, but the button link is a simple 2 line piece of code. But yea if you want to share yours woody, or anyone else thats fine.
Quote:
Originally Posted by ideasgirl
No, I want it in the tab, just besides the "Add to Cart" (where is the logic place to put it).
Thanks! This wasn't working neither. :unsure:
when u say this wasn't working, what do you mean? the add to cart button or the qty discounts? Cuz in the old version i didnt have qty discounts, but the new version i definitely do. . actually a quick fix for you would probably be:
on line 484 find:
</td><td align="right" width="35%">
replace with"
</td><td align="right" width="35%" valign="bottom">
That should put the add to cart button in line with the Qty Discount box. as you have the place holder in the images u showed
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by qhome
on line 484 find:
</td><td align="right" width="35%">
replace with"
</td><td align="right" width="35%" valign="bottom">
That should put the add to cart button in line with the Qty Discount box. as you have the place holder in the images u showed
Make that line 570, not the one on 484, (although u could do that to all of them if you like, there are 3 lines like the one above)