print shop framework

2013-01-15 Thread Bobby Roberts
hi all... a possible client of mine is looking for an online custom print 
shop like 4over4.com.  Are there any open source frameworks like this out 
there?  I'd prefer a django app but will consider other languages.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/6wFOXdSLANYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: print shop framework

2013-01-15 Thread Lachlan Musicman
It's just an online shop right?

There are plenty of FLOSS frameworks and apps already written for online
shops. http://www.satchmoproject.com/ or
https://www.django-shop.org/ecosystem/ for instance.

The hard work isn't in the construction of the site logic, it's the data
entry (all the items, all the combinations and discounnts etc) and design.

By the same token, the Wordpress plugin http://getshopped.org/ is quite
good and I'm sure all frameworks have something available.

Cheers
L.




On Wed, Jan 16, 2013 at 1:24 PM, Bobby Roberts  wrote:

> hi all... a possible client of mine is looking for an online custom print
> shop like 4over4.com.  Are there any open source frameworks like this out
> there?  I'd prefer a django app but will consider other languages.
>




-- 
...we look at the present day through a rear-view mirror. This is something
Marshall McLuhan said back in the Sixties, when the world was in the grip
of authentic-seeming future narratives. He said, “We look at the present
through a rear-view mirror. We march backwards into the future.”

http://www.warrenellis.com/?p=14314

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: print shop framework

2013-01-15 Thread SkuFlow.com
well i'm look for something like 4over4.com where you can design your own
stuff to print then submit it for printing... ie a print shop, not just an
ecommerce storefront.



On Tue, Jan 15, 2013 at 9:48 PM, Lachlan Musicman  wrote:

> It's just an online shop right?
>
> There are plenty of FLOSS frameworks and apps already written for online
> shops. http://www.satchmoproject.com/ or
> https://www.django-shop.org/ecosystem/ for instance.
>
> The hard work isn't in the construction of the site logic, it's the data
> entry (all the items, all the combinations and discounnts etc) and design.
>
> By the same token, the Wordpress plugin http://getshopped.org/ is quite
> good and I'm sure all frameworks have something available.
>
> Cheers
> L.
>
>
>
>
> On Wed, Jan 16, 2013 at 1:24 PM, Bobby Roberts wrote:
>
>> hi all... a possible client of mine is looking for an online custom print
>> shop like 4over4.com.  Are there any open source frameworks like this
>> out there?  I'd prefer a django app but will consider other languages.
>>
>
>
>
>
> --
> ...we look at the present day through a rear-view mirror. This is
> something Marshall McLuhan said back in the Sixties, when the world was in
> the grip of authentic-seeming future narratives. He said, “We look at the
> present through a rear-view mirror. We march backwards into the future.”
>
> http://www.warrenellis.com/?p=14314
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: print shop framework

2013-01-15 Thread Lachlan Musicman
On Wed, Jan 16, 2013 at 1:51 PM, SkuFlow.com  wrote:

> well i'm look for something like 4over4.com where you can design your own
> stuff to print then submit it for printing... ie a print shop, not just an
> ecommerce storefront.
>
>
Ok, I didn't quite pick up on that subtlety - but the concept is still the
same. It would suggest that Django (or a framework) is more suitable than
the wordpress option.

Having said that, it would essentially be ecommerce - but each item
purchased would also have a couple of additional fields - the relevant
design files and maybe some numbers, depending on whether the entire order
should have one design or not. IE the diff between 100 mugs having 1
design, or 100 mugs, 20 with design A, 50 with design B, 30 with design C.

How to do it depends on exact needs, but I would extend something already
developed.


On Tue, Jan 15, 2013 at 9:48 PM, Lachlan Musicman  wrote:
>
>> It's just an online shop right?
>>
>> There are plenty of FLOSS frameworks and apps already written for online
>> shops. http://www.satchmoproject.com/ or
>> https://www.django-shop.org/ecosystem/ for instance.
>>
>> The hard work isn't in the construction of the site logic, it's the data
>> entry (all the items, all the combinations and discounnts etc) and design.
>>
>> By the same token, the Wordpress plugin http://getshopped.org/ is quite
>> good and I'm sure all frameworks have something available.
>>
>> Cheers
>> L.
>>
>>
>>
>>
>> On Wed, Jan 16, 2013 at 1:24 PM, Bobby Roberts wrote:
>>
>>> hi all... a possible client of mine is looking for an online custom
>>> print shop like 4over4.com.  Are there any open source frameworks like
>>> this out there?  I'd prefer a django app but will consider other languages.
>>>
>>
>>
>>
>>
>> --
>> ...we look at the present day through a rear-view mirror. This is
>> something Marshall McLuhan said back in the Sixties, when the world was in
>> the grip of authentic-seeming future narratives. He said, “We look at the
>> present through a rear-view mirror. We march backwards into the future.”
>>
>> http://www.warrenellis.com/?p=14314
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
...we look at the present day through a rear-view mirror. This is something
Marshall McLuhan said back in the Sixties, when the world was in the grip
of authentic-seeming future narratives. He said, “We look at the present
through a rear-view mirror. We march backwards into the future.”

http://www.warrenellis.com/?p=14314

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.