RLDD
Forum Replies Created
-
Hi abadry,
Thank you for your report and observations. Please confirm version 3.0.32 (just released) resolves this issue.
Thank you!
Forum: Plugins
In reply to: [Dynamic Time] [FEATURE REQUEST] Timesheet History DashboardHi @tarsteel,
Thank you for taking the time to share your request. I can see how a Timesheet History Dashboard would make it much easier to jump between pay periods and check each user’s payroll status at a glance. A similar feature is included in the PRO add-on for Dynamic Time available, with more info available in the upper right corner of the Dynamic Time admin screen.
We designed the PRO add-on specifically for businesses that need to manage larger teams and review pay periods with fewer clicks. The PRO add-on contains a module where you can view a summary of all users, and more detail for each user in a table-style format. You can view all past pay periods, total hours, notes and dates without having to load each month one at a time.
If you run into any trouble or have questions about specific settings, just let us know. Thanks again for posting.
Hello,
You may find in version 2.0.26, an update that potentially extends this compatibility to the cart flow checkout page. If this improvement works for you, please consider leaving a review of the plugin based on your experience.
Thank you!
Forum: Plugins
In reply to: [Dynamic Time] Signature PadThanks for the follow-up. Currently, Dynamic Time’s calendar supports month- and week-level views, and signatures apply at the pay-period level rather than per shift. Although you can collect signatures and include them on PDF exports, you can’t display or sign each shift in a daily calendar view.
Implementing a true “day” view with inline signatures would require customization, but the most difficult part would be introducing this in a way that doesn’t impact hundreds of other organizations that use the same code base. This is a fairly niche request, and we must prioritize development on features that are most common for organizations.
Forum: Plugins
In reply to: [Dynamic Time] Signature PadThank you for your question. Yes the signature pad in the PRO add-on is available for the employee and supervisor and the signature images are included on individual employee print/pdf exports.
Thank you for the link! It looks like the CartFlows plugin has restructured many of the classes, ids and html elements from the native Woocommerce (WC) shipping block on the checkout page. It will be difficult to devise a method to show the ship estimate when this information is not displayed in the native structure.
The customized CartFlows checkout page on your site is very similar in layout to the native WC checkout page, and it doesn’t appear to add much value over the native checkout. I recommend using the native WC checkout page in this case.
If you are able to provide a link to the website checkout in question (or a test site), this will help me understand if the estimate is being displayed or if there is a plugin conflict. If you cannot provide the link in a public forum, please refer to support links within the plugin.
Thank you for your kinds words. You may find that displaying the ship estimate on the order status or validation pages can use this shortcode [display_ship_est].
It might look similar to this implementation:

Please let me know if for any reason this does not resolve your request. Thank you!
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportHi Jimmy,
You are correct, it appears that this is an element transformed by Fluid Checkout and they are inserting both the :before and :after pseudo elements to create the checkbox. Ship Estimate for WooCommerce is only using the :after pseudo element.
The ideal solution for the checkmark to be visible would have Fluid Checkout compromise and move their checkmark into the :before element. I’ve tested this solution (below) and it cleanly resolves the issue.
If the burden is on Ship Estimate for WooCommerce to move Fluid Checkout’s mark, it would be messy and rather complicated because Ship Est would have to rewrite and override Fluid Checkout’s styles. This would be a less ideal solution that prone to breaking if styles change in Fluid Checkout, and can lead to unintended side effects in the layout.
If you want to implement this solution yourself, please try this style pasted into your theme’s custom styles if supported (or preferably a child theme or snippet -in case you ever switch themes in the future).
<style>.has-fluid-checkout .woocommerce ul#shipping_method .shipping-method__option input[type=radio]:checked+.shipping-method__option-label:before{border-color:var(--fluidcheckout--option-box--radio-color--checked, var(--fluidcheckout--color--success,#007a3d));background-color:var(--fluidcheckout--option-box--radio-color--checked,var(--fluidcheckout--color--success,#007a3d));display:inline-block;font-family:fluid-checkout-icons!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;content:"\e805"!important;width:24px;height:24px;font-size:24px;position:absolute;top:var(--fluidcheckout--option-box--spacing--vertical, 10px);left:10px;right:auto;color:#fff;border:none;}</style>Hello, thank you for notifying us. You may find this resolved in today’s release, version 3.0.30.
Forum: Plugins
In reply to: [Dynamic Time] Total hours worked for multiple periods?Hello,
In this case you would select last 12 periods from the PRO menu. Then the total can be derived from the periods in this year.
There is a beta Report plugin available for PRO subscribers, but this support forum is for the basic free version. You’ll have to reach out to us using the Support button in the upper right corner of the plugin for us to provide you with the beta Reports add-on.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Discount 50% second productHi fmilani91,
Thank you for your question. The Auto Coupons plugin applies coupons automatically, but it does not control the discount applied or the coupon restrictions. To adjust the discount or restrictions you may visit the coupon page and open the ‘General’, ‘Usage restriction’ and ‘Usage limits’ sections.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportWhen you have a moment, please check today’s release, version 2.0.23, to see if the adjustments are displaying the dates on /checkout in your installation.
Please let me know if this resolves the issue you are experiencing with Fluid Checkout.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportHello,
Thank you for providing a timeline. I estimate this will be ready before April 1st and will provide updates in this thread.
Forum: Plugins
In reply to: [Ship Estimate for WooCommerce] Fluid Checkout SupportThank you for you reply. This is on our list of items to scope within the next few weeks unless Fluid Checkout makes the accommodations on their end first. I will keep you posted on this thread.