Skip to content

Instantly share code, notes, and snippets.

@kevinwritescode
Created June 14, 2012 21:46
Show Gist options
  • Select an option

  • Save kevinwritescode/2933168 to your computer and use it in GitHub Desktop.

Select an option

Save kevinwritescode/2933168 to your computer and use it in GitHub Desktop.
product stub
<?php
if (!empty($settings->discountReplace->enable) && $product['id'] == $settings->discountReplace->productId && $transType == $settings->discountReplace->type) {
$discounts = array(
'location' => $settings->discountReplace->location,
'division' => $settings->discountReplace->division,
'subdistributor' => $settings->discountReplace->subdistributor,
'distributor' => $settings->discountReplace->distributor
);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment