Blog

Dynamic Google Wallet Ticket

User How to replace Event Ticket Data google wallet api dynamically like name and venue Currently i using Assistant To dynamically update the **Event Name** and **Venue** in a Google Wallet Event Ticket object, it's crucial to understand that: ### ✅ The **object values** (like `eventName`, `venue`, etc.) override **class values** only if: 1. **The […]

PHP Google Wallet Event

User https://developers.google.com/wallet/tickets/events pass event venue and Seats in payload from php Assistant To pass **event venue** and **seats** in the payload for a **Google Wallet Event Ticket** using PHP, you’ll need to structure your pass object according to the [Google Wallet Event Ticket API](https://developers.google.com/wallet/tickets/events) schema. Here’s an example of how to send the **event venue** […]

Stripe Integration Overview

User <script> window.location='https://www.fossettscircus.com/success/?eid=" . $order_info->event_date_id . "&oc=" . $order_info->order_code . "'; </script> ' "; goto continue_with_wordpress; exit(); } else { sendErrorMail( "Order not saved", "Order not saved but charge paid" . var_export( $order_info, true ) ); } } else { array_push( $order_errors, "There was an error during the transaction, charge was not paid." ); // […]

Probo Payload Quantity Bug

User 1. Solve the following bug, line QTY is not set to the Probo Payload. a. Steps to replicate: i. Link a Probo api product to a WooCommerce product through the backend. ii. Order two items. iii. Check payload. b. What should happen: i. Two items are added to the payload in the order to […]

WooCommerce 9 Cart Hook

User add_filter('woocommerce_after_cart_item_name', array($this, 'probo_upload_field_to_cart_items'), 10, 2); above hook not working in woocommerce 9 cart page Assistant As of **WooCommerce 9.0**, the cart block experience is powered by **the new Cart Block (powered by React/JS)** from WooCommerce Blocks, and **many traditional PHP-based hooks like `woocommerce_after_cart_item_name` no longer run** because the cart is rendered via JavaScript and […]

Standup Ticket Update

User Now in standup, i have to say , No ticket assigned to me just completed woth the setup Assistant Here's a polished version you can say during the standup: > “Hi, I don’t have any tickets assigned yet. I’ve completed the project setup and I’m ready to start once tasks are assigned.” Let me […]

ACF Repeater Email Templates

User create admin option to add multiple email templates using acf repeater Assistant To allow an admin to **add multiple email templates** using **Advanced Custom Fields (ACF) Repeater**, follow this structured implementation in WordPress: — ## ✅ Step-by-Step Guide ### 1. **Create the ACF Repeater Field Group** Go to **ACF → Field Groups** and click […]

Google Wallet Pass Variables

User We have Google wallet event class Google Wallet API that has Text modules defined how I will replace values like number_of_seats when generate google wallet pass Assistant In the **Google Wallet API**, when you define a `TextModuleData` block in an **event ticket class**, it can contain placeholders (like `number_of_seats`) that you later replace with […]

Rephrase request

User I’m working on setup widgets, it has app 18 widgets, so working on it! Encountered errors and solved Rephrse Assistant Sure! Here's a clearer and more professional rephrasing: "I'm currently setting up approximately 18 widgets. Encountered a few errors along the way, but I've resolved them." Let me know if you want it to […]

Jira Basics and Tickets

User let me know about jira and tickets! I don’t understand anything Assistant No worries! Let me break it down for you **super simply**: — ### ✅ What is **Jira**? **Jira** is a **tool used by teams** (mostly developers, designers, product managers, etc.) to: – Plan work – Assign tasks – Track progress – Collaborate […]