patripat

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 142 total)
  • Author
    Posts
  • in reply to: 1800 places at the same wrong address on map #406545

    patripat
    Expired Member
    Post count: 165

    hi Paolo,

    yes i understand, this csv thing is really not willing to get into my brain, it’s so messy… 😀

    Have a nice evening,
    Pat

    in reply to: 1800 places at the same wrong address on map #406529

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: 1800 places at the same wrong address on map #405547

    patripat
    Expired Member
    Post count: 165

    yes, what i deleted in the past was cities typed wrongly by my people, but before that i made a correction to all listings…

    now i just merged what i could but nothing changed…

    in reply to: 1800 places at the same wrong address on map #405539

    patripat
    Expired Member
    Post count: 165

    Guust,

    yes it’s true, i previously merged locations and deleted a few, so thats where it comes from!

    I’m going to check what i can merge again and see it there will be a change, i understand the situation now

    Thank you!
    Pat

    in reply to: 1800 places at the same wrong address on map #405531

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: 1800 places at the same wrong address on map #405517

    patripat
    Expired Member
    Post count: 165

    Hi Guust,

    as you can see on the screenshot, these 1080 places are all set to a single place on the map

    That’s really weird, i see for example that all hairdressers are pointing there, even when they’re from another city…

    Thanks for coming in,
    Pat

    in reply to: 1800 places at the same wrong address on map #405511

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: 1800 places at the same wrong address on map #405504

    patripat
    Expired Member
    Post count: 165

    something i do not understand here…when filling the form to add a place, the geocoding is done through this process, it can again be done when editing the place

    so it is possible to do it one by one but not in batch?

    i’m definitly not willing to mess with my places database, it has costed me a huge amount of money to get it encoded

    in reply to: 1800 places at the same wrong address on map #405493

    patripat
    Expired Member
    Post count: 165

    HI Alex,

    thanks for your answer, i’m looking for a script that refreshes the position of places on the map, they have been entered manually, not imported as a csv, the address is correctly entered

    geocoding would mean editing a csv file for 4000 entries manually as the geodirectory exported csv file is full of useless data for these services and cannot be understood by their scripts

    also the geodirectory export csv file cannot be edited easily, i tried millions of times with no result and almost destroyed my database

    is there no way of getting a snippet that would “push” the refresh the button on map on the place input form for every place?

    Thanks,
    Patrick

    in reply to: new tab with woocommerce vendor #403252

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: request for a bit of code #402791

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: request for a bit of code #402775

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: request for a bit of code #402706

    patripat
    Expired Member
    Post count: 165
    This reply has been marked as private.
    in reply to: WPGeodirectory + WC MarketPlace = bug #402450

    patripat
    Expired Member
    Post count: 165

    Hi no it is not at all, please check what wc marketplace is. Userwp does not allow all that😊

    in reply to: WPGeodirectory + WC MarketPlace = bug #398800

    patripat
    Expired Member
    Post count: 165

    and finally for those who (like me) are using somehow psycho plugins that wont hide with the snippet above (blog2social is one of them), you can use this snippet :

    function remove_blog2social_menu() {
    remove_menu_page(‘blog2social’);
    }
    add_action( ‘admin_menu’, ‘remove_blog2social_menu’, 999);

    All of the snippets above are used in ToutWat.be in order to create a multi-vendor online shop with WooCommerce and WC Marketplace.

    Shops will not appear or be linked to places, it is linked to users

    The idea is : user claims business and he can request vendor status

    GeoDirectory not being designed for such addons, i struggled for 4 days and with the information provided from Stiofan i could resolve every issue (mainly vendor backend showing half of full admin backend)

    What is not so nice : i could hide admin menus but not disable them for “wcmp_vendor”
    What is also not so nice : these multi vendor things do not allow places owners to setup their payment gateways so i needed to setup PayPal Adaptive and i believe it makes things complicated

    These are my thoughts on day -1 before production release 🙂

    Have a nice day and thanks for your help,
    Pat

Viewing 15 posts - 16 through 30 (of 142 total)