• Resolved adtomlinson

    (@adtomlinson)


    I’ve isolated an issue I’m experiencing to a comma delimited field. Under Advanced Settings, of the WP All Import Real Homes Add-on, there’s a field titled Additional Details - Values and this is a ‘Comma delimited list of Additional Details Values’. Any ideas on how this can be changed so I can use commas?

    I’m currently using this to get around it but I have to paste it in each time I change the import settings/options [str_replace(",", ",", {main_advert[1]})]

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adtomlinson

    (@adtomlinson)

    Hmmm, the str_replace didn’t work there lol.
    I’m using “& #044;” to replace “,” – naturally I’ve had to put a space between the ampersand and hashtag to show the code.

    • This reply was modified 6 years, 1 month ago by adtomlinson.
    • This reply was modified 6 years, 1 month ago by adtomlinson.
    Plugin Author WP All Import

    (@wpallimport)

    Hi @adtomlinson

    Unfortunately there’s no way to change that delimiter at the moment, so outside of editing core add-on code your solution of using str_replace would be the way to go.

    I’ll add this as a feature request so we can look into allowing the delimiter to be changed in the future.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comma issue’ is closed to new replies.