Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
BlessIsaacola
Qhome, where can I change the configuration so that the default tabs are wrapped. I looked includes/module and I do not see where to make the changes. Customer Also Purchased and We Also Recommend are not wrapping out of the box.
Thanks!
You change wrapping by adding <br /> to the language file in between words
define('TEXT_TAB_TITLE_PROD_DESC', 'Product Description');
define('TEXT_TAB_TITLE_ADD_TO_CART', 'Add To Cart');
define('TEXT_TAB_TITLE_ADDITONAL_IMAGES', 'Additional Images');
define('TEXT_TAB_TITLE_CUST_ALSO_PURCHASED', 'Customers Also Purchased');
becomes
define('TEXT_TAB_TITLE_PROD_DESC', 'Product<br />Description');
define('TEXT_TAB_TITLE_ADD_TO_CART', 'Add To<br />Cart');
define('TEXT_TAB_TITLE_ADDITONAL_IMAGES', 'Additional<br />Images');
define('TEXT_TAB_TITLE_CUST_ALSO_PURCHASED', 'Customers Also<br />Purchased');
You can add any html code you want in the tab names.. images, styles, even some tiny flash code if you so choose :)
Re: Tabbed Products ''LITE'' version - Delimiter based
hey qhome, your demo is broken :P http://www.unbannable.com/zen/index....&products_id=1
tabs appear all screwy
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
getyourgameshere.com
Actually thats my work in progress for my next release :P But not to worry. I am not planning any feature changes.. just some slightly different layouts for the tabs. They will be 3.8 based.
Re: Tabbed Products ''LITE'' version - Delimiter based
Need to see if anyone is seeing something wrong that I cannot see here
Cant seem to find the hole that is causing the misalignment.
Any help is appreciated.
Thanks in advance
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
knuckle-101
Need to see if anyone is seeing something wrong that I cannot see
here
Cant seem to find the hole that is causing the misalignment.
Any help is appreciated.
Thanks in advance
You have some really odd table issues going on. What version of zen cart are you using? i much prefer the newer version with less tables. Anyhoo... you have an issue with closing a table row that doesn't exist, and then starting a row that isn't closed. You'll have to find where theses issues are in your template files, unless you added these in the product description. WHen using firefox, if I use the edit HTML function, and change this:
Four coasters on each illustrated blistercard.</font></p></div></div></div></div></form></div>
<font color="#000000" face="verdana" size="2">Winky Pink<br>Elephant Coasters<br>
Item 10691<br>
Set of 4
</font>
To this:
That seems to stop the issue.
Re: Tabbed Products ''LITE'' version - Delimiter based
Quote:
Originally Posted by
knuckle-101
Need to see if anyone is seeing something wrong that I cannot see
here
Cant seem to find the hole that is causing the misalignment.
Any help is appreciated.
Thanks in advance
This doesn't seem to be a tabbed lite issue, more so of other design mistakes. backtrack your steps until you find the problem or use winmerge to compare to default tabbed template and slowly add your customizations.
Re: Tabbed Products ''LITE'' version - Delimiter based
Yes, I just figured that out, it just seemed bad timing when I installed it and that appeared.
Just making sure , I couldnt find any solutions. But it was 5:30 am when I noticed this after a 17 hour shift at work and that to go with it didnt make a good cup of tea. But thanks for the help.
Re: Tabbed Products ''LITE'' version - Delimiter based
Hi qhome,
I have now succeed to display tabbed in product info page,
efter that I add "prefix_" to tables in sql file and run it in
SQL Query Executor in Zen after that take the "prefix_" off again
and try again and it works. Why?? I don't know just now.
But I can't still see more than just the menu "title, value and action" under
Tabbed Products Config.. If there is someone how could show me a print screen
from admin side too, or MP...
meny thanks ..
Asp..