Blog

Database category deletion issues

User we have deleted multiple product categories from wp-admin product but its removes categories section but its still exists in db Assistant When you **delete product categories** in WordPress (especially in WooCommerce), here's what typically happens and why they might still be in the **database**: — ### ✅ What Actually Happens: When you delete product […]

Form validation fix

User <script> jQuery(document).ready(function ($) { //Check for an entry cookie in the product's category <?php $product_cat = false; $product_id = $product->get_id(); $product_cats = get_the_terms( $product->get_id(), 'product_cat' ); if ( $product_cats ) { $product_cat = $product_cats[0]->term_id; } if ( $product_cat && !get_post_meta( $product_id, '_pmm_consultation_form_id', true ) ): ?> var categoryId = '<?php echo absint($product_cat); ?>'; if […]

Error troubleshooting npm install

User so I’m encountered this error Assistant You're encountering a combination of errors during `npm install` with `linklocal –force`, and from the screenshots, there are two main issues: — ## 🔴 Key Errors Identified: ### 1. **EBUSY / EPERM: Resource busy or operation not permitted** [Error: EBUSY: resource busy or locked, rmdir 'D:mybell-mobility-upgrade-hardware…'] [Error: EPERM: […]

Time estimate for integration

User **This is beyond the support scope for this client so we need an estimate of the time required for this task please** They have an inhouse CRM called Insight. Currently they have to raise every order in Insight manually. What they require is an automation to push orders into Insight using the API info […]

New Jira ticket summary

User I got new ticket today Assistant Thanks for sharing the screenshots. Based on what I see, here’s a quick summary of your new Jira ticket **WEBFL-330: Bell HUG Dynatrace data-dtname**: — ### ✅ **Ticket Summary** – **Type:** Story – **Priority:** High – **Component:** HUG – **Sprint:** Adobe Enhancements – **Status:** Unresolved – **Requirement Status:** […]

C# .NET Web API Overview

User C sharp and .net web api Assistant Great! You're asking about **C#** and **.NET Web API** — two core technologies for building powerful backend services with Microsoft’s technology stack. Here’s a quick overview and how they fit together: — ### 🔷 What is C#? C# (pronounced "C-Sharp") is an object-oriented programming language developed by […]

Payment Error Investigation

User An issue was flagged on the live Fossettscircus site today, it was also mentioned last week by another customer. Can you investigate if there is an issue, specifically with sales coming via Facebook please. n 14 Jul 2025, at 09:10, Lynn Doyle wrote: >> >> Hi >> I went to book tickets this morning […]

Daily Standup Preparation

User So now from today , I have to join daily standupfor the project ! Assistant Great! Joining daily standups is a valuable part of being in a collaborative Agile team. Here's a quick rundown to help you prepare: — ### ✅ **What You’ll Typically Share in a Daily Standup (Scrum format):** 1. **What you […]

Client DSM Meaning

User client DSM means? Assistant In a client or agency context, **DSM** can mean different things depending on the industry. Here are the most common interpretations: — ### 1. **DSM = Digital Sales Manager** – Often used in **marketing, advertising, or publishing**. – A **DSM** manages **digital advertising campaigns**, works with clients to **sell digital […]

Tech Mahindra ODC Booking

User In tech mahindra how to book odc ans seat? Basically how to setup your workplace? Assistant In Tech Mahindra’s post‑COVID workplace model, you need to **book your seat (Hot Desk/ODC)** before coming in, and then set up your work tools on the spot. Here’s a complete breakdown: — ## 🔴 Step 1: Book Your […]