Sunnysideup\EcommerceAnyPriceProduct\Model\AnyPriceProductPage_ProductVariation

Synopsis

class AnyPriceProductPage_ProductVariation extends ProductVariation {
  • // members
  • private static string $table_name = 'AnyPriceProductPage_ProductVariation';
  • private static array $db = ;
  • protected String $defaultClassNameForOrderItem = AnyPriceProductPage_ProductVariationOrderItem::class;
}

Hierarchy

Extends

  • Sunnysideup\EcommerceProductVariation\Model\Buyables\ProductVariation

Members

private

  • $db
  • $table_name
    ### @@@@ START REPLACEMENT @@@@ ### OLD: private static $db (case sensitive) NEW: private static $table_name = '[SEARCH_REPLACE_CLASS_NAME_GOES_HERE]';

protected

Methods