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
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 `
| 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 |
* • 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:
if ( ! empty( $value ) ) :
?>
“I couldn’t believe the performance – and it cost a fraction of a new laptop.” – Sarah, community‑centre volunteer
Related products
Zebra ZM4 Plus Industrial Thermal Label Printer
In stock
HP Inkjet Printer DeskJet 450 C8145A
In stock
Brother Label Printer QL-810W
In stock
Zebra Thermal Label Printer QLn420
In stock
