Shopping cart in EE?
Posted: 01 September 2008 03:47 AM   [ Ignore ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Hi all,

Does EE have a shopping cart feature / module?

We need a feature where clients can select items and purchase.

Best regards,
Chris

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 01 September 2008 10:52 AM   [ Ignore ]   [ # 1 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  216
Joined  11-04-2002

EE ships with the Simple Commerce module:

Introducing the ExpressionEngine Simple Commerce Module by pMachine. Fully integrate the purchasing power of PayPal into your existing ExpressionEngine site with this easy to use, flexible solution. Customizable email notifications for each product, member group assignment upon purchase, built in encryption, and automated purchase tracking through PayPal’s Instant Payment Notification service give you the power you need to make your own store.

Hope that helps! smile

 Signature 

stillburning.com | fever of fate

Profile
 
 
Posted: 01 September 2008 08:14 PM   [ Ignore ]   [ # 2 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Actually, all i need is a way to select items and send them via email. No need for online transactions (yet!). Does EE allow developers to program their own code?

And does the commerce module, mentioned above, come with the core free version?

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 01 September 2008 08:23 PM   [ Ignore ]   [ # 3 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Just found out the the Simple Commerce module is not included in the Core version. We plan on obtaining the commercial version soon.

Anyways, after reading through docs. This is what Ive found out:

Simple Commerce Control Panel
Managing Store Items
Managing Store Purchases
Store Email Templates
Instant Payment Notification
PayPal Settings

If not mistaken, this module is like a shopping cart. Can we disable it from connecting to paypal. i.e. if we only need it to manage the items and then send an email out? Is this possible with this module?

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 02 September 2008 12:10 AM   [ Ignore ]   [ # 4 ]  
Moderator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15368
Joined  05-15-2004

No. It’s really rather simple, not much more than a frontend for PayPal. It entirely depends on it.

 Signature 

Everything will be good in the end. If it’s not good, it’s not the end.

Profile
MSG
 
 
Posted: 05 September 2008 06:17 PM   [ Ignore ]   [ # 5 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  223
Joined  01-14-2006

I’m having some success creating a simple EE cart using Webforce Cart, maybe worth a look for you if you know a little php.

www.webforcecart.com

 Signature 

Weblog | New Zealand Web Design Agency

Profile
 
 
Posted: 06 September 2008 03:52 AM   [ Ignore ]   [ # 6 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6543
Joined  04-15-2006

I have something at the moment that I wrote into a plugin and you can have a play on this site if you like just don’t submit the final form please wink

It’s not 100% finished as I would like it to be but it does do everything that the client needed at the time. I am thinking about releasing the plugin at some point and I do usually give everything away for free but as this was for a client site I would probably have to charge or at least ask for donations for it this time.

Anyway if anything else just to say that this kind of thing can be done if you want to store items and then send them via e-mail.

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 06 September 2008 11:40 PM   [ Ignore ]   [ # 7 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008
Mark Bowen - 06 September 2008 03:52 AM

I have something at the moment that I wrote into a plugin and you can have a play on this site if you like just don’t submit the final form please wink

It’s not 100% finished as I would like it to be but it does do everything that the client needed at the time. I am thinking about releasing the plugin at some point and I do usually give everything away for free but as this was for a client site I would probably have to charge or at least ask for donations for it this time.

Anyway if anything else just to say that this kind of thing can be done if you want to store items and then send them via e-mail.

Best wishes,

Mark

Hi Mark,

That is exactly what I need. How did you go about creating this? Did you turn this to an EE plugin of some sort?

Is there any documentation online that I can have a look at to get started on something similar to this?

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 07 September 2008 10:18 PM   [ Ignore ]   [ # 8 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Perhaps an article on how to write plugins for EE?

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 07 September 2008 11:26 PM   [ Ignore ]   [ # 9 ]  
Lab Assistant
RankRank
Total Posts:  122
Joined  07-18-2007

Mark, that’s exactly what I need too.

Profile
 
 
Posted: 08 September 2008 04:29 AM   [ Ignore ]   [ # 10 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6543
Joined  04-15-2006

Hi all,

Oops sorry I must have somehow become un-subscribed to this thread. Don’t know why that happens sometimes - moderators?

Well as a very quick pointer to (kind of) how I went about this project I first of all found this page on the internet and coded my own version of that in standard PHP without even going near ExpressionEngine or a plugin just to see if I could even get my head around it. Luckily I did and so then went about the process of writing up a plugin.

I don’t think my writing an article on plugin creation would be ideal though as I am still getting the hang of things myself and probably do a few things the long-winded way so that may not help but I just followed the developers documentation really and went from there.

I had already made a few really really simple plugins before this too so had a tiny bit of understanding from previous messings around!! What I also did when I was first learning how to write plugins was to download other plugins (simple ones to start with) and see how they worked as I had the knowledge of what they do on the front-end (templates) all I then needed to do was figure out how they do it on the back-end (plugin-code).

That helped an awful lot in learning how to do things.

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 08 September 2008 04:58 AM   [ Ignore ]   [ # 11 ]  
Lab Assistant
RankRank
Total Posts:  122
Joined  07-18-2007

Do you think you’ll release the plugin?

Profile
 
 
Posted: 08 September 2008 05:04 AM   [ Ignore ]   [ # 12 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6543
Joined  04-15-2006

As mentioned here the plugin works fully for the site it was used on. There is still one function that I would like to add into it and usually I do release everything I do for free but on this one there were many sleepless nights so I may well ask for donations (or possibly set a price) on this one. Depends on how much interest I get as to which way I go with it though. wink

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
Posted: 08 September 2008 05:12 AM   [ Ignore ]   [ # 13 ]  
Lab Assistant
RankRank
Total Posts:  122
Joined  07-18-2007

Okay, no probs. I think a fair few people would be interested in this sort of thing. I personally haven’t seen anything similar.

Profile
 
 
Posted: 08 September 2008 07:35 PM   [ Ignore ]   [ # 14 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Mark, fair enough. Good work by the way.

In the meantime, do you know of any articles on how to write your own plugins in EE?

Edit: Just saw you previous post (mentioned above). Thanks

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 17 September 2008 08:08 PM   [ Ignore ]   [ # 15 ]  
Research Assistant
RankRankRank
Total Posts:  375
Joined  07-06-2008

Hi Mark any luck with the shopping cart you were developing for EE? Do we get to test it out?

 Signature 

Live the News For a fun read on news entertainment and pop-culture

Profile
 
 
Posted: 18 September 2008 04:05 AM   [ Ignore ]   [ # 16 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  163
Joined  09-16-2003

Hi Mark,

I’m very curious when your shopping cart will be finished!

 Signature 

AFpunt - - - - A Pointless Weblog - - - -

Profile
 
 
Posted: 18 September 2008 04:13 AM   [ Ignore ]   [ # 17 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  6543
Joined  04-15-2006

Hi Kriz & Gnuus,

Well it is finished on the site where we installed it wink

As I mentioned there is just one function missing at the moment but not a totally important one depending on what kind of store you are running but this plugin (as simple as it may be to a lot of developers to create) took me a while to get working and is also for a client site.

I have always in the past released everything I have made for all and sundry at no cost to anyone but as this was on a commercial site I feel that I possibly should ask for either donations or charge for it as I am pretty sure that quite a few people could do some great things with it but with that comes a lot of support questions of which I would really only have time to do if there was something in it for me wink

Anyway I don’t want to get into money here on the forums or take away from this post any more than I already have done except to say that the plugin does work and you can see it in action by going to the site that I have linked to. If anyone is interested then there is always my e-mail or PM that I can be reached on wink

Best wishes,

Mark

 Signature 

Full List Of Plugins Here!! (16)
 
Retrieve Statuses
Maximum Posts Reached
Neat Link
Redirect
Fetch URI

Profile
 
 
   
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64912 Total Logged-in Users: 28
Total Topics: 81864 Total Anonymous Users: 17
Total Replies: 440101 Total Guests: 182
Total Posts: 521965    
Members ( View Memberlist )
Newest Members:  bjmohrAqua193Bios Elementmjpoteetguimogranwelshmrcfthenetmonkeybenekwhobutsb