HP Laser Printer Laserjet-600-M601

£170.00

Brand

Type

Model

Colour

MPN

Technology

Supported Paper Size

Features

,

,

Toner Level

0

Toner Model

N/A

Drum

N/A

Pages Printed

2

Condition/Grade

Warranty

1 in stock

0 People watching this product now!
SKU: Q-18-BNA-23059 Category: Tag: Brand:
Description

SKU: Q-18-BNA-23059
Brand

Type

Model

Colour

MPN

Technology

Supported Paper Size

Features

,

,

Toner Level

0

Toner Model

N/A

Drum

N/A

Pages Printed

2

Condition/Grade

Warranty


Compatible Drum/ Toner Installed

 

/**
* 1️⃣ Register a *single product* template block that appears after the
* product title but before the “Add to cart” button.
*
* 2️⃣ The block contains:
* • Hero image (the featured image)
* • Product‑gallery (all attachment images)
* • SKU + WooCommerce attribute table (via `

SKU: Q-18-BNA-23059
Brand

Type

Model

Colour

MPN

Technology

Supported Paper Size

Features

,

,

Toner Level

0

Toner Model

N/A

Drum

N/A

Pages Printed

2

Condition/Grade

Warranty

` or direct PHP)
* • Icon grid (CPU, RAM, GPU, … – pulled from *product attributes*)
* • Full‑spec table (shown on click)
* • Optional testimonial + CTA buttons
*/
add_action( ‘woocommerce_single_product_summary’, ‘rsc_custom_product_details’, 20 );
function rsc_custom_product_details() {

global $product; // WC_Product object
if ( ! $product ) return;

/* ——– 1️⃣ Get the data we need ——– */
$sku = $product->get_sku(); // e.g. “ABC‑1234”
$product_id = $product->get_id();
$attributes = $product->get_attributes(); // array of WC_Product_Attribute
$custom_fields = get_post_meta( $product_id, ”, false ); // all custom meta
$specs = array(
// Pull your *custom* specs from custom fields or ACF
// (replace the keys with the field names you actually use)
‘CPU’ => get_post_meta( $product_id, ‘cpu’, true ),
‘RAM’ => get_post_meta( $product_id, ‘ram’, true ),
‘Storage’ => get_post_meta( $product_id, ‘storage’, true ),
‘Screen’ => get_post_meta( $product_id, ‘screen’, true ),
‘GPU’ => get_post_meta( $product_id, ‘gpu’, true ),
‘Battery’ => get_post_meta( $product_id, ‘battery’, true ),
‘Operating System’ => get_post_meta( $product_id, ‘os’, true ),
);
/* ——– 2️⃣ Start outputting the markup ——– */
?>

SKU:

$value ) :
if ( ! empty( $value ) ) :
?>

📌:

is_taxonomy() ) {
$label = wc_attribute_label( $attribute->get_name() );
$terms = wc_get_product_terms( $product_id, $attribute->get_name(), array( ‘fields’ => ‘names’ ) );
$value = implode( ‘, ‘, $terms );
} else { /* 2️⃣ Custom (non‑taxonomy) attributes */
$label = $attribute->get_name();
$value = implode( ‘, ‘, $attribute->get_options() );
}
?>


“I couldn’t believe the performance – and it cost a fraction of a new laptop.” – Sarah, community‑centre volunteer