12 replies [Last post]
jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Was this information Helpful?

My first Ubercart site is live!

http://www.sassysweettreats.com

This was developed for a client in NJ who has a cookie and baked goods company that is small but growing. I tried Zen Cart (groan) and Drupal's E-Commerce module (ugh) before coming to Ubercart (yay!).

The design is based on the Drupal Foundation theme.

Since my client didn't want the ubercart.org link at the bottom of the page I've made a donation to Ubertcart since the support here was so great and I really think it's a great project. I think it's a good tradition to start and I encourage others to donate when they launch a site using Ubercart to support what's going on here. When I have more lucrative projects I'll definitely donate more than I was able to this time.

Hopefully this is the first Ubercart site of many for me!

Cheers,

jimi

cosmo83@drupal.org's picture
Offline
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik
Joined: 08/08/2007
Juice: 236
Re: Sassy Sweet Treats

Kewl, I see that the Fedex module is working as it should.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Sassy Sweet Treats

This site is incredible! I love it! The theme is simple, the products look AMAZING, and it's very easy to use. Congratulations on this, and thank you for your donation. I highly encourage you to post about your site at Drupal.org. The extra publicity would be great... especially if you include your quote about Ubercart in your post here. Eye-wink

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Sassy Sweet Treats

Oh man, I just ate lunch and I'm too full to be looking at cookies and brownies. They look delicious though. I like the design of the site. No frills or distractions to keep people from their purpose for being there.

jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Re: Re: Sassy Sweet Treats

Thanks for the feedback and compliments guys. Ryan, I'll definitely post over at Drupal.org and include the Ubercart info!

Smiling

And yes, Cosmo, FedEx is working great and I should have included in my first post a big THANKS to him for getting the module working. That was huge.

jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Re: Re: Re: Sassy Sweet Treats
Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Re: Re: Sassy Sweet Treats

You rock. And I still love this site. Great product presentation and simple site structure. Nail down the cart thing and you'll be rocking. (Even just a primary link to the shopping cart would be fine for now... or you can use uc_cart_get_contents() to return an array of a cart's contents... if the count() of that array is 0, then you know it's empty and wouldn't need to show a View/Checkout link.)

johandenhollander's picture
Offline
Joined: 09/27/2007
Juice: 79
Re: Re: Re: Re: Re: Sassy Sweet Treats

Jimi, I stumbled upon your site while looking for ubercart examples on the net!
Great looking site. Keep up the good work!

Johan

jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Re: Re: Re: Re: Re: Sassy Sweet Treats

Ahh, thanks for the tip Ryan. I'll figure that out this week.

And thanks for the props Johan, I appreciate it.

Now I just need another client who needs e-commerce done so I can keep utilizing Ubercart!

psynaptic's picture
Offline
Early adopter... addicted to alphas.Not KulvikTheminator
Joined: 08/28/2007
Juice: 731
Re: Re: Re: Re: Re: Re: Sassy Sweet Treats

This site is fantastic. I'd like to echo what Ryan and others have said in that it's clean, simple and doesn't allow the customer to be distracted from making a purchase. This is good a benchmark for us all to make simple ecommerce sites.

jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Re: Re: Re: Re: Re: Re: Re: Sassy Sweet Treats

Thanks Rich, I appreciate it.

Smiling

gunny@drupal.org's picture
Offline
Joined: 11/11/2007
Juice: 39
Re: Sassy Sweet Treats

+2 cents for a clean and neat interface. Is there any specific reason why you chose authorize.net as payment provider instead of paypal ...

is there a support for google checkout in ubercart

ryan: signing through drupal threw runtime errors

    * warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/vhosts/www.ubercart.org/modules/user/user.module on line 368.
    * warning: array_fill() [function.array-fill]: Number of elements must be positive in /var/www/vhosts/www.ubercart.org/modules/user/user.module on line 369.
    * warning: implode() [function.implode]: Bad arguments. in /var/www/vhosts/www.ubercart.org/modules/user/user.module on line 369.
    * user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /var/www/vhosts/www.ubercart.org/includes/database.mysql.inc on line 172.
jimi089's picture
Offline
Uber Donor
Joined: 09/07/2007
Juice: 219
Thanks Gunny. We went with

Thanks Gunny.

We went with Authorize.net because it integrated very easily with Ubercart and because my client liked them.