Selling (2024)

" + "Apparently the endpoint has not yet been provided here for this instance. Please consult with your community team to get this feature enabled for you." + "

"; break; } resultsPage = resultsPage + "

"; resultsPage = resultsPage + "

Incorrectly formed response. Error parsing JSON.

"; resultsPage = resultsPage + "

Request details

"; resultsPage = resultsPage + "

From: "+startDate+"

"; resultsPage = resultsPage + "

To: "+endDate+"

"; resultsPage = resultsPage + "

Source Board: "+sourceBoard+"

"; resultsPage = resultsPage + "

Archive Board: "+archiveBoard+"

"; resultsPage = resultsPage + "

'Not solved only' flag: "+notSolvedOnly+"

"; resultsPage = resultsPage + "

'Move threads' flag: "+moveThreads+"

"; resultsPage = resultsPage + "

URL: "+url+"

"; resultsPage = resultsPage + jqXHR.responseText; resultsPage = resultsPage + "

"; processedBoards = processedBoards + 1; if(processedBoards == sourceBoard.length) { printResults(resultsPage); } } ); } } else { $("

").text("Dates or archive board not set.").dialog({title: "Error"}); console.log("ARCHIVE COMPONENT ERROR: Incorrect dates or destination board"); } }); function printResults(resultsPage) { jQuery(".ebay-component-archive-threads #archive-component-status").empty(); $("#archiveThreadForm")[0].reset(); $(parseHTML(resultsPage)).dialog({ width: "500px", modal: true, title: "Archive threads results" }); } // see https://bestofjs.org/projects/you-dont-need-jquery function parseHTML(string) { const context = document.implementation.createHTMLDocument(); // set the base href for the created document so any parsed elements with URLs // are based on the document's URL const base = context.createElement('base'); base.href = document.location.href; context.head.appendChild(base); context.body.innerHTML = string; return context.body.children; } })(LITHIUM.jQuery);;(function($) { $(window).scroll(function() { if ($(window).scrollTop() > 300) { if($(window).scrollTop() + $(window).height() < $(document).height() - ($(".lia-content > .lia-top-quilt .lia-quilt-row-footer").height() + $('#fetched-footer').height())) { $("#custom-back-to-top-link").addClass('show'); } else { $("#custom-back-to-top-link").removeClass('show'); } } else { $("#custom-back-to-top-link").removeClass('show'); } }); $("#custom-back-to-top-link").on('click', function(e) { e.preventDefault(); $('html, body').animate({scrollTop:0}, '300'); });})(LITHIUM.jQuery);;(function($) { var targets = '.custom-message-tile .UserAvatar.lia-link-navigation, .custom-message-tile .user-name-link'; var mediaHover = window.matchMedia('(hover: hover) and (pointer: fine)'); var triggerType = 'click'; var timer; if( mediaHover.matches ) { triggerType = 'hover'; } function showCard( thisCard ) { if ($(thisCard).parents('.lia-component-users-widget-menu, .user-profile-card').length > 0) { return; } if( $(thisCard).children( '.user-profile-card' ).length > 0 ) { $(thisCard).children( '.user-profile-card' ).show(); return; } var divContainer = $('

