The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> please help with new website designer
sosagotthat
post Aug 5 2012, 11:28 AM
Post #1





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



I'm creating this new website for my father, I am sort-of a novice but he just really needs a website for his small business. The problem is he's only selling one product with alot of different colors, He just wants to make it so if he can click on a color and it will show the product in that color. is this possible to do without creating a a different html for each one?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 5 2012, 11:51 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



Do you have images of each product version? Then you might use a javascript image gallery. There are lots of readymade ones to choose from.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 5 2012, 03:57 PM
Post #3





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



Yes I have photos of each one but is a javascript image gallery exactly what I need?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Aug 5 2012, 06:18 PM
Post #4


.
********

Group: WDG Moderators
Posts: 9,650
Joined: 10-August 06
Member No.: 7



I was thinking you might use an image viewing script where the color options are show as thumbnails, and the products are shown as the full size picture.

Sites like dynamicdrive.com might have something suitable.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 5 2012, 07:13 PM
Post #5





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



Thats exactly what i want but how do i link all of this to a store like how will i know whatcolor my customers chose?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 6 2012, 05:45 AM
Post #6


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



You mean you want a select list rather than thumbnails? That shouldn't be too hard to change once you have the script and the form.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 6 2012, 12:26 PM
Post #7





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



yeah how do i create a form?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 6 2012, 01:53 PM
Post #8


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



That's a big topic for a forum post. Start here:
http://htmlhelp.com/reference/html40/forms/
and here:
http://htmlhelp.com/faq/html/#formstoc

I suggest that you create a few forms that isn't necessarily related to the shop one to start with, just to familiarize yourself with the different controls and forms in general. Ask if you get stuck.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 6 2012, 02:12 PM
Post #9





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



ok well i made a spreadsheet with google this is my code so far, but I want to make it so when i choose the color the picture will change, instead of setting up 10 different products for each color.

<script src="https://www-sgw-opensocial.googleusercontent.com/gadgets/ifr?url=https%3A%2F%2Fstoregadgetwizard.appspot.com%2Fservlets%2FgadgetServlet%3Fkey%3D0AoxQgGxny36i dFRkTkFId3VGalBUWnVGbXhXbVVuUWc%26mid%3D965592689654796%26currency%3DUSD%26sandbox%3Dfalse%26gadget% 3DTINY&amp;container=storegadgetwizard&amp;w=215&amp;h=250&amp;title=&amp;brand=none&amp;output=js"> </script>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 6 2012, 03:30 PM
Post #10


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Huh? blink.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 6 2012, 05:11 PM
Post #11





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



Like i'm trying to make it so they can just click a thumbnail for each color of the product, instead of making an item for each color. On my spreadsheet they allow me to choose from different colors but it doesen't make it so when they click the color, the picture changes that color
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 6 2012, 06:05 PM
Post #12


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



If you think you linked to the spreadsheet you didn't.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
sosagotthat
post Aug 6 2012, 06:49 PM
Post #13





Group: Members
Posts: 8
Joined: 5-August 12
Member No.: 17,562



how do I do this?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Aug 6 2012, 06:56 PM
Post #14


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



How would I know? What's with the spreadsheet anyway? Didn't you want to create a form for a webpage?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Aug 7 2012, 04:15 AM
Post #15


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I did a little search for "change image color js" and the following stackoverflow discussion came up http://stackoverflow.com/questions/5254122...lor-of-an-image which seems to come close to what you're looking for.

Hope you can do something with it.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 17th April 2024 - 10:31 PM