Magento Developer & Ecommerce Specialist

Hi, I'm Scott Stamp

Tonbridge, Kent, UK
25+
Magento 2 Builds
15+
Years Experience
50+
Plugins Built
Cin7StockPlugin.php
// Intercept stock save, sync to Cin7
class Cin7StockPlugin
{
public function afterSave(
StockItem $subject,
StockItem $result
) {
$this->cin7->syncQty(
$result->getSku(),
$result->getQty()
);
return $result;
}
}
api.php
// Cin7 webhook inbound
Route::prefix('cin7')
->middleware(['auth:api', 'throttle:60'])
->group(function () {
Route::post('webhook', [
Cin7Controller::class,
'handleWebhook'
]);
Route::get('sync/{sku}', [
Cin7Controller::class,
'syncBySku'
]);
});
~ bash
$ mage setup:upgrade
Module 'Cin7_Integration': setup done
$ mage cache:flush
Flushed cache types.
$ mage s:s:d en_GB -f
Deployed 1,842 static files.
Deploy complete - 4.2s
Scott Stamp - Magento 2 & Laravel Developer, Tonbridge Kent
Scott Stamp
Magento 2 & Laravel Developer
Tonbridge, Kent
About Me

Developer, problem solver, eCommerce architect.

I've been building on Magento 2 since it first launched - back when the docs were sparse and the community was still figuring it all out. Since then I've delivered 25+ full Magento 2 builds ranging from B2B wholesalers to consumer retail, multi-site setups, and everything in between.

I specialise in making Magento talk to things it wasn't originally designed to talk to - Sage, Cin7, CRM systems, custom ERPs, and third-party APIs. I built a bespoke Cin7 integration from scratch and have done the same with half a dozen other platforms.

Beyond Magento, I work with Laravel & PHP, WooCommerce, WordPress, and OpenCart. I'm based in Tonbridge, Kent and currently work full-time at Comtecs as a Magento Developer & Ecommerce Specialist.

When I'm not integrating APIs for clients, I'm applying the same data-driven mindset at home - tracking half-hourly energy data via the Octopus Energy API, optimising my home setup the same way I optimise a client's eCommerce stack.

Referral policy: I only list referral links for services I personally use in my professional or home life - whether that's Krystal for hosting dev environments or Octopus Energy for home energy. These are tools I've vetted myself. If a service stops being good, I remove the link.

Tech Stack

What I work with

  • Magento 2
  • PHP 8.x
  • Laravel 12
  • MySQL
  • REST APIs
  • Cin7 API
  • Sage Integration
  • CRM Frameworks
  • Clarity & Success
  • WordPress
  • WooCommerce
  • OpenCart
  • Bootstrap
  • JavaScript
  • Git
  • cPanel / Linux
  • Porto Theme
  • Multi-site Magento
Expertise

What I specialise in

Magento 2 Development

Building on Magento 2 since its initial release. 25+ complete eCommerce builds from scratch covering B2B, B2C, and multi-site architectures with full custom theme and plugin development.

Bespoke Magento Plugins

Dozens of custom Magento 2 modules built to spec - from checkout customisations and payment gateway integrations to complex product configurators and admin UI components.

API & System Integrations

Built a bespoke Cin7 inventory integration from the ground up. Implemented Sage accounting integrations, CRM connectors, and various REST/SOAP API bridges for Magento and Laravel.

Laravel & PHP

Laravel application development, custom CRM frameworks in PHP, bespoke admin tools, RESTful API development, and back-end logic for high-traffic eCommerce environments.

Multi-site Architecture

Designed and built multi-site Magento 2 setups with shared catalogues, separate storeviews, per-site pricing, and custom scope-aware configurations across international markets.

Porto Theme Development

Extensive Porto theme customisation and development - deep child theming, component overrides, performance tuning, and turning Porto into fully bespoke customer-facing storefronts.

Services

What I can do for you

From initial scoping and architecture through to deployment and ongoing support - I work across the full stack on eCommerce and PHP web projects.

01
Magento 2 Store Builds

Full end-to-end Magento 2 store builds - from scoping and database design through to theme, checkout, payment gateways, and go-live. B2B, B2C, multi-site.

02
Custom Module Development

Bespoke Magento 2 plugins built to your exact business logic. If Magento doesn't do it out of the box, I'll build the module that does.

03
ERP / CRM Integrations

Native API integrations with Cin7, Sage, and CRM platforms. Custom-built sync engines, webhooks, and job queues for reliable two-way data flow.

04
Laravel Application Development

Custom web applications and back-office tools built in Laravel - admin dashboards, internal CRMs, reporting tools, and custom API platforms.

05
WooCommerce & WordPress

WooCommerce builds, custom plugin development, and complex WordPress sites. Performance optimisation, security hardening, and bespoke functionality.

06
Clarity & Success Integration

Integration work with Clarity & Success - the specialist ERP and POS platform for jewellers and goldsmiths. Connecting Clarity's inventory, sales, and repair data with Magento 2 and third-party systems.

Get in Touch

Get in touch

Got a question about something on here, or want to talk Magento? Drop me a message below.

EMAIL
hello@scottstamp.co.uk
LOCATION
Tonbridge, Kent, UK
AVAILABILITY
Employed full-time