'); $(thisCard).append(divContainer); var userId = $(thisCard).attr('href').replace(/.*\/user-id\//gi,''); var windowWidth = $(window).width(); var left = $(thisCard).offset().left; var cardWidth = divContainer.outerWidth(); if ((left + cardWidth) > (windowWidth - 25)) { var adjustment = (left + cardWidth) - (windowWidth + 25) + 50; divContainer.css('left', (-1 * adjustment) + 'px'); } $.ajax({ url: '/plugins/custom/ebay/ebay01/profile-card?tid=-8495579562771635227', type: 'post', dataType: 'html', data: {"userId": userId}, beforeSend: function() {}, success: function(data) { $('.info-container', divContainer).append(data); $(divContainer).show(); }, error: function() { $('.info-container', divContainer).append(error); $(divContainer).show(); }, complete: function() { // console.log( 'complete' ); } }); }; if( triggerType == 'hover' ) { $( 'body' ).on({ mouseenter: function( evt ) { clearTimeout( timer ); evt.preventDefault(); evt.stopPropagation(); var thisCard = $(this); timer = setTimeout( function() { thisCard.attr( 'style', 'position:relative;display:inline-block;' ); showCard( thisCard ); }, 250 ); }, mouseleave: function(evt) { clearTimeout( timer ); evt.preventDefault(); evt.stopPropagation(); $('.user-profile-card').hide(); } }, targets ); // listener } $( 'body' ).click( function() { if( $(this).parents( '.user-profile-card' ).length == 0 ) { $('.user-profile-card').hide(); } });})(LITHIUM.jQuery);LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:lightboxRenderComponent","parameters":{"componentParams":"{\n \"triggerSelector\" : {\n \"value\" : \"#modal_65545a045a3fe5\",\n \"class\" : \"lithium.util.css.CssSelector\"\n }\n}","componentId":"custom.off-domain-modal"},"trackableEvent":false},"tokenId":"ajax","elementSelector":"#modal_65545a045a3fe5","action":"lightboxRenderComponent","feedbackSelector":false,"url":"https://community.ebay.com/t5/forums/forumpage.modal:lightboxrendercomponent?t:ac=board-id/selling-db/redirect_from_archived_page/true&t:cp=common/contributions/linkcontributionpage","ajaxErrorEventName":"LITHIUM:ajaxError","token":"f08fNMmbv-FuOnU0HkDETcydrUcIEp8QD4_FFTuCWLU."});LITHIUM.Dialog.options['-440548559'] = {"contentContext":"custom.off-domain-modal","dialogOptions":{"minHeight":174,"draggable":true,"maxHeight":500,"resizable":false,"autoOpen":false,"width":500,"minWidth":310,"dialogClass":"lia-content lia-panel-dialog lia-panel-dialog-modal-simple","position":["center","center"],"title":"External Site","modal":true,"maxWidth":310},"contentType":"ajax"};LITHIUM.Dialog({ "closeImageIconURL" : "https://community.ebay.com/skins/images/87FE869DEB2BF03A64749BADFF3F399B/theme_hermes/images/button_dialog_close.svg", "activecastFullscreen" : false, "dialogTitleHeadingLevel" : "2", "dropdownMenuSelector" : ".lia-menu-navigation-wrapper", "accessibility" : true, "triggerSelector" : ".lia-panel-dialog-trigger-event-click", "ajaxEvent" : "LITHIUM:lightboxRenderComponent", "focusOnDialogTriggerWhenClosed" : false, "closeEvent" : "LITHIUM:lightboxCloseEvent", "defaultAriaLabel" : "", "dropdownMenuOpenerSelector" : ".lia-js-menu-opener", "buttonDialogCloseAlt" : "Close", "dialogContentCssClass" : "lia-panel-dialog-content", "triggerEvent" : "click", "dialogKey" : "dialogKey"});;(function($) { var targetHref = ""; $(document).on('click', 'a', function(event) { var href = $(this).attr('href'); var isModalButton = $(this).hasClass("is-modal-button"); if( href !== '' && !isModalButton){ var tempLink = document.createElement('a'); tempLink.href = href; var targetHostname = tempLink.hostname; var currentHostname = window.location.hostname; var whitelist = "ar.ebay.com,befr.ebay.be,benl.ebay.be,bill.ebay.com,bo.ebay.com,br.ebay.com,by.ebay.com,cafr.ebay.ca,careers.ebayinc.com,cl.ebay.com,co.ebay.com,communaute.ebay.fr,community-befr.ebay.be,community-benl.ebay.be,community.cafr.ebay.ca,community.ebay.ca,community.ebay.co.uk,community.ebay.com,community.ebay.com.au,community.ebay.de,community.ebay.in,community.ebay.it,community.ebay.nl,community.ebay.pl,comunidad.ebay.es,cr.ebay.com,developer.ebay.com,do.ebay.com,ebay.at,ebay.be,ebay.ca,ebay.ch,ebay.cn,ebay.co.jp,ebay.co.kr,ebay.co.uk,ebay.com,ebay.com.au,ebay.com.hk,ebay.com.my,ebay.com.sg,ebay.com.tw,ebay.de,ebay.es,ebay.fr,ebay.ie,ebay.in,ebay.it,ebay.nl,ebay.ph,ebay.pl,ebayads.com,ebayinc.com,ebaymainstreet.com,ec.ebay.com,export.ebay.com,facebook.com,feedback.cafr.ebay.ca,feedback.ebay.be,feedback.ebay.ca,feedback.ebay.co.uk,feedback.ebay.com,feedback.ebay.com.au,feedback.ebay.de,feedback.ebay.es,feedback.ebay.fr,feedback.ebay.in,feedback.ebay.it,feedback.ebay.nl,feedback.ebay.pl,gt.ebay.com,hn.ebay.com,hopin.com,il.ebay.com,investors.ebayinc.com,ir.ebaystatic.com,jobs.ebayinc.com,khoros.com,kz.ebay.com,mx.ebay.com,ni.ebay.com,pa.ebay.com,pages.ebay.com,pages.motors.ebay.com,partnernetwork.ebay.com,pe.ebay.com,pr.ebay.com,pt.ebay.com,py.ebay.com,sellerstandards.ebay.com,sellglobal.ebay.in,sv.ebay.com,tcgplayer.com,uy.ebay.com,ve.ebay.com,youtube.com,accountsettings.ebay.com,pages.ebay.co.uk,sellercentre.ebay.co.uk,pages.ebay.de,verkaeuferportal.ebay.de,sellercentre.ebay.com.au,pages.ebay.com.au,ocsnext.ebay.ca,resolutioncentre.ebay.ca,pages.ebay.ca,sellercentre.ebay.co.uk,pages.ebay.it,spaziovenditori.ebay.it,centroparavendedores.ebay.es,espacevendeurs.ebay.fr,partnernetwork.ebay.com,partnerhelp.ebay.com,ppcapp.ebay.com,accounts.ebay.com,bill.ebay.com,contact.ebay.com,sarweb.ebay.com,commspreferences.ebay.com,donation.ebay.com,bizpolicy.ebay.com,apps.ebay.com"; var ebayHostnameList = whitelist.split(','); ebayHostnameList.push(''); if ((targetHostname.replace('www.','') !== currentHostname.replace('www.','')) && ($.inArray(targetHostname.replace('www.',''), ebayHostnameList) == -1)) { event.preventDefault(); targetHref = href; $(".off-domain-wrapper a").click(); } } }); $(document).on('click', '.is-modal-button.confirm', function(event){ $('.ui-dialog-titlebar-close.ui-corner-all').click(); if (targetHref) { window.open(targetHref, "_blank"); } }); $(document).on('click', '.is-modal-button.cancel', function(event){ $('.ui-dialog-titlebar-close.ui-corner-all').click(); });})(LITHIUM.jQuery);;(function($) { var button = $('#gf-fbtn'); var flags = $('#gf-f'); function showFlags() { flags.show(); button.attr('aria-expanded','true'); } function hideFlags() { flags.hide(); button.attr('aria-expanded','false'); } $(button).mouseover(function(){ showFlags(); }).mouseleave(function(){ hideFlags(); }); $(flags).mouseover(function(){ showFlags(); }).mouseleave(function(){ setTimeout(hideFlags, 300); }); button.on('keydown', function(evt) { var keyCode = evt.keyCode || evt.which; if (keyCode === 13 || keyCode === 32) { evt.preventDefault(); showFlags(); $('.gf-f-li0:first-child .gf-if-a').focus(); return false; } }); $('.gf-f-li5:not(.gf-f-li-top)').on('focusout', function(evt) { hideFlags(); }); $(document).on('keydown', function(evt) { var keyCode = evt.keyCode || evt.which; if (keyCode === 27) { hideFlags(); } });})(LITHIUM.jQuery);LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:lightboxRenderComponent","parameters":{"componentParams":"{\n \"surveyType\" : {\n \"value\" : \"communityexperience\",\n \"class\" : \"java.lang.String\"\n },\n \"surveyId\" : {\n \"value\" : \"3\",\n \"class\" : \"java.lang.Integer\"\n },\n \"triggerSelector\" : {\n \"value\" : \"#valueSurveyLauncher\",\n \"class\" : \"lithium.util.css.CssSelector\"\n }\n}","componentId":"valuesurveys.widget.survey-prompt-dialog"},"trackableEvent":false},"tokenId":"ajax","elementSelector":"#valueSurveyLauncher","action":"lightboxRenderComponent","feedbackSelector":false,"url":"https://community.ebay.com/t5/forums/forumpage.liabase.basebody.valuesurveylauncher.valuesurveylauncher:lightboxrendercomponent?t:ac=board-id/selling-db/redirect_from_archived_page/true","ajaxErrorEventName":"LITHIUM:ajaxError","token":"ZK5w4bxqHs1G-hCv8HMBzH5bW8FY3V_eaHzyhWwLh9Q."});LITHIUM.Dialog.options['1191776949'] = {"contentContext":"valuesurveys.widget.survey-prompt-dialog","dialogOptions":{"minHeight":399,"draggable":false,"maxHeight":800,"resizable":false,"autoOpen":false,"width":610,"minWidth":610,"dialogClass":"lia-content lia-panel-dialog lia-panel-dialog-modal-simple lia-panel-dialog-modal-valuesurvey","position":["center","center"],"modal":true,"maxWidth":610,"ariaLabel":"Feedback for community"},"contentType":"ajax"};LITHIUM.PartialRenderProxy({"limuirsComponentRenderedEvent":"LITHIUM:limuirsComponentRendered","relayEvent":"LITHIUM:partialRenderProxyRelay","listenerEvent":"LITHIUM:partialRenderProxy"});LITHIUM.AjaxSupport({"ajaxOptionsParam":{"event":"LITHIUM:partialRenderProxyRelay","parameters":{"javascript.ignore_combine_and_minify":"true"}},"tokenId":"ajax","elementSelector":document,"action":"partialRenderProxyRelay","feedbackSelector":false,"url":"https://community.ebay.com/t5/forums/forumpage.liabase.basebody.partialrenderproxy:partialrenderproxyrelay?t:ac=board-id/selling-db/redirect_from_archived_page/true","ajaxErrorEventName":"LITHIUM:ajaxError","token":"Z9xFeTjyqJlM5xlL0025WaEaqNZcZo6Haleuzzqgpew."});LITHIUM.Auth.API_URL = "/t5/util/authcheckpage";LITHIUM.Auth.LOGIN_URL_TMPL = "/plugins/common/feature/oauth2sso_v2/sso_login_redirect?referer=https%3A%2F%2FREPLACE_TEXT";LITHIUM.Auth.KEEP_ALIVE_URL = "/t5/status/blankpage?keepalive";LITHIUM.Auth.KEEP_ALIVE_TIME = 300000;LITHIUM.Auth.CHECK_SESSION_TOKEN = 'jeqsEwHXjEnrmeJ28LHoipSVuC2WavtoGsZP7fGbczk.';LITHIUM.AjaxSupport.useTickets = false;LITHIUM.Cache.CustomEvent.set([{"elementId":"link_2_655459fb42e58c_0","stopTriggerEvent":false,"fireEvent":"LITHIUM:changePage","triggerEvent":"click","eventContext":{"parameters":{"page":2}}},{"elementId":"link_2_655459fb42e58c_1","stopTriggerEvent":false,"fireEvent":"LITHIUM:changePage","triggerEvent":"click","eventContext":{"parameters":{"page":3}}},{"elementId":"link_2_655459fb42e58c_3","stopTriggerEvent":false,"fireEvent":"LITHIUM:changePage","triggerEvent":"click","eventContext":{"parameters":{"page":5992}}},{"elementId":"link_0_655459fb42e58c","stopTriggerEvent":false,"fireEvent":"LITHIUM:changePage","triggerEvent":"click","eventContext":{"parameters":{"pageNavigationDirection":"next","page":2}}},{"elementId":"link_56","stopTriggerEvent":false,"fireEvent":"LITHIUM:changePage","triggerEvent":"click","eventContext":{"parameters":{"pageNavigationDirection":"next","page":2}}},{"elementId":"link_57","stopTriggerEvent":false,"fireEvent":"LITHIUM:selectMessage","triggerEvent":"click","eventContext":{"message":34386391}},{"elementId":"link_58","stopTriggerEvent":false,"fireEvent":"LITHIUM:selectMessage","triggerEvent":"click","eventContext":{"message":34386357}},{"elementId":"link_59","stopTriggerEvent":false,"fireEvent":"LITHIUM:selectMessage","triggerEvent":"click","eventContext":{"message":34385856}},{"elementId":"link_60","stopTriggerEvent":false,"fireEvent":"LITHIUM:selectMessage","triggerEvent":"click","eventContext":{"message":34385013}},{"elementId":"link_61","stopTriggerEvent":false,"fireEvent":"LITHIUM:selectMessage","triggerEvent":"click","eventContext":{"message":34384376}}]);LITHIUM.Loader.runJsAttached();});// -->

