Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

1. How to create new Single Extension?

>setantenv.bat

>ant extgen

After running the ant extgen command it will ask for :

 Please choose a template for generation or their was an default option like yempty

 Next will ask please choos the name of your extension.It has to start with letter and/ or
number. Press [enter] to use the default value [training]

 Please choose the package name of your extension. It has to fulfill java package name
and convention. Press [Enter] to use the default value [org.training]

Now Build successful have done creating new extension name and package.
Whenever we create new extension we have to add the extension name in localextension.xml
file which was located in config folder.

Make sure the application server is stopped before you build the extension the first time.

Note:

For Single Extension the default template will be yempty.

2. How to create new Multiple Extension?


>setantenv.bat

>ant modulegen

After running the ant modulegen command it will ask for :

 Please choose a template for generation or their was an default option like accelerator

 Next will ask please choos the name of your extension.It has to start with letter and/ or
number. Press [enter] to use the default value [training]

 Please choose the package name of your extension. It has to fulfill java package name
and convention. Press [Enter] to use the default value [org.training]

3. Steps to create Cron Jobs?


 Automated tasks

 performed at a certain time and also at fixed intervals.

It is used for:

1. Backups
2. Updating / synchronizing catalog contents
3. Import / Export
4. Re – calculating prices.

It consists of :

Cron : what to do

Trigger : when to run

Cron Job : Run Time information.

4 . Promotion and Vouchers in Marketing


Inside Marketing Module we can see promotion, vouchers, promotion groups, product reviews
and some more u can see it in below figure.

 Difference b/w promotion and discount?

Promotion --> something which we do to make people aware of my product.

If the price of the product reduced / changed without customer manual interaction then it is
called Promotion.

Discount --> Reduction to basic price of the goods.

 Difference b/w Coupon and Voucher?

Coupon --> Voucher= No difference.

If the product price is reduced with customer interaction then it is called voucher.

Note : Vouchers can be used for Absolute or Relative Discount


Relative(% discount) = 15 % discount of your total order value

Absolute(value discount) = 100$ gift coupon.

What are the Vouchers -- Key Features?

 Can be created for cross channel use.(For Mobile App And Desktop will separate
Discount while using the vouchers)
 Can be generated manually or automatically
 Unique and secure voucher identification number.
 Voucher validity may be restricted to certain products,quantities,minimal order value
and customer groups.
 Voucher may be used by customer to reduce their total order value or product value.

What are the restriction types present in voucher and promotion?

There was no difference in voucher and promotion the restriction will be same. The types are:-

 Restriction by order count (to regular customer)


 Restriction by revenue (to regular customer)
 Restriction to new customer
 Restriction to order value
 Restriction to products
 Restriction to product categories
 Restriction to quality ordered
 Restriction to users
 Temporal restriction
What we can see in Promotion?

Here we have two division :-

1) Order Level Promotion

2) Product Level Promotion

Order Level Promotion

a. Order threshold change delivery mode = Get a different shipping method when u spend
at least a certain value Ex: get free next day delivery when u spend 3000RS
b. Order threshold fixed discount = Get discount when spend at least a certain value Ex:
get 30RS discount when u spend 1000rs.
c. Order threshold free gift = Get a product free when you spend at least a certain value
Ex: Get 2kg sugar free when you spend 1000Rs.
d. Order threshold free voucher = Get free Voucher when you spend at certain value.
e. Order threshold perfect partner = Get this product for a set price when u buy specified
value.
Product Level Promotion

a. Bundle = Buy product A, B, C for 1000RS or selection of specific products for a fixed
price.
b. Buy X get Y free = Buy 1 get 1 free or Buy 3 for the price of 2.
c. Fixed Price = Buy any selected product for a fixed price Ex: Buy any product @20RS
d. Multi Buy = Buy any 3 out of 10 for 200RS or any other combination of required quantity
& price.
e. Percentage discount = Get percentage off of the price of any of these products
Ex: 10% off of all T-Shirts. 15% off of all video games CD.

You might also like