Sassy Sweet Treats

Posts: 104
Joined: 09/07/2007
Uber Donor

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

Posts: 110
Joined: 08/08/2007
Bug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

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

Posts: 5379
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

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

Posts: 2273
Joined: 08/07/2007
AdministratoreLiTe!

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.

Posts: 104
Joined: 09/07/2007
Uber Donor

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.

Posts: 104
Joined: 09/07/2007
Uber Donor
Posts: 5379
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

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.)

Posts: 16
Joined: 09/27/2007

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

Johan

Posts: 104
Joined: 09/07/2007
Uber Donor

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!

Posts: 329
Joined: 08/28/2007
Early adopter... addicted to alphas.Not KulvikTheminator

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.

Posts: 104
Joined: 09/07/2007
Uber Donor

Thanks Rich, I appreciate it.

Smiling

Posts: 14
Joined: 11/11/2007

+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.

Posts: 104
Joined: 09/07/2007
Uber Donor

Thanks Gunny.

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