Results 1 to 10 of 216

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    I tried:

    [code]
    $order = array("\r\n", "\n", "\r");
    str_replace($order,"",$output);
    [\code]

    but to no avail..

    I went directly into the DB, and this is what I found:

    Code:
    All the razors we sell come honed and Shave ready. This service is if you want to send us your razor to hone.
    
    
    <p>The most important aspect of enjoying straight razor shaving is having a blade that has been sharpened to it’s maximum potential. This is what provides that completely clean, close and comfortable shave that we straight razor users enjoy so much. Most new razors do not come ready to shave when initially purchased. In addition a razor will normally become dull and need to be re-sharpened several times a year depending on daily use and on beard type.<p>
    It's that space between the two paragraphs that I can't seem to get rid of.

  2. #2
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    I went into phpmyadmin and viewed the source that they show, and I find these little characters wherever there is a problem: &lt;p&gt;

    Now I know that should convert into <p> when outputted.. But the csv file doesn't have them.. So I tried stripping them out with str_replace.. To no avail.. Then tried stripping out the <p> tags with the same function, to no avail :)

  3. #3
    Join Date
    Mar 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    Got it..

    $output = str_replace("\r","",$output);

    That fixed everything.. Thanks for everyones suggetions.

    dw

  4. #4
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    Quote Originally Posted by dwessell View Post
    Got it..

    $output = str_replace("\r","",$output);

    That fixed everything.. Thanks for everyones suggetions.

    dw

    Can you please clarify where you made that change? When you said it fixed everything...are you saying it removed the square boxes or all html formatting (which would be bad)?

  5. #5
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    Quote Originally Posted by BlessIsaacola View Post
    Can you please clarify where you made that change? When you said it fixed everything...are you saying it removed the square boxes or all html formatting (which would be bad)?
    Well, hoping someone will see this and respond.....

  6. #6
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,564
    Plugin Contributions
    71

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    Quote Originally Posted by BlessIsaacola View Post
    Well, hoping someone will see this and respond.....
    Look for the function which uses fwrite. I don't currently have access to the files but you'll find the function in ebay.php.

  7. #7
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: eBay Turbo Lister 2.0 Exporter Support Thread

    Quote Originally Posted by numinix View Post
    Look for the function which uses fwrite. I don't currently have access to the files but you'll find the function in ebay.php.
    Well, there are so many fwrite in the file and I am not sure where exactly the poster implemented the change. Everything I tried didn't work. It would be nice if user that figured out the solution can post where the code change needs to go.

    This is a very beneficial problem to solve as it takes a lot of hours cleaning out the square boxes manually.

    Thanks!

 

 

Similar Threads

  1. JK Order Exporter - Support Thread
    By eVelt in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Sep 2015, 07:06 AM
  2. Ebay Exporter vs. Auction Lister Pro
    By sports guy in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 4 Dec 2010, 06:21 PM
  3. Turbo Lister Issues
    By lions1855 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Apr 2010, 03:39 AM
  4. How do i import from Turbo Lister
    By munkeyboi in forum General Questions
    Replies: 4
    Last Post: 6 Feb 2009, 12:24 PM
  5. import turbo lister .csv file
    By dolfantimmy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Feb 2008, 09:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg