I understand that it could be complex. I thought it could be quite a good mod as it could put a whole new spin on zen cart. As this is for a customer I would be willing to pay somebody to write the mod if there is anybody out there who would do it?
I understand that it could be complex. I thought it could be quite a good mod as it could put a whole new spin on zen cart. As this is for a customer I would be willing to pay somebody to write the mod if there is anybody out there who would do it?
It certainly would have a number of interesting components, and would probably be of most general use if broken out into several pieces that segregate the specificities of photos from the more generic and re-usable content.
Not sure about the wisdom of developing this much new code just prior to a major shift in Zen Cart's architecture though.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
oh rite i didnt know about the major changes. When is that due for realease? My client needs his site up by the end of may. How long do you think this code would take to develop?
It has to be build and seeing as Zen cart is such a good site, it seems a shame to build something from scratch + the code would be there for others.
just thinking as well if i was going to have this built, it would be good to try and have a digital download part build, like encrypted files held on the server and decrypted when they pay. Would mean that ZC could be used for song and digital download sites.
Apart from 'upload a folder of pictures (say 100) each one becomes a new product' all these features you've mentioned are built in.
# when it uploads images say the originals were 500*500px it would create a thumbnail and when a user clicked on it they can see the larger picture - built in and also as free mods
# have a product attribute, for different picture sizes e.g. 10x8, 20x16 each with a differnt price - built in
# those photos uploaded would go into a category - built in, once you've created the category you simply add to that category.
# digital download part build - built in
@bigbadboy
Unless I'm misunderstanding, what's being suggested here is a much higher level of automation of the product creation process than Zen Cart currently offers. But i agree with your assessment that a lot of the basics are in place, and that it would be easier to start with Zen Cart than to start from scratch.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Ah well that sounds like a lot of my problems could already be solved then! I just need this automated product creation. Just choose a category for it to be inserted into > predefine any attributes (cost text etc) then choose source folder for pictures > hit the go button and make it all happen!
How would i go about doing that?! I know a little php (mainly do .net) so i dont know if there is anyone out there who could help?
Let's take 1 element and assume you have a load of photos all with the same attributes.
This is just an example:
Item:
Photo of a rose
Category:
Flowers
Attributes:
5 x 8
10 x 12
14 x 20
First - Create the category - Flowers
Within that category create a new product - Photo of a rose
The create the attributes - Print size/ Sizes
Add attributes to item
Then all you have to is add the rest of the items.
Then instead of assigning attributes individually simply duplicate the attributes to the relevant category.
Hi there, basically the website will be selling sports photos. So in a day there could be 200 photos - 2 football matches for example. What needs to happen is create a category e.g. 02/03/09 - England vs Scotland - then within in that category load the 100 images , each its own product so a person can browse them and then buy them, before adding to the cart they would choose what size photo they want.
What i really want to avoid is for my customer to end up adding the same product with the same attributes but a different photo 100 times for that category
yeah, the problem is that this will be a sporting photos website. For example on a single day the customer may photograph 2 games, each game has 100 images. He goes back to his office, created the first category "02/03/09 - Game 1" then he will just want to maybe add some text to a standard template and select his folder with that game in it and click "go" and it will create 100 new products in that category