·product-type-development
</>

product-type-development

Produkttypentwicklung in Bagisto. Wird aktiviert, wenn benutzerdefinierte Produkttypen erstellt, Produktverhalten definiert oder spezielle Produktlogik implementiert wird. Verwenden Sie Referenzen: @config (Produkttypkonfiguration), @abstract (AbstractType-Methoden), @build (vollständige Abonnementimplementierung).

19Installationen·1Trend·@bagisto

Installation

$npx skills add https://github.com/bagisto/agent-skills --skill product-type-development

So installieren Sie product-type-development

Installieren Sie den KI-Skill product-type-development schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bagisto/agent-skills --skill product-type-development
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: bagisto/agent-skills.

Creating custom product types in Bagisto allows you to define specialized product behaviors that match your business needs. Whether you need subscription products, rental items, digital services, or complex product variations, custom product types provide the flexibility to create exactly what your store requires.

The Config/product-types.php file is a simple PHP array that registers your product type:

| key | Unique identifier (matches array key) | 'subscription' | | name | Display name in admin dropdown | 'Subscription' | | class | Full namespace to your product type class | 'Webkul\SubscriptionProduct\Type\Subscription' | | sort | Order in dropdown (optional, default: 0) | 5 |

Produkttypentwicklung in Bagisto. Wird aktiviert, wenn benutzerdefinierte Produkttypen erstellt, Produktverhalten definiert oder spezielle Produktlogik implementiert wird. Verwenden Sie Referenzen: @config (Produkttypkonfiguration), @abstract (AbstractType-Methoden), @build (vollständige Abonnementimplementierung). Quelle: bagisto/agent-skills.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/bagisto/agent-skills --skill product-type-development
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-28
Aktualisiert
2026-03-10

Browse more skills from bagisto/agent-skills

Schnelle Antworten

Was ist product-type-development?

Produkttypentwicklung in Bagisto. Wird aktiviert, wenn benutzerdefinierte Produkttypen erstellt, Produktverhalten definiert oder spezielle Produktlogik implementiert wird. Verwenden Sie Referenzen: @config (Produkttypkonfiguration), @abstract (AbstractType-Methoden), @build (vollständige Abonnementimplementierung). Quelle: bagisto/agent-skills.

Wie installiere ich product-type-development?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/bagisto/agent-skills --skill product-type-development Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/bagisto/agent-skills