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
Remove border around items.
Author Message
Reply with quote
Post Remove border around items. 
Hi

Where is the details found to remove the border around the items in the catergories?

View user's profile Send private message
Reply with quote
Post  
That would be in the productPage.inc file.

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  
<!--agorascript-pre
{ #Start of controller code, probably should leave this alone Wink
local ($myans)="";
if ($rowCount == (1+$minCount)) { #first one
$ags_row_item=0;
$ags_tot_item=0;
$myans .= '<tr><td colspan=3><table width="100%" border=1>'."\n";

Im guessing that where ' border=1>'."\n";' is I change to ' border=0>'."\n"; but if i do this then itnsteed of 2 items per width it goes to 1 item per width.

Is this correct... I just want either no boarder or even a boarder which is plain white will be fine.

View user's profile Send private message
Reply with quote
Post  
Yes, change to:
Code:
<!--agorascript-pre
{ #Start of controller code, probably should leave this alone Wink
local ($myans)="";
if ($rowCount == (1+$minCount)) { #first one
$ags_row_item=0;
$ags_tot_item=0;
$myans .= '<tr><td colspan=3><table width="100%" border=0>'."\n";


You, also, might want to change this code:
Code:
</FONT>
</TD>
</FORM>
</TR>


So that the </form> tag is just before the </td> tag, like:
Code:

</FONT>
</FORM>
</TD>
</TR>


MAKE SURE YOU UPLOAD THE FILE IN ASCII MODE.

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  
hi... tried that still doesnt like it... clears the boarder but put one item per line rather than 2
is there a line of coding which will give the boarder a color rather than me trying to remove it, i can just change the color?

View user's profile Send private message
Reply with quote
Post  
I've doen this lots of times...
If it does that, it's not the code, it is how you uploaded the file.
It MUST be uploaded in ASCII mode.

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  
ah ok... so what do you mean by uploading it in ASCII mode?

I upload using a FTP Client Program. How do you suggest i upload it?

View user's profile Send private message
Reply with quote
Post  
Which FTP program are you using?
ASCII is a file transfer mode.
Graphics, compressed files, and files like .doc (basically, if you try to open the file in something like notepad and see "gobbly-gook" stuff, these are binary files) should be uploaded in binary mode.
Files that look like plain text in notepad, these should be uploaded in ASCII.

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
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