FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks-next
/
build
/
blocks
/
product-quantity
Edit File: controller.php
<?php $product = sc_get_product(); if ( get_query_var( 'sc_upsell_id' ) ) { return 'file:./upsell-quantity.php'; } $attributes['label'] = $attributes['label'] ?? __( 'Quantity', 'surecart' ); if ( ! empty( $content ) ) { return 'file:./view.php'; } $styles = sc_get_block_styles( false ); // return the view. return 'file:./legacy.php';
Save
Back