Selling (2024)

FAQs

What do you mean by selling? ›

Selling is any transaction in which money is exchanged for a good or service. During a sales negotiation, the seller attempts to convince or “sell” the buyer on the benefits of their offer.

What can I say instead of selling? ›

Synonyms of selling
  • marketing.
  • retailing.
  • distributing.
  • merchandising.
  • promoting.
  • vending.
  • providing.
  • dealing (in)

What does selling mean in slang? ›

It means to persuade someone that something is good, valuable or useful. Let's consider this example: The filmmakers sold me on the idea that my book would work on the screen. Another example could be, ”I sold you on my trick”.

What is the meaning of on selling? ›

(UK, business) To sell something which has been purchased to a second buyer. Wiktionary.

What does it mean if someone is selling? ›

: to give up (property) to another for something of value (such as money) (2) : to offer for sale.

What is selling in person? ›

Personal selling is a marketing technique that involves direct, face-to-face interaction with potential customers. Not only does this technique build relationships, but it also improves customer satisfaction, builds trust, and helps build brand awareness.

What is "selling" in one word? ›

, sold, sell·ing. to transfer (goods) to or render (services) for another in exchange for money; dispose of to a purchaser for a price: He sold the car to me for $1000. Synonyms: vend, exchange.

What is the most powerful word in selling? ›

