Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
shopping cart
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Daniel Fetchinson  
View profile  
 More options Mar 18 2011, 11:23 am
From: Daniel Fetchinson <fetchin...@googlemail.com>
Date: Fri, 18 Mar 2011 16:23:41 +0100
Local: Fri, Mar 18 2011 11:23 am
Subject: shopping cart
Hi folks,

I know it was asked a couple of times already and I've searched around
and found basically nothing so just checking in whether anyone knows
of a shopping cart solution or any other typical part of an ecommerce
solution based on tg that was perhaps developed since this question
came up last time.

Cheers,
Daniel

--
Psss, psss, put it down! - http://www.cafepress.com/putitdown


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Mar 19 2011, 10:23 am
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Sat, 19 Mar 2011 15:23:41 +0100
Local: Sat, Mar 19 2011 10:23 am
Subject: Re: [TurboGears] shopping cart
I have one that I'm going to release in a few days. It supports
payment by using paypal.
Let me put it somewhere and I'll give you the link.

On Fri, Mar 18, 2011 at 4:23 PM, Daniel Fetchinson


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Mar 19 2011, 10:41 am
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Sat, 19 Mar 2011 15:41:07 +0100
Local: Sat, Mar 19 2011 10:41 am
Subject: Re: [TurboGears] shopping cart
On Sat, Mar 19, 2011 at 3:23 PM, Alessandro Molina

<alessandro.mol...@gmail.com> wrote:
> I have one that I'm going to release in a few days. It supports
> payment by using paypal.

In the meanwhile you can fetch it from here:
  hg clone http://repo.axant.it/hg/stroller

You might find some bugs as it has not been tested on production and
it is a spare time project.
It is implemented as a library, to make it work inside your
application you must add:

INSIDE MODEL.PY
        from stroller.model import init_stroller_model
        Product, ProductInfo, Category, Order, OrderItem =
init_stroller_model(DBSession, DeclarativeBase)

INSIDE HELPERS.PY
        from stroller.helpers import stroller_url, icons, category_icon

INSIDE WEBSETUP.PY
            from stroller.model import setup_stroller_database
            from stroller.model import init_stroller_model

            init_stroller_model(DBSession, DeclarativeBase)
            setup_stroller_database(DBSession, DeclarativeBase, User, Group)

INSIDE ROOT.PY
        from stroller.controllers.ecommerce import StrollerController
**inside the rootcontroller**
        shop = StrollerController()

you should then be able to access it from the /shop url of your
application. I'm sorry for the lack of documentation but as I said it
has been developed in a weekend rush and still pending some love
before a stable release :D

If you have any problem let me know


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Fetchinson  
View profile  
 More options Mar 19 2011, 12:18 pm
From: Daniel Fetchinson <fetchin...@googlemail.com>
Date: Sat, 19 Mar 2011 17:18:47 +0100
Local: Sat, Mar 19 2011 12:18 pm
Subject: Re: [TurboGears] shopping cart

Hi, thanks a lot, this looks really great!

It uses tg2 and sqlalchemy, right? In the first approximation I was
looking for something for tg1 and sqlobject, but your solution also
helps because I can try porting it to tg1 and so. Or I can think about
moving finally to tg2 and sa? Maybe although I'm not sold on this idea
yet :)

Cheers,
Daniel

--
Psss, psss, put it down! - http://www.cafepress.com/putitdown


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Diez B. Roggisch  
View profile  
 More options Mar 19 2011, 4:08 pm
From: "Diez B. Roggisch" <de...@web.de>
Date: Sat, 19 Mar 2011 21:08:09 +0100
Local: Sat, Mar 19 2011 4:08 pm
Subject: Re: [TurboGears] shopping cart

> It uses tg2 and sqlalchemy, right? In the first approximation I was
> looking for something for tg1 and sqlobject, but your solution also
> helps because I can try porting it to tg1 and so. Or I can think about
> moving finally to tg2 and sa? Maybe although I'm not sold on this idea
> yet :)

go use SA. Really. I appreciat Oleg's work with SO, but SA is one of  
the most outstanding ORMs and SQL toolkits in existence. Not only code-
wise, but also regarding documentation & support.

TG1 or TG2 don't matter, especially now that Pyramid is out there -  
neithe is "the latest and greatest", but of course they work just fine.

Diez


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ydeveloper  
View profile  
 More options Sep 12 2012, 3:20 am
From: Ydeveloper <ydevelo...@gmail.com>
Date: Wed, 12 Sep 2012 00:20:08 -0700 (PDT)
Local: Wed, Sep 12 2012 3:20 am
Subject: Re: shopping cart

Hey Daniel, this is first I heard about tg - a shopping cart solution.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raj  
View profile  
 More options Nov 5 2012, 1:35 am
From: Raj <www.raj....@gmail.com>
Date: Sun, 4 Nov 2012 22:35:00 -0800 (PST)
Subject: Re: [TurboGears] shopping cart

Planning to develop an e-commerce application.
Please express your honest opinions regarding developing it in +TurboGears  
What are the challenges I need to overcome and how much time (approx) it
will take to complete if we are using TG ?
What is the current status of this stroller?
Do any web sites using this now?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mengu  
View profile  
 More options Nov 5 2012, 12:31 pm
From: Mengu <whalb...@gmail.com>
Date: Mon, 5 Nov 2012 09:31:01 -0800 (PST)
Local: Mon, Nov 5 2012 12:31 pm
Subject: Re: shopping cart
hi raj,

turbogears is a scalable framework so you can happily build an e-
commerce application with it. the plus side is within the upcoming
releases there will be performance improvements. if you are asking for
a developer perspective, i honestly cannot think why one wouldn't
develop an e-commerce app with tg2. as i am developing one nowadays.

the challenges you need to overcome with an e-commerce application is
your database design. after that everything will be built around it. i
believe if you plan accordingly and well, have your initial design
ready, you can build it in 2 months but this applies to any other tool
as well. 2 months may seem long however it is not. i suggest you give
it 3 months and have every single detail working.

On Nov 5, 8:35 am, Raj <www.raj....@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zhan zou  
View profile  
 More options Nov 5 2012, 10:32 pm
From: zhan zou <zouzha...@gmail.com>
Date: Mon, 5 Nov 2012 19:32:17 -0800 (PST)
Local: Mon, Nov 5 2012 10:32 pm
Subject: Re: shopping cart

how about "http://pypi.python.org/pypi/shoppingCart/1.3.0"
I decide to use it to develop.

在 2011年3月18日星期五UTC+8下午11时23分41秒,Daniel Fetchinson写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alessandro Molina  
View profile  
 More options Nov 6 2012, 5:13 am
From: Alessandro Molina <alessandro.mol...@gmail.com>
Date: Tue, 6 Nov 2012 11:13:20 +0100
Local: Tues, Nov 6 2012 5:13 am
Subject: Re: [TurboGears] Re: shopping cart

Around an year ago I released the little eCommerce project I was talking
about previously in this thread.
I don't have much time to bring it forward, but was fairly complete and
supported pluggable interface, if anyone is interested in using it I'm glad
to hear any feedback.

http://pypi.python.org/pypi/stroller

I'm not sure it works with 2.2, last time I had to use it was on 2.1, but
should be fairly easy to migrate it in case.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »