Mahdi Yazdani
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Store Vacation] time of closingThe date-picker module represents timestamps time in UTC.
At the moment, the plugin doesn’t feature an option to have these values displayed as part of the notice text. I have tagged a
feature request
to your topic, so other people who might be interested in having this functionality on can vote for it.Forum: Plugins
In reply to: [Woo Store Vacation] Testing plugin – Still showing product pagesHello Kristin,
Sadly, the extension has no feature out of the box for this purpose but would be happy to review your requirement and extend the plugin’s functionality based on your need as custom work.
Please get in touch with me here with your inquiry to get a custom quote for your request.
Forum: Plugins
In reply to: [Woo Store Vacation] Testing plugin – Still showing product pagesNo, the extension doesn’t remove nor alter anything in your store. The only thing that this extension does is to mark all your products as non-purchasable based on the date range that you defined under the plugin’s Settings page.
Forum: Plugins
In reply to: [Woo Store Vacation] Testing plugin – Still showing product pagesI am testing your plugin and when I enable it, it doesn’t show the store on the https://domain.com.au/shop BUT on other pages where shop/product pages are https://domain.com.au/category/shirts you can still see all the products etc.
Please see the FAQ answer here.
Also what additional features does the Pro version give you ?
You are welcome to review the comparison table here.
Forum: Plugins
In reply to: [Woo Store Vacation] Vacation message won’t clearDates populated from the plugin settings page would be effective in the UTC timezone. Perhaps your local time difference with UTC caused this delay in restoring your shop into normal activity.
Forum: Reviews
In reply to: [Woo Store Vacation] Does not work with custom themeWooCommerce works out of the box with all WordPress themes as of version 3.3, even if they are not WooCommerce-specific themes and do not formally declare support. Therefore, the store vacation plugin should also function as expected regardless of the theme that your website running.
Also just FYI, ideally people will post in the support forum so issues like this can be investigated and resolved.
Forum: Reviews
In reply to: [Insert Post Block] Works great, although could work betterThanks for taking the time to share this with us.
Candid feedback is always welcome. I will definitely include this in a future release.
So happy to hear the plugin is working well for you otherwise!
Forum: Plugins
In reply to: [Woo Store Vacation] Admin nagHello Nico,
Thanks for reaching out,
I will take into account your comments for future updates. PR is also very welcomed ??
So happy to hear the plugin is working well for you otherwise!
Forum: Plugins
In reply to: [Block Data Attribute] Add Data Attribute to other blocksI’ve put this feature request on our internal list, and if there is enough demand, it might be added in a future release.
So happy to hear the plugin is working well for you otherwise! ??
Forum: Plugins
In reply to: [Woo Store Vacation] store closure noticeAt the moment, there is no feature out of the box to place the vacation notice outside the shop pages. However, this will be possible in a future release via the plugin-specific shortcode.
Please update the plugin to the latest version available. I hope this resolves the PHP error on your end. Please let me know if you have any questions.
Thanks for reporting this issue, I’ll investigate the issue and include any necessary fix within the next update.
Forum: Plugins
In reply to: [Woo Store Vacation] Set start date to start immediately or todays dateHi @sebastian_a
Good point. I will get this date-picker limitation removed in the next update.
Forum: Plugins
In reply to: [Woo Store Vacation] Set start date to start immediately or todays dateYou can retrieve the plugin option values based on the following option name:
$get_options = (array) get_option( 'woo_store_vacation_options' );
I hope the above is useful to you!