Skip to content

Instantly share code, notes, and snippets.

View vikramacharya's full-sized avatar

Vikram Acharya vikramacharya

  • Craftsvilla, Plotch.ai
  • Mumbai,India
View GitHub Profile
@vikramacharya
vikramacharya / create_coupon.php
Created August 4, 2017 11:58
Create Coupon Programmatically Magento ver1
<?php
//Initialize Mage Object
require_once 'app/Mage.php';
Mage::app();
//Code to create coupon
$couponCode='COUPONCODE'; //couponcode
$rule = Mage::getModel('salesrule/rule'); //initialize salesrule
$customer_groups = array(0,1); // Add customer group here