HOW TO EDIT / ADD PRODUCTS IN FUTURE

Edit this file in cPanel File Manager:

products-data.js

Each product uses this format:

{
  "code": "B242B",
  "name": "3\" Round Stopper",
  "category": "stopper",
  "sub": "Round Stopper",
  "material": "PP / HDPE / PVC / ABS",
  "dimension": "Diameter / height / ID / OD",
  "application": "Furniture fittings / chair leg / tube end cap",
  "process": "Plastic Injection Moulding",
  "weight": "To be updated",
  "finish": "Black / natural / colour as required",
  "buyerNotes": "MOQ, colour, packing or custom OEM notes",
  "description": "Long product description. This appears only when visitor clicks View Details."
}

TO MODIFY A PRODUCT:
1. Open products-data.js
2. Search the product code, for example B242B
3. Edit material, dimension, application, process, weight, finish, buyerNotes or description
4. Save
5. Refresh browser using Cmd + Shift + R on Mac or Ctrl + F5 on Windows

TO ADD A NEW PRODUCT:
1. Upload the product image into the catalogue folder.
2. Copy one full product block in products-data.js.
3. Paste it before the final ];
4. Change code, name, category, sub and details.
5. Make sure every product block has a comma after it except the final product.

Suggested categories:
- stopper
- cap
- connector
- handle
- stud
- glider
- custom

IMPORTANT:
Do not remove:
window.PQ_PRODUCTS = [

Do not remove the final:
];
