Home
Buy on eBid
Sell on eBid
eBid Stores
My eBid
Upgrade to Seller+ Lifetime
eBid Help
Close
Login to Your Account
eBid Community Forums - Chat & find help from others in the eBid Community
Results 1 to 4 of 4

Thread: A ??? About Ebid "My Bulk Edit"???

  1. #1

    Default A ??? About Ebid "My Bulk Edit"???

    ...I would like to make changes to about 40 of my current listings, I have everything together to make changes to these listings, but I would like to know whether or not there is any way to remove the, "Added By Seller", date & time all at one time? I plan to put the same pictures, and logos on all 40 listings, but I would like to know if there is an easy way to remove the Added By Seller information from each listing or do I have to go back through all 40 of the listings that I plan to change one by one and remove the Added By Seller information? Below, I circled this in red in hopes that you will understand what I am trying to ask. To me, it really looks "tacky" with the Added By Seller information in my listings...


    Your help will be HIGHLY appreciated !!!

  2. #2
    Forum Saint cheaver's Avatar
    Join Date
    Nov 2010
    Location
    Thornton Cleveleys, Lancashire, United Kingdom
    View cheaver's Feedback (+1050)
    All-About cheaver
    View cheaver's Listings
    Forum Posts
    7,576

    Default Re: A ??? About Ebid "My Bulk Edit"???

    Quote Originally Posted by MillerCyberMall View Post
    ... I would like to know whether or not there is any way to remove the, "Added By Seller", date & time all at one time?.......... To me, it really looks "tacky" with the Added By Seller information in my listings...
    Tacky is the word - and it is also detrimental to potential sales.

    I have always used the following code (after I have made my changes via Bulk Edit, ie a second Bulk Edit) which was provided by another Member. (I'm not that clever!)

    ********** NOTE; SEE NEXT POST ON THIS THREAD BEFORE USING *********

    <script>
    function removetext(searchText, replacement, searchNode) {
    if (!searchText || typeof replacement === 'undefined') {
    return;
    }
    var regex = typeof searchText === 'string' ?
    new RegExp(searchText, 'g') : searchText,
    childNodes = (searchNode || document.body).childNodes,
    cnLength = childNodes.length,
    excludes = 'title,link,meta,script,object,iframe';
    while (cnLength--) {
    var currentNode = childNodes[cnLength];
    if (currentNode.nodeType === 1 &&
    (excludes + ',').indexOf(currentNode.nodeName.toLowerCase() + ',') === -1) {
    arguments.callee(searchText, replacement, currentNode);
    }
    if (currentNode.nodeType !== 3 || !regex.test(currentNode.data) ) {
    continue;
    }
    var parent = currentNode.parentNode,
    frag = (function(){
    var html = currentNode.data.replace(regex, replacement),
    wrap = document.createElement('div'),
    frag = document.createDocumentFragment();
    wrap.innerHTML = html;
    while (wrap.firstChild) {
    frag.appendChild(wrap.firstChild);
    }
    return frag;
    })();
    parent.insertBefore(frag, currentNode);
    parent.removeChild(currentNode);
    }
    }
    window.onload=removetext(/(Added by the Seller on .*\(GMT\)|Added by the Seller on .*\(BST\))/,' ');
    </script>



    Last edited by cheaver; 24th September 2017 at 06:28 AM.



  3. #3
    Forum Saint cheaver's Avatar
    Join Date
    Nov 2010
    Location
    Thornton Cleveleys, Lancashire, United Kingdom
    View cheaver's Feedback (+1050)
    All-About cheaver
    View cheaver's Listings
    Forum Posts
    7,576

    Default Re: A ??? About Ebid "My Bulk Edit"???

    NOTE to previous post ~

    I see in the code British time (at the end of the code) - and you are in US - I'm not sure how to change that part of it (or if it should be changed?) - see at the end....

    edit: as per:

    *\(GMT\)|Added by the Seller on .*\(BST\))/,' ');
    </script>

    in your case GMT would be EDT I think but what about the rest of it which in my case refers (I think) to British Summer Time???
    Last edited by cheaver; 24th September 2017 at 06:32 AM.



  4. #4

    Default Re: A ??? About Ebid "My Bulk Edit"???

    OMG!!! Those codes are a little more than my computer knowledge will allow me to comprehend...Maybe, someone could help me understand how to remove my edit information from my listings? Removing edit info one page at a time on each of my 40 listings will be ROUGH, but I gotta do what I gotta do, if I have to do it, I will, but I really hope that someone can help me; I am really trying to upgrade my Ebid site☺...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Follow Us
New To eBid?
Register for Free