Blog

Generate not available dates

User <style> /* Toggle Button */ .toggle-btn { transition: background 0.2s, color 0.2s; } .toggle-btn.active { background: #00c48c !important; color: #fff !important; } /* Calendar Containers */ .weekly-calendar, .monthly-calendar { margin: 30px 0; font-family: Arial, sans-serif; } /* Table Styling */ .weekly-calendar table, .monthly-calendar table { width: 100%; border-collapse: collapse; text-align: center; min-width: 220px; margin-bottom: […]

Fetch WordPress Menu Items

User We have assigned categories to a new appearance menu and we have an id of menu Now I want fetch all menu item from here and display to cuatom page in WordPress Assistant To fetch all **menu items** from a custom WordPress menu (created under **Appearance → Menus**) by its **menu ID**, and display […]

Concrete CMS Autoload Setup

User "autoload": { "psr-4": { "Concrete\Package\ShoppingFeedManager\": "packages/shopping_feed_manager/src/" } }, I have attached concrete cms 9 package and want to remove requrieent of autoload to include in root compoer file when we install pakcage in other concerete cms site Assistant {"file_id":"file-9PHvGhyg2GRFD3UEkeCLgE"} Assistant {"queries":["autoload psr-4 for package ShoppingFeedManager –QDF=1"]} Assistant To ensure your Concrete CMS 9 package […]

Send QR as Attachment

User function sendCustomerEmail($order_info) { $qrText =$order_info->order_code; $qrFilePath = __DIR__ . '/../boxoffice/fossetts_admin/tickets/'.$qrText.'.png'; $qrFileUrl = 'boxoffice/fossetts_admin/tickets/'.$qrText.'.png'; // Production – use PHPMailer $mail = new PHPMailer(true); try { $mail->isSMTP(); $mail->Host = 'mail.fossettscircus.com'; $mail->SMTPAuth = true; $mail->Username = 'no-reply@fossettscircus.com'; $mail->Password = 'OarNSHeCPPI%OarNSHeCPPI%'; $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS; $mail->Port = 587; // Add permissive SMTP options to bypass hostname validation $mail->SMTPOptions = […]

Newsletter Template Design Request

User I specifically said I am not talking about the newsletter FORM, I am talking about the actual newsletter template in Sengrid. NOT the form on the website, which is perfect as it is. I am talking about a design for a newsletter which we can send in Sendgrid. The actual newsletter. The actual design. […]

Remove Quantity Buttons WC

User update quantity input to remve + – woocommerce Assistant To remove the **plus (+)** and **minus (−)** buttons from the quantity input in **WooCommerce**, you can use a combination of **CSS** or **filtering WooCommerce templates**, depending on your theme or setup. — ### ✅ Option 1: Remove +/− via CSS (Quickest Way) Add the […]

Open Configurator in Modal

User <script> assets/src/connect-product-configurator.js" rel="text/javascript" > </script> I want to open configurator in modal Assistant To open the Probo Configurator in a modal instead of displaying it directly, you'll need to: 1. Hide the “ initially. 2. Trigger it via a modal when the "Customize product" button is clicked. 3. Load it only once inside the […]

ACF Repeater Subfields Issue

User Repeater sub fileds showing in add/edit product page but not in acf field, grup Assistant From your screenshot, you're using **ACF (Advanced Custom Fields)** with a **Repeater Field** named `upsell_products`, and you've set a maximum of 2 rows. However, you're facing the issue: > **Repeater subfields are showing on the Add/Edit Product page, but […]

Variation Upsells WooCommerce

User This feature is great, but the current issue is that we can only select 'simple' products to upsell and can not select a specific 'variation' product. Therefore e.g. for our Vitality CBD variable product, we are currently unable to up-sell any variation of this product as it comes in different 'dosages' and 'flavour' so […]

Order status usage clarification

User Okay from staff side the same order_status will use Correct Assistant Your sentence can be made clearer and grammatically correct like this: **"Okay, from the staff side, the same `order_status` will be used."** Let me know if you'd like it reworded more formally or casually.