Skip to content

Instantly share code, notes, and snippets.

View DerekFoulk's full-sized avatar

Derek Foulk DerekFoulk

View GitHub Profile
@DerekFoulk
DerekFoulk / Output Android Icons.jsx
Created March 27, 2017 02:30 — forked from tlinkner/Output Android Icons.jsx
Photoshop script to output Android icons
// Output Android Icons.jsx
// 2012 Todd Linkner
// License: none (public domain)
// v1.0
//
// This script is for Photoshop CS6. It outputs Android icons of the
// following sizes from a source PSD at least 512px x 512px
//
// store:
// Icon.png (512px x 512px)
@DerekFoulk
DerekFoulk / content-product.php
Created January 8, 2016 19:39
Attempt to hide products with certain tag (WooCommerce)
<?php
/**
* The template for displaying product content within loops.
*
* Override this template by copying it to yourtheme/woocommerce/content-product.php
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.4.0
*/
@DerekFoulk
DerekFoulk / dbo.ProductLoadAllPaged.sql
Created July 29, 2016 18:08
Add Manufacturer Search to nopCommerce's dbo.ProductLoadAllPaged (Not Working)
USE [nopCommerce]
GO
/****** Object: StoredProcedure [dbo].[ProductLoadAllPaged] Script Date: 07/29/2016 10:28:58 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[ProductLoadAllPaged]