Hi Support,
When your plugin is enabled it doesn’t show all the stripe field when editing an order on subscriptions or order page. Stripe uses 2 fields fx when showing the order was done via SEPA it will show Stripe Customer ID with input field and Stripe Source ID with input field. When your plugin is enabled you can only see the Stripe Source ID. We are often using these to set up subscription for customers. Would be great if this field isn’t hidden.
Cheers, Rein
Hello and thank you for the great plugin.
It really is the only plugin that comes even close to the experience given by Ener.gy dashboard.
However, after the last update that impact the whole admin UI, the dashboard the admin dashboard becomes extremely slow.
Disabling the new feature “focused” resolves the issue.
]]>First sorry for my bad english. Icons for newly created menus are not displayed in the side admin menu if non-English language is used.
Maybe you should consider using ‘slug’ for menu detection, or if you’re going to continue using titles for detection, then you should use the ‘ecs_html__’ function for the original titles.
I solved the correct display of the icons by using the ‘esc_html__’ function to correctly match the titles and the icon names.
foreach ( $custom_icons as $custom_icon ) {
if ( $title && strpos( $title, $custom_icon ) !== false ) {
$icon = '<img src="' . plugins_url( 'icons/' . strtolower( $custom_icon ) . '.svg', __FILE__ ) . '" width="15" height="18">';
break;
}
foreach ( $custom_icons as $custom_icon ) {
$translated_custom_icon = esc_html__( $custom_icon, 'woocommerce' );
if ( $title && strpos( $title, $translated_custom_icon ) !== false ) {
$icon = '<img src="' . plugins_url( 'icons/' . strtolower( $custom_icon ) . '.svg', __FILE__ ) . '" width="15" height="18">';
break;
}
}
]]>
Hi there,
I’m following the progress of dashify and identified the recent version today and I feel the urgent to give you feedback:
Some question regarding the recent version 1.3.0:
Cheers.
]]>Hi there
Can we Show recent orders and purchases on front-end via widget ?
]]>Love, love, LOVE the plugin.
I just need a way to have access to the core bulk actions functionality/menu while Dashify view is active. I used other plug-ins to render PDF packing slips, add order tags etc. All of which is necessary to order flow and none of these are accessible via the Dashify view. I’m currently switching to core view to complete these tasks and then back to Dashify – but would love it if it were available in Dashify for ease of use.
]]>@dashify i would like guys to propose you a deal to finish the work as we need it urgently for a project. To basicly do this with every woocommerce screen specially shipping , payment integrations , users and edit product. Can you contact me please?
]]>Hi there,
First of all, cool plugin! I really like what you are doing!
Are you planning to redesign the entire WP admin theme like Energy+ did? Also, do you have a roadmap that you can share with us?
Keep up the great work.
Cheers.
]]>Coming from Shopify and using woocommerce the user interface is the first thing the bothers me. Find your product is really an eye opener and hopefully get’s long term support. We are quit a large store so currently testing on staging. First thing i notice is that the plugin doesn’t offer support in woo subscription view or editing. Is this something that is being worked on?
]]>Hello! Here you have two possible issues that are not working in my installation:
Thanks.
]]>Hi! I readed your comment to my request for the woo-order-navigation plugin, so I am here to try your plugin.
The problem is that is not available to install and is generating an error when I try to download https://downloads.www.ads-software.com/plugin/dashify.1.1.0.zip
Can you take a look on it?
Based on screenshots, seems that this plugin can offer greats improvements to the wp-admin dashboard. Good ideas and nice work.
Thank you
]]>