Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Add \"Store Hours\" to the listing notice that is displayed
- This topic has 7 replies, 5 voices, and was last updated 4 years, 3 months ago by gilcrodua.
- AuthorPosts
- March 29, 2020 at 8:29 am #113823
- April 2, 2020 at 9:35 pm #114805WCFM ForumMember
Hi,
DO you want to append next opening time with this close message?
Thank You
- April 2, 2020 at 9:52 pm #114814CraigParticipant
That would be great to she something like “Opens at: Thursday 8:00AM”
or
a “click here for store hours” and that then has a pop-up that shows the store hoursand to also include this feature on the banner that shows up on the shop page (see attached)
thanks for this consideration
Attachments:
You must be logged in to view attached files. - April 3, 2020 at 5:29 pm #115086Ramamurthy KrishnanKeymaster
Hi,
What I understood that you want “This store is now closed” and “Opens at: Thursday 8:00AM” both the messages to display at store details page and also a click option on the store banner which will popup the store hours ——- right? Please correct me if I’m wrong.
As this will require customization so please contact us here for the purpose: https://wclovers.com/setup-guidance/
Please put the “Forum Topic” field value before submission.
Thanks,
- April 3, 2020 at 11:46 pm #115173CraigParticipant
Sort of.
Right now the message reads “Store is now closed” which sounds like the store is closed forever and the customer may never come back to check again.
Option 1 – update the current text
I would like wording of this message to sound more like “Store is currently closed at this time – Please check back during opening hours” I would think this would be beneficial for all marketplaces not just mine and request this be an edit to the plugin it’s self.Option 2
Better yet would be a link to the store’s hours (as they are already detailed in their shop settings). This is best because then the customer does not need to guess when they are open again. I would think this would be beneficial for all marketplaces not just mine and request this be an edit to the plugin it’s self.does that help?
- April 30, 2020 at 5:21 am #124895CraigParticipant
Here are some messaging on other platforms.
You can see how the message is not so definite. The message on WC Lovers makes the store sound like it is closed for ever. Because this message is triggered based on the store hours can it be changed to something like
“This store is currently closed based on store hours”
So the customer knows that they can come back later to make a purchase.
Attachments:
You must be logged in to view attached files. - May 4, 2020 at 3:36 pm #126442SushobhanKeymaster
Hello,
Please use the following snippet to change the “store closed” messaging-add_filter('wcfm_store_close_message', function ($msg) { return __('This store is currently closed based on store hours'); });
There is also a shortcode
[wcfm_store_hours]
to display store opening-closing hours. You can add a text widget in your vendor store page sidebar with this and it will show the store opening hours like this- https://imgur.com/a/BJII1kA
Learn more about this from here- https://wclovers.com/knowledgebase/wcfm-marketplace-store-hours/
Let me know how it goes!
Thank You! - July 28, 2020 at 9:01 am #156826gilcroduaParticipant
Hi, is it possible to show a message that the store is closed (based on the set store hours of the vendor) on the store’s banner portion when being viewed on the vendor list page so that customers can easily see if the stores are closed without accessing the stores itself?
- AuthorPosts
- You must be logged in to reply to this topic.