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
File location of... matches?
Author Message
Reply with quote
Post File location of... matches? 
I have set in my program settings in agora manager on the no. of products in each page displayed to be 6. As I have 8 products in the database, there is a grey box appearing at the top with the message -> Found 8 items, showing 1 to 6. Last 2 Matches
Can anyone advise me on where to locate this file? I will like to change the colour and set style class to the text.

My URL is http://www.nadioki.per.sg/store

View user's profile Send private message
Reply with quote
Post  
That box is controlled by the following variables in the agora.setup.db file:
$sc_search_nav_font
$sc_search_nav_bgcolor
$sc_search_nav_width

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  
Ok... I found it... but it seems like I am only able to change the colour. Can I set css to this?

View user's profile Send private message
Reply with quote
Post  
You will need to edit the rest of the code in the agora_html_lib.pl file. The section you might want to add the CSS class to would be line 329:
Code:

$warn_message .= "\n<tr>\n <td align=center><FONT $sc_search_nav_font>\n";


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  
scottcrew,
When I tried to add in the css, I get the error loading page when I tried to access my site. Can you advise me on whether what I have done is correct or not? The script that I have added in is this ->

$warn_message .= "\n<tr>\n <td align=center><span class="display"><FONT $sc_search_nav_font></span>\n";


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
You need to escape the quote marks, like so:
Code:

$warn_message .= "\n<tr>\n <td align=center><span class=\"display\"><FONT $sc_search_nav_font></span>\n";


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  
Just tried your way... doesn't work. The same error message appear...

Error loading library ./library/agora_html_lib.pl:

syntax error at ./library/agora_html_lib.pl line 15, near "if ($sc_shall_i_log_accesses eq "" syntax error at ./library/agora_html_lib.pl line 50, near "'') " syntax error at ./library/agora_html_lib.pl line 53, near "}" Compilation failed in require at (eval 9) line 1.



_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
Well, you can't put the </span> where you have it...
It not even near the end of the span...
Try this:
Code:

$warn_message .= "\n<tr>\n <td align=center class=\"display\"><FONT $sc_search_nav_font>\n";


Be sure to adjust your CSS to assign the class to the "td".

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  
Not sure about this -> Be sure to adjust your CSS to assign the class to the "td".
Do I change the class style to ID or element?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
Make sure that your CSS file has the change in it...


_________________
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  
I have tried changing the class of that particular text to that of element instead of class.
Is this correct?

display { color: blue; font-size: 10px; font-family: Verdana; text-decoration: none }
.normal { color: #000; font-size: 11px; font-family: Verdana; text-decoration: none }

Sorry... but I am not really that familiar with style sheet. Just with the normal class. Embarassed


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
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