Skip to content

Instantly share code, notes, and snippets.

View proudcommerce's full-sized avatar

ProudCommerce proudcommerce

View GitHub Profile
@proudcommerce
proudcommerce / OXID eShop - gets first subcategory and redirect to this
Last active August 29, 2015 14:04
gets first subcategory of a main category and redirect to this.uses an array, which main categories should be checked.
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @copyright (c) Proud Sourcing GmbH | 2014
* @link https://gist.github.com/proudcommerce
* @link http://www.proudcommerce.com
@proudcommerce
proudcommerce / OXID eShop - Redirect old seo urls
Created December 25, 2013 15:50
Script for saving old seo urls. Redirects old seo urls (e. g. from an other shop software after relaunch) to the new oxid shop seo urls.
<?php
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* @copyright (c) Proud Sourcing GmbH | 2013
* @link https://gist.github.com/proudcommerce
* @version 1.0.0