Power Words for Sales That Can Make or Break Deals
  • Client's name ‍ People are naturally attentive when you address them directly. ...
  • You ‍ The best sales pitch phrases put the customers and their needs at the center of the conversation. ...
  • We ‍ ...
  • Imagine ‍ ...
  • Thank you ‍ ...
  • Welcome ‍ ...
  • Value. ...
  • Advantage/Benefit ‍
May 20, 2024

What is selling something called? ›

What is another word for selling?
tradetrading
dealingretailing
saleexchange
traffickingvending
barterexport
60 more rows

What is an example of selling? ›

A few examples of selling are: Business-to-Business Sales. Door-to-Door Sales. Cold Calling.

What is the meaning of Rizz? ›

It's official: Rizz is the word of the year, according to the Oxford English Dictionary. What does it mean? Rizz is short for “charisma,” and it simply means an ability to charm and woo a person. It's pronounced, well, rizz, just like it's spelled.

What does "I'm selling so hard" mean? ›

a method of selling in which the person selling tries very hard to persuade the customer to buy something. SMART Vocabulary: related words and phrases.

What does selling in the street mean? ›

Street Vending means selling, offering or displaying for sale, soliciting another to purchase, for present or future delivery, any goods, wares, services, or a mix thereof originating from highway, streets, sidewalks, residential properties, open air or temporary shelters on private property.

What is selling on social media? ›

Social selling is the strategic use of social media to engage with prospects, build relationships, and drive sales. By leveraging social media, you can share relevant content, connect with potential customers, and establish credibility.

What does selling in mean? ›

If you are a retailer, sell-in refers to the number of units of a product a manufacturer is selling to the retailer. If you are the manufacturer, sell-in refers to the number of sales from the manufacturer to your distributors.

Top Articles
Latest Posts
Article information

Author: Zonia Mosciski DO

Last Updated:

Views: 5836

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Zonia Mosciski DO

Birthday: 1996-05-16

Address: Suite 228 919 Deana Ford, Lake Meridithberg, NE 60017-4257

Phone: +2613987384138

Job: Chief Retail Officer

Hobby: Tai chi, Dowsing, Poi, Letterboxing, Watching movies, Video gaming, Singing

Introduction: My name is Zonia Mosciski DO, I am a enchanting, joyous, lovely, successful, hilarious, tender, outstanding person who loves writing and wants to share my knowledge and understanding with you.