نتایج جستجو برای: electronic shopping

تعداد نتایج: 238270  

2015
Aileen Kennedy Joseph Coughlan

Purpose – The purpose of the paper is to examine the benefits delivered to traditional retailers from using shopping portals as their entry mechanism to the online trading environment. The paper also aims to highlight the possible drawbacks inherent in such an approach. Design/methodology/approach – A case study approach was used with an online portal, combining documentary analysis and semi-st...

Journal: :Electronic Markets 1997
Jinwoo Kim

coordination, the systems on top of this can be information processing types of information systems. The information technology infrastructure does not only favour textile and apparel industry. The infrastructure is also adopted by other industrial applications in Hong Kong, such as service industry, transportation logistics, and CAD/CAPP/CAM. Most of these applications cover all of the informa...

2000
Petra Schubert

where she works in the Competence Center for Electronic Markets. She holds a lic. oec. HSG from the University of St. Gallen and a CEMS Master degree granted by the Community of European Management schools. Her original research focus was the analysis of EDI costs and benefits in the Swiss Health Care system. Currently she is responsible for the development of a WWW application for the structur...

2008
Ming-Hsiung Hsiao

This study aims to explore how consumers evaluate these time attributes; i.e., the value of time, when they are facing a shopping mode choice between physical store shopping and e-shopping. For this purpose, it conducts an experiment to acquire data on respondents’ stated preference choices between physical bookstore shopping and online bookstore shopping. It is finally found that the value of ...

2014
Benjamin G. Serfas Oliver B. Büttner Arnd Florack

The present study proposes arousal as an important mechanism driving buying impulsiveness. We examined the effect of buying impulsiveness on arousal in non-shopping and shopping contexts. In an eye-tracking experiment, we measured pupil dilation while participants viewed and rated pictures of shopping scenes and non-shopping scenes. The results demonstrated that buying impulsiveness is closely ...

2011
Rohaizan Ramlan Z. Omar

Abstract: Online shopping is a process in which buy goods or services through the Internet. With large of consumer using Internet for online shopping, it is not clear what drives them to shop online (Monsure et al., 2006) and studies regarding consumer behavior towards online shopping in the Malaysian environment is still limited number (Haque and Khatibi, 2006). Thus, this study objective is t...

2016
Kwoting Fang

Strides in information technology and improvements in networking technology have set the pace for rapid growth in new applications of electronic commerce in a variety of settings. Business to business (B2B), business to customer (B2C), customer to business (C2B), and customer to customer (C2C) have become prevalent business channels and have reshaped the ways that business transactions are cond...

Journal: :Electronic Markets 2003
Leo R. Vijayasarathy

Shopping orientations are useful in the study of patronage behaviour including store loyalty, brand loyalty, in-home shopping, and out-shopping. This paper describes an empirical study that examined the relationship between shopping orientations, product types, and consumer intentions to use the Internet for shopping. Analyses of data collected from over 750 survey respondents reveal that home,...

2012
Vinh-Tiep Nguyen Trung-Nghia Le Quoc-Minh Bui Minh-Triet Tran Anh Duc Duong

Multimedia, social media content, and interaction are common means to attract customers in shopping. However these features are not always fully available for customers when they go shopping in physical shopping centers. The authors propose Smart Shopping Assistant, a multimedia and social media augmented system on mobile devices to enhance users’ experience and interaction in shopping. Smart S...

2004

This study examines contemporary shopping centres from a critical standpoint as spatial devices of the current global socio-economic system in which public realm is reduced to an active shopping realm. Thus, shopping centres that are spatial instruments of modern consumption culture are being transformed into means of social disintegration by breaking individual from community. Therefore, the a...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->