I need several targeted tweaks to the free “Claimpress” return-management add-on running alongside WooCommerce on my WordPress store. First, the warranty widget that Claimpress injects into every product page has to disappear completely—HTML, CSS, scripts, everything—so the product template is left clean with no placeholder or empty space. Inside the admin “Warranty / Claims” screen the basic “send customer message” function stays, but every outbound and inbound note must now be stored and displayed per claim, in an easy-to-read chronological thread. Directly beneath that thread I also want a simple text box for staff-only remarks that never leave the back-end. Whenever an email goes out from the claim, replace the current generic footer with wording that tells the shopper to log back into the warranty portal and reply there, keeping the conversation in one place. Once a month I export a report for the factory, so I need a date-range filter that lets me download all claims (including private notes) between two chosen dates, ideally as CSV. All coding will happen on my staging site with version control or change logs so I can reproduce the modifications on the live store afterwards. Please stick to standard WordPress practices—actions, filters, custom tables only if necessary—so future plugin updates won’t overwrite the work. Familiarity with PHP, MySQL, WooCommerce hooks, and basic CSS removal is essential.