예제 #1
0
	}),

	SCOPEPROP_LANG = <?php 
ShoppScreenDiscountEditor::scopes();
?>
,
	TARGET_LANG = <?php 
ShoppScreenDiscountEditor::targets();
?>
,
	RULES_LANG = <?php 
ShoppScreenDiscountEditor::rules();
?>
,
	conditions = <?php 
ShoppScreenDiscountEditor::conditions();
?>
,
	logic = <?php 
ShoppScreenDiscountEditor::logic();
?>
,

	Conditional = function (type,settings,location) {
		var target = $('#promotion-target').val(),
			row = false, i = false;

		if (!type) type = 'condition';

		if (type == "cartitem") {
			i = itemidx;