Individual Store Message?
| Author | Posts | 
|---|---|
| July 10, 2014 at 3:43 pm 23289 | |
| Hi Support I know that through woocommerce one can place a store wide notice. Is there a way to do this for an individual store? The reason I ask is that a seller of ours is going on holiday for a wekk and would like a message that is only displayed on his store. Is this possible somehow? Many thanks Jason | |
| July 10, 2014 at 6:22 pm 23307 | |
| Hello Jeson,     // comparing to seller ID or User ID add_action( ‘dokan_store_profile_frame_after’, ‘dd_store_wise_notice’, 10, 2 ); Put the seller ID instead of 1 here  Let me know if you feel any difficulties. | |
| July 10, 2014 at 7:26 pm 23310 | |
| Wow, good skills Sekander. Worked perfectly 🙂 Thanks | |