开发者

Is there an easy way to replicate the functionality of this site using jQuery/Mootools/PHP?

开发者 https://www.devze.com 2023-02-03 03:28 出处:网络
I\'d like to create something similar to the shirt-designer feature found on this site: http://www.tailorstore.au.com/tailor-made-shirts

I'd like to create something similar to the shirt-designer feature found on this site:

http://www.tailorstore.au.com/tailor-made-shirts

(it would be for a completely different business type, I just like the way that this particular site works).

I can see that it's built using MooTools, but beyond that I can't fi开发者_高级运维nd the specific scripts that are making the site work the way it does.

Is there a pre-made framework/plugin that I can use to build similar webapp for myself? Ideally I'd like to start with something that's ready-made and then mess around and tinker with it until it looks the way I want it to, as I personally find this is the best and easiest way to learn.

EDIT: I'll be a bit more specific about what I'm trying to do. I want to have similar 'options' on the left that relate to their appearance (height, weight, skin colour, eye colour, hair colour, that sort've thing), and an updating 'avatar' on the right which reflects whatever changes the user has made. (I suppose this would be very similar to creating a "Mii" avatar on the Wii, or creating a customiseable character in many RPGs) Then I want the be able to use this data later on to recommend products based on the options the user has selected.

Is there a way that this could be built using PHP/jQuery, and if so, where would be the best place to start?


Essentially i think you would need to use layered divs with abs positioning. Then simply add and remove divs with the png's of the options. However that means you would have to store the coords of each option for each product it can be used on. Tou could also store an image of each product rendered with all possible option combinations which would increase performance. But then you have to create tooling to output those unless you want to make them manually.

Im sure you could do i and overall Id imagine it would be more tedious than it would be difficult to implement.

0

精彩评论

暂无评论...
验证码 换一张
取 消