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
images not showing in index.html
Author Message
Reply with quote
Post images not showing in index.html 
I have just recently installed Agora Cart. I am using my own version of index.HTML with my own template.

The file index.html is in the html folder and the images are in a separate folder under the html folder. All I get is ???? This is only on the intro page and has nothing to do with the individual product pages which work fine.

In my html code I have it as "img src=images/mypic.gif". Is there some other reference I need to make.

Thanks,

Steve

View user's profile Send private message Send e-mail
Reply with quote
Post  
Steve,
What is the URL to your store?
You will probably need to use one of the following ways of linking to images:
"img src=html/images/mypic.gif"

"img src=picserve.cgi?picserve=mypic.gif"

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 images not showing in index.html 
my url is www.debitsandcredits.com/cgi-bin/store/agora.cgi .

I tried your suggestion of "img src=html/images/mypic.gif" but it did not work.

I also tried with the pic in the same html folder e.g. "img src=mypic.gif". Also, no go.

Something is wierd here. This is just a plain old html page.

Thanks again.

Steve

View user's profile Send private message Send e-mail
Reply with quote
Post  
Steve,
I'm not seeing any customization to the store...
Seeing your URL, though, I can tell you that you are linking to the images incorrectly.
Your store is inside the cgi-bin. When it is in the cgi-bin, EVERYTHING has to be run through a cgi script.
So, my 2nd suggestion for image linking needs to be followed:
"img src=picserve.cgi?picserve=mypic.gif"

It can also be be done as follows:
"img src=agora.cgi?picserve=mypic.gif"

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  
hell-o
it looks as though you have
http://www.debitsandcredits.com/cgi-bin/store/agora.cgi
as your ssl url which is ok for now but you should change your store url to
http://www.debitsandcredits.com/cgi-bin/store/agora.cgi
you need to have the www in the url.
LOL@mr beancounter
pretty much if you have an image in your public_html/images folder then just link to them directly. if you have product specific images upload to the store/html/images folder then add the imahe in the add or edit products in the store manager.
regards,
dan

Reply with quote
Post images not showing in index.html 
Dan,

You solved the problem with your suggestion of linking my img src to public_html\images. Thank you.

Sincerely,

Mr. Beancounter

View user's profile Send private message Send e-mail
Reply with quote
Post  
hell-o
yw. be sure to add the www in the store url. i'm surprized you haven't had problems when logging into your store manager.
regards,
dan

Reply with quote
Post Same problem 
I'm pretty new to Agora as well, but not so new to HTML. I'm having one huge problem getting my images to display. I've tried the above mentioned solutions and didn't get anywhere other than worried beyond hair repair.

The site will be at : http://memindex.com/agora/agora.cgi ( It's not by any means ready yet ) or listed in Google or the like. I'm just trying to get the site ready. Prior they never had a Shopping cart http://memindex.com I like hoe Agora works and I'm not sure I'm ready for --hey, did i tell you I ate dirt as a kid?.

Once I can get this running... I'll be happy as....

Thank You

Larry

View user's profile Send private message
Reply with quote
Post  
Larry,
1. The store URL MUST have the www. in front.
Right now you have:
http://memindex.com/agora/agora.cgi

It needs to be:
http://www.memindex.com/agora/agora.cgi

2. In the source code of your page I am seeing the following for your header images:
Code:

<img src="/public_html/agora/html/logo.jpg" border="0" width="287" height="98" alt="Memindex Logo" >
<p>
<img src="img src=picserve.cgi?picserve=logoswatch.jpg" border="0" width="285" height="33" alt="Established 1902" >


Neither of these look correct.
Also, since you are not running your store within a cgi-bin, you need to turn off self-serving of pictures.
I do not see where the store header is being called on that page, instead, you have hard coded everything, including the cart_ids, which will be a big problem because EVERYONE will have the same shopping cart...

Anyway, your image calls should be more like:
Code:

<img src="html/images/logo.jpg" border="0" width="287" height="98" alt="Memindex Logo" >
<p>
<img src="html/images/logoswatch.jpg" border="0" width="285" height="33" alt="Established 1902" >


These image calls would be pointing to images that are found in the 'html/images' directory of the store. Make sure that your images are uploaded to that location in binary 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  
That too didn't work.

Before I look too stupid let me explain , I'm taking this project over, I didn't start it from scratch. I believe that too is why it's an older version. Maybe the best way to approach this is just to delete all...and start fresh?

View user's profile Send private message
Reply with quote
Post  
You could, but you don't necessarily need to delete the current store, yet, unless it just isn't working at all...

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, Now I'm really lost. I would really like to start from the beginning. I tried uploading new files ( As far as I can tell these are pre-loaded already on my host. I loaded them to my cgi-bin.

Am I doing it right ( So far )

The Newbie title is fitting here huh?

View user's profile Send private message
Reply with quote
Post  
Check out the installation instructions and downloads at:
http://www.agoracart.com/download.htm

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  
Done that.

But can't find exactly what I'm looking for or how to word it I guess is my problem.

View user's profile Send private message
Reply with quote
Post  
You will want to do a new install.
Who is your web host?


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

View user's profile Send private message
Reply with quote
Post  
I'm not familiar with their hosting, but if they will allow you to run cgi scripts outside of the cgi-bin, install the cart outside of the cgi-bin.

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