Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Displaying VendorInformation/BuddyPress Profilinformation #43424
    Shane
    Participant

    WC Vendor data like Store Name is stored in the WP usermeta table.
    For example:
    $store_name = get_user_meta( $user_id, 'pv_shop_name', true );

    Or you can get all the user meta at once:

    $vendor_meta = get_user_meta( $user_id );
    $store_city = $vendor_meta[_wcv_store_city][0];
    
    in reply to: Store Locator #40638
    Shane
    Participant

    Please contact me directly through http://www.philopress.com/contact/.

    WC Vendors Maps is not yet available on WC Vendors – therefore it is inappropriate to submit comments or support requests here.

    in reply to: Store Locator #40442
    Shane
    Participant

    @marc.bovet

    I would like that the list of stores only show the stores currently on the map

    That is part of the WC Vendors Map Version 1.5 that became available today.

    When I click the search button, I would like to be redirect to the store-locator

    You need to edit this file or create a copy in your theme and edit that:
    wc-vendors-maps\templates\wcv-store-locator-shortcode-template.php

    Find this line:
    <form action="" method="POST" ...
    And change the action to whatever you want. For example:
    action="<?php echo site_url('/store-locator/'); ?>"

    [ thx @fervous ]

    in reply to: no customers map tab #39627
    Shane
    Participant

    Thanks @fervous.
    btw – The WC Vendors Maps plugin also works with Free version of WC Vendors.

    The plugin will soon contain a French language file, thanks to @marc.bovet

    in reply to: Filter by shop location or product location #39147
    Shane
    Participant

    WC Vendors Maps is now available.

    in reply to: WC-Vendors + Vendor GEO Locator Plugin ? #38582
    Shane
    Participant

    @pippa

    Templates are provided that you can copy to your theme and adjust as you wish.

    The PhiloPress plugin refund policy is pretty much the same as any other plugin seller. Our policy does not support refunds on the basis you mentioned.

    in reply to: WC-Vendors + Vendor GEO Locator Plugin ? #38578
    Shane
    Participant

    @pippa

    Each marker on the map include a link to that vendor. Just click on the marker.
    The location used for a search can be very general: a city, etc.

    You could try the WC Vendor Pro Demo. That should answer all your questions.

    in reply to: WC-Vendors + Vendor GEO Locator Plugin ? #38574
    Shane
    Participant

    @Pippa

    WC Vendors Maps is now available from PhiloPress.

    It will allow visitors to search for vendors within the radius of a Location that they can enter. So it is very similar to your Artist Search.

    But it will show the results on a Map – not as a grid of found Vendors.

    We haven’t tested it with Social MarketPlace – but we have tested with other themes, including SocialOne.

    Shane
    Participant

    Go to the Pro Dashboard and click “Customer Map”.

    ‘Customers Map’ will show you the location and # of purchases of each of your customers.

    Store Locator will show the locations of all stores and allows filtering.

    in reply to: WC-Vendors + Vendor GEO Locator Plugin ? #38004
    Shane
    Participant

    A searchable Store Locator map plugin, WC Vendors Maps, will be available by the end of July, hopefully on this site. The plugin will add some other interesting features too!

Viewing 10 posts - 1 through 10 (of 10 total)