@extends('layouts.app') @section('content') {{-- Hero --}}
Add-On Plugin

Agency Pulse Products & Shopping Cart

Expands the Agency Pulse Invoice ecosystem into a full-scale e-commerce platform โ€” adding product management, a modern shopping cart, and a secure checkout-to-invoice workflow.

Agency Pulse Products & Shopping Cart Plugin
{{-- Feature Groups --}}
{{-- Unified Product Management --}}

๐Ÿ›๏ธ Unified Product Management

  • Custom Product Ecosystem: A dedicated Custom Post Type (agency_pulse_product) for managing physical and digital business offerings within the WordPress dashboard.
  • Advanced Product Metadata: Support for variable pricing, SKU management, inventory tracking, and tax-exempt status on a per-product basis.
  • Categories & Taxonomies: Advanced organization using a custom “Product Category” taxonomy for logical grouping and efficient frontend filtering.
  • Gutenberg Block Integration: A specialized suite of custom blocks for displaying product cards, category grids, and featured items on any page or post.
{{-- Flexible Shopping Cart & Checkout --}}

๐Ÿ›’ Flexible Shopping Cart & Checkout

  • Session-Based Cart Engine: A robust internal service that manages item persistence, quantity updates, and real-time subtotal/tax calculations.
  • AJAX-Powered Interactions: High-performance “Add to Cart,” “Update,” and “Remove” actions that provide a modern e-commerce experience without page reloads.
  • Integrated Checkout Flow: A streamlined, secure checkout process that seamlessly converts cart items into formal business orders and invoices.
  • User & Client Synchronization: Automatically links checkout data to existing Portal clients or creates new localized metadata for guest purchasers.
{{-- Invoice & Order Integration --}}

๐Ÿงพ Invoice & Order Integration

  • Order-to-Invoice Automation: Automatically generates a full Agency Pulse Invoice upon checkout completion, ensuring a formal billing record is created for every sale.
  • Unified Payment Processing: Deeply integrates with the core Agency Pulse payment gateway system to handle real-time payment finalization for both products and services.
  • Product Lookup in Builder: Injects a powerful “Search Products” utility directly into the standard Invoice Builder for rapid line-item injection from the product database.
  • Order Lifecycle Management: A dedicated agency_pulse_order system for tracking order statuses from “Pending Checkout” to “Paid” and “Fulfilled.”
{{-- Digital Deliverables System --}}

๐Ÿ’พ Digital Deliverables System

  • Digital Product Support: Specialized logic for identifying and handling digital assets, enabling secure delivery of software, documents, or media.
  • Post-Payment Access Control: Automatically injects secure download buttons into the public invoice view and client emails once a payment has been verified.
  • Secure File Routing: Protected download handlers ensure that premium digital content is only accessible to authorized buyers after a successful transaction.
  • Unified Asset Lists: Seamlessly integrates purchased digital products into the standard invoice file attachments table for a professional client experience.
{{-- Advanced Coupon & Discount Engine --}}

๐ŸŽŸ๏ธ Advanced Coupon & Discount Engine Pro

  • Global Discount Management: Create and manage highly customizable coupons, including fixed-amount and percentage-based discounts.
  • Granular Usage Restrictions: Limit coupon validity to specific products, certain categories, or individual high-value clients within the Portal.
  • Real-Time Validation Engine: AJAX-powered verification triggers during checkout to provide instant total updates and interactive feedback to customers.
  • Performance Tracking: Monitor coupon usage rates and redemption history across the entire e-commerce ecosystem.
{{-- Administrative & Store Experience --}}

๐ŸŽจ Administrative & Store Experience

  • Streamlined Workspace: Automatically reorganizes the WordPress sidebar to keep Products, Orders, and Coupons grouped logically under the primary Invoice menu.
  • Enhanced Admin Columns: Customized list views for products and orders featuring instant price previews, status badges, and quick-management links.
  • Unified Settings Hub: Injects a dedicated “Shopping Cart” tab into the core settings interface for centralized control over store behavior.
{{-- Bottom CTA --}} @if($product ?? null)

Get {{ $product->name }}

Unlock all the features above for your agency.

${{ number_format($product->price, 2) }} / monthly ${{ number_format($product->price * 10, 2) }} / yearly
@csrf
@endif @endsection