Murdock DevWorks Natura Theme - First Version Overlay

This is a first working overlay/template package for your Ecommerce Templates Natura site.

Install idea:
1. Back up your current Ecommerce Templates site first.
2. Copy these files into the root of the Natura site.
3. Keep the existing /vsadmin, /js, /images, and original /css files from Ecommerce Templates.
4. Copy css/mdw-theme.css into your existing /css folder.
5. Replace or compare index.php, cart.php, products.php, categories.php, search.php, downloads.php, support.php, and projects.php.

Important:
- The Ecommerce Templates engine is not rewritten.
- Main content pages use one include line through $mdwMainInclude.
- Built-in cross-sell remains used on index.php for featured products.
- project_showcase/showcase.php is only for completed/in-progress project display, not product selling.

Common include examples:
$mdwMainInclude='vsadmin/inc/incproducts.php';
$mdwMainInclude='vsadmin/inc/inccategories.php';
$mdwMainInclude='vsadmin/inc/inccart.php';
$mdwMainInclude='vsadmin/inc/incsearch.php';

If your Ecommerce Templates install uses a different include filename for downloads or categories, change only the $mdwMainInclude line on that page.


V2 notes:
- Added ClearChat globally before </body> using /clearchat/embed.js.
- Hidden the top mini cart on index.php only. Store pages still show cart features.
- Added Ecommerce Templates wrapper pages for products, categories, proddetail, cart, search, account, order status, gift certificate, affiliate, tracking, and receipt pages.
- Cart page is full width and uses the built-in Ecommerce Templates cross-sell include below the cart content.
- Keep vsadmin and original Ecommerce Templates files intact; these pages only wrap the built-in include files inside the Murdock DevWorks template.
