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
change product image in checkout page
Author Message
Reply with quote
Post change product image in checkout page 
Hi,
My website is http://www.nadioki.per.sg/store
After clicking on apparels and "more info", the bigger version of the product appears with description...etc and by clicking on "check out", there will be a table appearing with the product description, quantity, options....etc
My question is, the product image that appears is the "bigger version". how do I change it to the initial thumbnail image instead?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
manager -> cart display
Code:

What to Display  Multiplyby QTY?  Column Heading
---------------------------------------------------------------------
image                  no              Picture


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  
It looks good now! Thank you! Laughing


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
I have changed a domain name and it seems that my question is back! Crying or Very sad
I have used the method of creating Multiple Image Directories (under Product images directory). Right now I m facing the prob of missing image when I want to checkout.
Can anyone save my please...? Rolling Eyes

My website is http://www.dogzmart.com/store


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
It appears that you are using a URL for your buttons in the "View Cart" page that does not exist.
I am seeing:
http://www.dogzmart.com/pdts/edit_items.gif
This needs to be fixed.

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  
What I wanted is actually this -
Product categories to be separated into multi folders (eg. images/pdts) instead of clamping everything in the image folder.
I have used the tutorial on creating multiple folders in the Root directory. Hence my 'pdts' folder is actually in store/pdts. In the images folder, it holds the other images other than the product images.
However, this creates a problem in my order checkout form which is unable to detect the image.
If this is not the way to do it, can you kindly advise me on how to create a folder in the image directory for the product images? Sad


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
put the image folder name in front of the image name with a forward slash.
assuming your path to images in the store manager is html/images self serve YES then you can follow the below example...

thumbnail images are in the store/html/images/thumbs folder.
so in the add or edit products user 1 (second image) you do it like this...
%%IMG%%thumbs/my.pic
do not add any spaces.
give that a try.
dan

Reply with quote
Post  
Hi Dan,
It works well! Laughing
1 more quick question... where do I place the "add to cart", "complete order", "delete items"...etc buttons?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
All of the button images go in the 'html/images' directory of the store.
Except.... the make_changes.gif & submit_order.gif, they go in the 'protected/images' directory.

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,
right now my images are in public html/images/ , not html/images.. hence my setting in agora manager is http://www.dogzmart.com/images
The "add to cart", "complete order", "delete items"...etc buttons are already in the html/images folder but seems to went undetected.
Any clue?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
Well, if your URL to images folder is set in the manager to http://www.dogzmart.com/images , then that is where you place all of your images, including the cart function buttons. You can use subdirectories in that folder, you just need to make note of them as explained in previous posts to that effect.

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, we are near there. If I open up a new folder in my http://www.dogzmart.com/images, calling it "default", where can I set the path for the buttons? ie, how do i the path on where are these images located? Which are the files I have to edit?


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
Just put the buttons in that folder and you should be good to go.

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  
I have put in the button images into http://www.dogzmart.com/images/func_but/
but it is not detected.... Crying or Very sad Please help!!!


_________________
*Believe me... I'm really trying hard! Rolling Eyes *
View user's profile Send private message
Reply with quote
Post  
That's because you are not calling them that way.
They would need to be called in your files using something like:
agora.cgi?picserve=func_but/add_to_cart.gif
(if you have self-serve images set to "yes")

OR
http://www.dogzmart.com/images/func_but/add_to_cart.gif

But the way you have it now:
/images/store/func_but/add_to_cart.gif

It is looking for the 'images' directory in the 'store' directory, which doesn't exist, and on top of that, there isn't a 'store' directory in your 'images' directory, anyway, so you need to use the correct full URL.

In the cart_footer.inc file you have the buttons set up to be called using the following, but that is not the location you have specified in your post:
http://www.dogzmart.com/images/edit_items.gif

You have to be very careful about putting in accurate URL calls.

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  
nope
the cart buttons are here...
http://www.dogzmart.com/images/func_but/
the problem is the images directory is set for here in the store manager...
http://www.dogzmart.com/images
so the buttons need to be there. the other pics which can be appended with a sub directory name can go to any sub directory in the http://www.dogzmart.com/images folder.
so
http://www.dogzmart.com/images - buttons go here

image file in manager add/edit products - pdts/my_tshirt_product_pics_go_here.pic

store related set of design images can go here...
http://www.dogzmart.com/images/store/
and linked with the traditional <img src= tag.

dan

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