Author |
Message |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
 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!  *
|
Sat Jul 16, 05 5:57 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
manager -> cart display
Code:
What to Display Multiplyby QTY? Column Heading
---------------------------------------------------------------------
image no Picture
HTH!
_________________ God Bless!
Bonnie - AgoraCart Moderator
Get a Gold Membership
|
Sat Jul 16, 05 9:38 am |
 |
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
It looks good now! Thank you!
_________________ *Believe me... I'm really trying hard!  *
|
Sun Jul 17, 05 5:18 am |
|
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
I have changed a domain name and it seems that my question is back!
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...?
My website is http://www.dogzmart.com/store
_________________ *Believe me... I'm really trying hard!  *
|
Mon Sep 19, 05 7:33 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
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
|
Mon Sep 19, 05 11:46 am |
 |
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
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?
_________________ *Believe me... I'm really trying hard!  *
|
Mon Sep 19, 05 7:09 pm |
|
 |
Dan
Guest
|
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
|
Mon Sep 19, 05 8:08 pm |
|
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
Hi Dan,
It works well!
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!  *
|
Tue Sep 20, 05 6:47 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
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
|
Tue Sep 20, 05 10:02 am |
 |
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
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!  *
|
Wed Sep 21, 05 6:40 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
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
|
Wed Sep 21, 05 8:08 am |
 |
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
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!  *
|
Wed Sep 21, 05 8:25 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
Just put the buttons in that folder and you should be good to go.
HTH!
_________________ God Bless!
Bonnie - AgoraCart Moderator
Get a Gold Membership
|
Wed Sep 21, 05 8:35 am |
 |
 |
nikito
User - Two Blades
Joined: 18 Jun 2005
Posts: 144
|
I have put in the button images into http://www.dogzmart.com/images/func_but/
but it is not detected....  Please help!!!
_________________ *Believe me... I'm really trying hard!  *
|
Thu Sep 22, 05 6:43 am |
|
 |
scottcrew
Moderator
Joined: 13 Feb 2004
Posts: 7516
Location: The West Side of MI USA
|
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
|
Thu Sep 22, 05 7:50 am |
 |
 |
Dan
Guest
|
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
|
Thu Sep 22, 05 8:10 am |
|
 |
|