The Official Website of AgoraCart and Agora.cgi
AgoraCart.com Demos Download AgoraCart User Manuals & Wiki Gold Members Forum Go Gold Now! Gold Version Memberships

AgoraCart.com

About
Features
Download
Payment Gateways
Send a Donation
Founders Club
BLOG: News & Updates

Showcases & Demos

AgoraCart Demos
Shop Live Stores

Downloads & Add-ons

Gold Version Downloads
DBwizz Database Mgr.
AgoraCart.com Store

Help & Support

User Manuals
Gold Version Users Forum
Gold Version Chat
Tech Support
Certified Agora Pros
Certified Designers
Hire a Freelancer

Gold Version Members

Member Benefits
Join Today!
Gold Members Home
Gold Version Users Forum
Gold Version Chat Rooms
Gold Version Downloads

For Store Owners

Merchant Accounts
Cool Resources
Advertise Here
"Powered by" Logos
Web Hosting Search

Misc.

Contact Us
MEET's Talking Guide
The Ancient Greek Agora






AgoraCart Free User Forums

This is the official FAQ and Cool Tips guide For the AgoraCart shopping Cart software


Official Sponsors of the AgoraCart Project:

       


RegisterSearchFAQLog in
Reply to topic Page 1 of 1
Categories Not Lining Up
Author Message
Reply with quote
Post Categories Not Lining Up 
I am having issues with my catagories and subcatagories being right next to each other just like the words in a paragraph instead of being one below the other. (http://www.tsalagibooksandcrafts.com/store5/store52/agora.cgi?cart_id=7190128.26017) I am using version 5.2. I would like the catagories in a line one under the other. I know it is something I have done in the store header. Right now the code for the catagories looks like this:

<!--START Category Listings-->
<!--agorascript-pre {
# code to list categories and/or sub categories
# updated for pre-built lists in managers by Mister Ed September 29, 2007
if ($sc_displayDynamicCategories =~ /yes/i) {
&capture_STDOUT;
print qq~<table width="160" border="0" align="center" cellpadding="3" cellspacing="1" class="template_mainbackground">
<tr>
<td class="template_mainbackground"><span class="style6"><span class="style7">Categories</span></span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><div align="left"><span class="style6"> </span><br>
~;
if ($sc_use_database_subcats =~ /yes/i) {
if ($sc_global_bot_tracker ne '1') {
print qq|\n$sc_categories_with_subcats\n|;
}
else {
print qq|\n$sc_categories_bots_with_subcats\n|;
}
} else {
if ($sc_global_bot_tracker ne '1') {
print qq|\n$sc_categories_no_subcats\n|;
}
else {
print qq|\n$sc_categories_bots_no_subcats\n|;
}
}
print "\n";
print qq~
</div><br></td>
</tr>
</table>
<br>
~;
&uncapture_STDOUT; }
}
-->
<!--END Category Listings-->

My question would be what do I need to change in the code to get the catagories under each other instead of side by side?

View user's profile Send private message Send e-mail
Reply with quote
Post  
manager -> AgoraCart Management/Settings -> Layout & Design Settings - Misc -> Product Category Layout / Formatting Section
HTML used at the end of each Main Product Category:
AND
HTML used at the end of each Product Sub-Category:

Change the <br /> to just <br>

Make sure that you edit a product (any product, just hit the submit button for the edit product)
Editing a product will cause the categories links to be rebuilt using the new settings.

HTH!



Last edited by scottcrew on Mon May 19, 08 11:49 am; edited 1 time in total

_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Bonnie,
Thank you so much. It seems it did work. I do however have one more question. When I go to the new site and look, there are numbers beside each of the catagories ... how do I get those numbers off there and just show the catagories and sub catagories? Thanks in advance!

View user's profile Send private message Send e-mail
Reply with quote
Post  
There are settings in the managers for showing or not showing counts of the cats & subcats...

HTH!


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post Categories not lining up. 
Hi there
I too have an issue with the categories not lining up under each other. It looks like the settings in the
manager -> AgoraCart Management/Settings -> Layout & Design Settings - Misc -> Product Category Layout / Formatting Section are not biting...
I have a '-' sign as the bullet indicator and I have <br> in the end of main product category as advised below...any ideas?.. the site is www.babybaskets.ie
Thanks

previous reply.......
manager -> AgoraCart Management/Settings -> Layout & Design Settings - Misc -> Product Category Layout / Formatting Section
HTML used at the end of each Main Product Category:
AND
HTML used at the end of each Product Sub-Category:

Change the <br /> to just <br>

View user's profile Send private message
Reply with quote
Post  
You, also, need to edit a product in the manager, in order for the links to rebuild with the new settings.


_________________
God Bless!
Bonnie - AgoraCart Moderator

Get a Gold Membership
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger ICQ Number
Reply with quote
Post  
Thanks for that.. appreciate it.... funny enough I found that out myself by accident.... cheers...

View user's profile Send private message
Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum