similar to: Spree - Full commerce solution for Ruby on Rails

Displaying 20 results from an estimated 5000 matches similar to: "Spree - Full commerce solution for Ruby on Rails"

2012 Nov 11
0
Spree commerce and styling menu CSS
Hi. I making a shop on spree e-commerce, and I have problem with style menu CSS. http://ns383595.ovh.net/test/menu.png . How can I edit CSS file on spree to have manu like in My template like this http://rafal-serwer.gogler.eu/intimiti/index.html -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2009 May 04
2
Spree 0.8.0 Released (Rails eCommerce Project)
Spree is an open source ecommerce solution for Ruby on Rails. http://spreecommerce.com/articles/2009/05/04/spree-0-8-0-released/ I''ll also be leading a BOF at RailsConf where we will be chatting about Rails commerce so hopefully I''ll see you there! Sean Schofield Twitter: @railsdog
2007 Aug 17
1
Need volunteers for new Rails based shopping cart
We''re currently looking for volunteers on the new RailsCart[1] project. The idea is to build something relatively simple with all of the features that most open source shopping carts seem to be missing. We''ll be using ActiveMerchant for all of our payment gateway needs. We''re not trying to build the ultimate shopping cart. This is designed for Rails developers who need
2009 Apr 20
0
Add partial view to Spree
Hello, I am new to Spree, so my question might look dump. How can I use extension to add partial view to any existing view in Spree? How can I determine exactly where my view will go? For my app I just want to add a div block to /shared/_taxonomies.html.erb, is there anyway to do this except overwriting this file with my extension? I have read Extension tutorial several times, but I am not more
2010 Apr 19
0
Railsdog is Hiring (D.C. Metro w/possible Telecommute)
Rails Dog is now hiring experienced Ruby/Rails developers for full time positions. Developers will be working primarily on client work related to the Spree e-commerce project. This is a great opportunity to work for a company that is passionate about open source. MS Word is the only commercial software you are likely to encounter in our office! Come join our team and help shape the future of
2012 Mar 07
0
Making API call for users(SPREE)
Hi All, Spree supports 7 API Calls: => Orders => LineItems => Shipments => InventoryUnits => Products => Countries => States I want to make an API which can create users in Get Method and Respond me back when the user is signed in. & The same when I post the user name and password it should signup and give me the API key through which I can access the
2002 Apr 05
0
[Fwd: [Netjuke-users] getid3 dev on a coding spree...]
Just in case any enterprising souls out there feel up to the challenge of determining play time and bitrate average for Ogg Vorbis files via PHP, I send along this message from the programmer of the NetJuke project. (http://netjuke.sourceforge.net) -- Karel P Kerezman, IS Admin Entercom Portland http://greyduck.net [ A diplomat thinks twice before saying nothing. ] <strong>attached
2009 Nov 14
4
how to login in spree
any one cn tell me how i cn login in spree when i click on login button it redirects t0 https://localhost/login -- Posted via http://www.ruby-forum.com/.
2018 Oct 01
1
Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud
Hi Jonathan, Configuring SELinux is somewhat complicated, so I would usually set SELinux mode to permissive. ________________________________ From: CentOS <centos-bounces at centos.org> on behalf of Jonathan Billings <billings at negate.org> Sent: Saturday, September 29, 2018 7:48 PM To: CentOS mailing list Subject: Re: [CentOS] Step-by-Step Tutorial: How to Setup Your Own
2006 Jun 07
0
Call for contributors to create a COMMERCE WIKI PAGE
COMMUNITY NEEDS A COMMERCE HOWTO Many people are asking about the topic of collecting credit card payments and finding a provider. I need to do this for my business, so I propose we make it as clear as possible for people to get started. LOCATION http://wiki.rubyonrails.com/rails/pages/HowToDoACommerceSite WHAT IT COULD CONTAIN The page could contain information and procedures to: * set up
2018 Sep 29
0
Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud
On Sep 28, 2018, at 20:08, Turritopsis Dohrnii Teo En Ming <turritopsis.dohrnii at teo-en-ming.com> wrote: > > Good morning from Singapore, > > > You can read my step-by-step tutorial on How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud at any one of my two redundant blogs. My blogs were
2018 Sep 29
5
Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud
Good morning from Singapore, You can read my step-by-step tutorial on How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud at any one of my two redundant blogs. My blogs were configured in RAID 1 mirroring array.
2006 Jun 05
7
Building a UK based e-commerce store in rails
I have built a few sites with Rails, however I have been approached by a company wanting an e-commerce / online shop built. I would love to build one in rails with the knoweledge I now have. I have the agile book and the pickaxe book they are my reference guide. However there is virtually nothing on creating real world e-commerce sites in rails. They will be selling to both businesses and the
2006 Aug 02
0
Update to e-commerce e-book
I have just released the first revision since the initial release of The Money Train, Building e-commerce sites using Ruby on Rails. It is available for purchase now at http://www.agilewebdevelopment.com/ book. Here''s a list of major changes since the initial release: - Added content to Gift Certificates chapter about legal and accounting details. - Added product options section.
2006 Mar 16
0
Commerce Server 2002
Was wondering if anyone knows if Ruby on Rails will run on Microsoft Commerce Server 2002? -- Posted via http://www.ruby-forum.com/.
2008 Jul 16
2
New transactional enterprise e-commerce web site
We are close to releasing a high-volume, multi-lingual, e-commerce site in Ruby on Rails that has previously been written in an alternative Java framework (e.g. servlets and JSP). This is a real-time 24/7 betting and gaming web site based out of Gibraltar in Europe. When we embarked on this project, we really wanted to find examples of other high-volume web sites that had adopted RoR. We did
2006 Aug 02
3
Data relationships for e-commerce: users, orders, addresses
Hi there I''m in the process of developing an e-commerce Rails app but am getting a little stuck on what models I should be working with on the order/checkout side of things. The app requires users to be registered and authenticated to checkout. So I already have a User model and an Order model (which belongs to a User). The Order model is largely similar to that used in the Agile Rails
2001 Feb 06
2
music e-commerce using vorbis
Hi, I am the CTO of an online e-commerce site selling signed underground music. We're just about to begin with mp3 distribution by download. I have looked into Ogg Vorbis, and it is interesting for us to both avoid the mp3 patent stuff (what's the legal status of Fraunhofer looking into any possible patent infringements by Ogg?), and WMA. However, I still don't think Ogg Vorbis is
2009 Aug 25
0
Spree custom css not working
I followed "2.2 Add the stylesheet to the default layout" at http://spreecommerce.com/documentation/customization_tutorial.html#createthecustomstylesheet Doesn''t work. The file gets copied over but not the <link ... /> -- Posted via http://www.ruby-forum.com/.
2006 Mar 16
10
Substruct Open Source E-Commerce Platform
Finally it''s here :) The Rails app to do battle with the likes of Miva Merchant and OS Commerce! I''m releasing Substruct 0.051 into the wild. More information here: http://dev.subimage.com/projects/substruct Please check it out! I''d love to hear all of your thoughts - and I''m looking for contributors! -- seth at subimage interactive