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
See Whats in Our Store main page photos problem
Author Message
Reply with quote
Post See Whats in Our Store main page photos problem 
Just needed to upgrade to ver 5 (downloaded newest version off of website). I have 2 sizes of photos in my database. Normal (normal picture area) and Large (custom code I had from ver 4 of Agora). I can not remember off hand what 'field' of the database I used for the 'large' pictures I have.

Anyhow, the 'See Whats in Our Store' section of the main page seems to be pulling from my 'large' pictures 'field' of the database. Is there a file or area to edit to tell that snipit of code to pull those photos from another database field (rather than screwup my code for 'click here to enlarge' from other pages)?

If I could get just the See Whats in Our Store section to pull from the standard main photo field it would be great.

Also, is there a updated database field reference for the newest version of Agora? This may come in hand also.

Thanks for any help!

View user's profile Send private message
Reply with quote
Post  
Hi,

This is the data that it is retrieving the images from :

Code:
 $image1 = $special1[7];
 $image2 = $special2[7];
 $image3 = $special3[7];
 $image4 = $special4[7];


The number 7 relates to the seventh piece of data in your database, which in turn relates to the first userfield, so if you put 8 between those brackets, you will have the output from the second userfield and so on.

Hope that helps some.

Regards.
Glen.

PS. The standard main image field you would need to put a 4 in the brackets, but that field may hold more data than required for the code, so if it comes out wrong let me know and I will see what needs doing.


_________________
glen.m.darby@virgin.net
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Reply with quote
Post  
That did it. Used field 8. Copied only my normal sized image names into that field in the database (used excel). You were right about using field 4, extra info screwed it up.

Whats in our store, AND my custom 'click' here to enlarge still works great.

Thanks for the help!

View user's profile Send private message
Reply with quote
Post what in my store is missing 
After deleting the access verbage from agrocart and changing the header to Breen Interprises I lost the what is in my store and the featured products does not work I have tried to load the thumb nails to the image file and to the user #2 and still nothing works

Url http://www.breenonline.org/agora/agora.cgi

Please help me out and let me know what is wrong

thank you

Michael

View user's profile Send private message Send e-mail
Reply with quote
Post  
Hmmm!

Another person with agoracart-pre not being parsed by the store??

I'm presuming you are still running the %%header%% and %%footer%% in that page in your_store/html/index.html ?

What exactly did you remove in the way of access verbage?

How did you changed the header to Breen Enterprises ??
Did you just change the name?
Did you change the store_header.inc?

Can you undo the two changes and get the store back working?
If so, do one change at a time to see which one is breaking the store, then we can narrow it down a bit.

Glen.


_________________
glen.m.darby@virgin.net
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
Reply with quote
Post what in my store is missing 
thanks Glen i had figured it out Had to reedit the files. it is working now ...

View user's profile Send private message Send e-mail
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