Forum Replies Created
- AuthorPosts
Haime Croeze
ParticipantHi,
any info on this?
kind regards,
Haime Croeze
ParticipantHi,
any info on this?
kind regards
May 2, 2020 at 4:44 pm in reply to: How does a Vendor cancel their free membership and just remain as a customer? #125702Haime Croeze
ParticipantI have the same question… Have been searching for the documentation also
Haime Croeze
ParticipantHi,
it works now. I copied some css, made it !important and cleared the page and asset cache.
Haime Croeze
ParticipantThis reply has been marked as private.Haime Croeze
ParticipantYou guys rock! It works 🙂
thank you!
April 30, 2020 at 4:24 pm in reply to: Unable to Disable Map on Checkout page (Checkout User Location disabled) #125031Haime Croeze
ParticipantHi,
I have the same problem, even after setting it to unchecked it still pops up. I solved it for now with some css:
#wcfmmp_user_location_field {
display: none;
}#wcfmmp-user-locaton-map {
display: none;
}
Haime Croeze
ParticipantHi,
yes I will add a redirect (Redirect plugin?) on everything with /store/*. I think the only thing I still need is in another question I just posted (remove href from Sold By store name). That would fix all relations to store pages.
In my setup I have various vendors that are also listing owners. I have set up a tab in the listing that shows their store products (based on the vendor ID (thanks for that!!). I do have a shop page with all products so that is not a problem (with a filter to filter by vendor name (unfortunately not by store name…)). So to hide the store page and any reference I just need to redirect /store/* and somehow remove the href in the store name link on the Sold By label.
Haime
Haime Croeze
ParticipantHi Sushobhan,
thank you! It works great!
regards,
Haime
Haime Croeze
ParticipantHi Sushobhan,
If I can get the store-id to show (as a label) on Vendor Dashboard – Settings – Store – General Settings (just above the Store Name field) would be great. (see screenshot)
regards,
Haime
Attachments:
You must be logged in to view attached files.Haime Croeze
ParticipantGreat! I can see it now. I had the Welcome box disabled because I do not use the profile module
Thanks!
Haime Croeze
ParticipantHi Sushobhan,
thanks for this snippet! I tested it but I cannot see where it should pop-up.
What I am trying to achieve is to show the vendors products “automatically” in the vendor’s MyListing listing. To achieve that I have set up a field in MyListing where the vendor can enter his store-id (see screenshots). That makes a custom block in MyListing that has the standard WooCommerce products shortcode work [products store=”[[store-id]]” ] and shows the vendors products in the listing (see screenshots)
If I can get the store-id to show (as a label) Vendor Dashboard – Settings – Store – General Settings (just above the Store Name field) would be great. (see screenshot) Greatest would be (afraid that would be lots of coding) would be if the vendor doesn’t need to enter the store-id in the listing but can check (checkbox) it ( I can add custom checkbox field for that).
kind regards
Attachments:
You must be logged in to view attached files.- AuthorPosts