search for: ecommerce

Displaying 20 results from an estimated 123 matches for "ecommerce".

Did you mean: commerce
2017 Aug 27
6
regex - optional part isn't considered in replacement with gsub
Hello, I need some help with regex. I have this to sentences. I need to extract both "49MU6300" and "LE32S5970" and put them in a new colum "SKU". A) SMART TV UHD 49'' CURVO 49MU6300 B) SMART TV HD 32'' LE32S5970 DataFrame for testing: ecommerce <- data.frame(a = c(1,2), producto = c("SMART TV UHD 49'' CURVO 49MU6300", "SMART TV HD 32'' LE32S5970")) I'm using gsub like this: 1.- This would capture A as intended but only "32S5970" from B (missing "LE&q...
2017 Aug 28
0
regex - optional part isn't considered in replacement with gsub
...mple: "PG-9021". > > As for the <end of character string>, it's now corrected. There > shouldn't be any case of this (if there are, just ignore them). > > I've tried to apply different gsub operations to capture different > cases, for example: > > ecommerce$sku <- > gsub("(.*)([a-zA-Z]?{2}[0-9]{2}[a-zA-Z]{1,2}[0-9]{2,4})(.*)", "\\2", > ecommerce$producto) > > > ecommerce$sku <- gsub("(.*)([0-9]{2}[a-zA-Z]{1,2}[0-9]{2,4})(.*)", > "\\2", ecommerce$sku) > > > ecommerce$sku <- &gt...
2018 Sep 26
1
Which is the best open source ecommerce platform?
Good afternoon from Singapore, There are far too many choices when it comes to open source ecommerce solutions. Are there any credible rankings of open source ecommerce platforms? Which open source ecommerce solution do you think is the best and tell me why. Thank you. ===BEGIN SIGNATURE=== Turritopsis Dohrnii Teo En Ming's Academic Qualifications as at 30 Oct 2017 [1] https://tdtemc...
2011 Feb 24
4
OT: Ecommerce hosting
Would appreciate some suggestions for ecommerce hosting. Been using, cough, cough, godaddy, for about 5 or 6 yrs but in the last year or so, they really suck. Did the hosting myself for a while prior to going with godaddy but I don't have time to babysit. Seems godaddy would rather spend millions advertising during the Super Bowl than put t...
2006 Feb 21
2
Production ecommerce sites?
Hi All First post and its a question of Rails abilities. I was wondering if their are any examples of a Rails application driving an ecommerce shop site. Selling a catalogue of products? We''re looking at starting our first major Rails project at work and wanted to gather some examples to sell to the MD as PHP is becoming a drag and there''s so much more possibility in Rails. All the best. Doug -------------- next part...
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
2017 Aug 27
0
regex - optional part isn't considered in replacement with gsub
...2 letters. > > > I think those cover the mayority of skus. So I would appreciate a a > guidence on how to extract all those different patterns. > > Relate but not the question asked: The idea is that after extracting > the skus, there should be skus repeted accros the different ecommerce. > Those skus would permit us to compare the products and their prices. > > > Thank you in advance. > > > > > > > > > > > > > > > 2017-08-27 12:10 GMT-05:00 Bert Gunter <bgunter.4567 at gmail.com>: >> You may have to provide us mo...
2009 Mar 15
4
php 5.2
Hi, Is there any news about CentOS 5.2 updating to php 5.2? Best Regards, Melinda Odom Design Hosting, Inc. Web Design, Web Hosting, & Ecommerce Solutions 479-471-0891 CST info at designhosting.biz http://www.designhosting.biz
2005 Jul 05
2
root@localhost email problem
I have another problem with the email root at localhost not working now on centos 3.5 with plesk. This has always worked in the past. Anytime I test my ecommerce store the default email address has been root at localhost and has sent an email to my domain email address when testing. Just recently this has stopped working. The ecommerce store is php. I contacted the ecommerce store developer and root at localhost works for him and he is hosting at Pair Net...
2006 Nov 20
1
Getting started with ActiveMerchant & new Ecommerce book
Hi there I''ve got a copy of the ''Beginning Ruby on Rails Ecommerce'' book and am trying to integrate ActiveMerchant into my app. My order.rb file has the line: ''include ActiveMerchant::Billing'' per the book. My Order model also has, amongst other things, the following validation: '' validates_inclusion_of :billing_country, :...
2012 May 10
6
Is it suitable using STI?
I have problems on a simple design problem. I have many companies. Each company have one or more commercial activity. Activities types are: ecommerce, local unit, television, automatic vending machines, and so on. Company may have one or more ecommerce activity or one or more local unit activity, one ormore vending machines, etc. How can I model this scenario? Company has_many ecommerce has_many local_units has_many televisions and so on? -- Y...
2006 Jun 11
1
Best encoding/charset for rails ecommerce site?
Normally, I''d just use UTF-8 but the more I read about ruby, the more confused I am about selecting the most trouble-free encoding. I''m using ruby 1.8.2, rails 1.1.2, postgresql 7.4.7 on Debian stable. The website is in English and will sell products to U.S. and Canadian customers so it needs to support special characters found in Spanish and French names. Which of these 3
2007 Mar 28
1
Unsetting Global Vars
...ariable as 'scratch' space and later the parent to grab it. Basically I need to be able to do the opposite of variable inheritance. I need to propagate a variable status up the channel chain instead of down. -- Johann Hoehn Project Coordinator, Administration Direct: 270-707-2040 x 4011 Ecommerce Corporation (www.ecommerce.com)
2005 Dec 20
9
Mad Rails
Hello all, I work for a company located in Madison, WI and we''re looking at replacing a pre-Struts J2EE ecommerce app with Rails. ''ve been using Rails with pleasure for the last year on several supporting applications, and I have everyone else convinced that it''s at least worth investigating. The developer team has a few experienced Java developers who are intrigued by the producti...
2006 Jan 06
7
Question
All, I am looking to write an ecommerce application and debating using rails or struts. Any advice as to which path to follow.
2006 Dec 04
5
ruby on rails ecommerce tests are failing, but why?
i am working through the Beginning Ruby on Rails Ecommerce book and on page 101 where it is talking about integration tests, i run test/integration/book_test.rb and it fails giving me the following error message: 1) Failure: test_book_administration(BookTest) [test/integration/book_test.rb:45:in `add_book'' test/integration/book_test.rb...
2012 Jun 06
1
Data scientist // Berlin-based startup using probabilistic models in ecommerce
*Fluidshopping is a Berlin-based startup working on a customer analytics tool for online retailers. Customer Lifefitime Value (CLV) is the mythical 'magic number', the amount of money a particular customer will ever bring in. Knowing your CLV makes it trivial to: - optimize marketing spend for different inbound channels. - identify your highest value customers, - identify those in danger
2005 Jun 03
2
liblber.sl.2 For HP-UX 11
Hello All, When I try to start SAMBA I get an error message saying i'm missing the liblber.sl.2 It says that if I download the libraries for OPENLDAP, this library should be included. But it does not get installed and I cannot find it anywhere. Does anyone have any suggestions. I'm on a HP-UX11 box. Thanks Notice: This transmission is for the sole use of the intended
2006 Jul 30
2
Comments on rails usage
Hello, I''m the CTO for a new startup. I''ve recommended that we utilise Ruby on Rails, but my CEO & investors need a little more convincing [new technology, managing risk, etc..]. Are there any CTO''s or similar of ecommerce startup''s or existing organisations that have moved to Ruby on Rails that would be willing to have a 5-10 chat with my CEO about their experiences to date ? rgds, - matt. -- Posted via http://www.ruby-forum.com/.
2005 Dec 30
2
newbie
Hello There I new to rails development and looking to write a simple site using rails. Does any one know of and example ecommerce application that that I can use as a base to build from. My db schema is very simple--product, categories, orders and order_item tables. Any suggestions will be highly appreciate. Thanks Pat