Forum Replies Created
- AuthorPosts
- Haime CroezeParticipant
Hi,
any info on this?
kind regards,
Haime CroezeParticipantHi,
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 CroezeParticipantI have the same question… Have been searching for the documentation also
Haime CroezeParticipantHi,
it works now. I copied some css, made it !important and cleared the page and asset cache.
Haime CroezeParticipantThis reply has been marked as private.Haime CroezeParticipantYou 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 CroezeParticipantHi,
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 CroezeParticipantHi,
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 CroezeParticipantHi Sushobhan,
thank you! It works great!
regards,
Haime
Haime CroezeParticipantHi 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 CroezeParticipantGreat! I can see it now. I had the Welcome box disabled because I do not use the profile module
Thanks!
Haime CroezeParticipantHi 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