11
Extra Discount Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for stores willing to give extra discount for promotional products on seasonal basis, festival offers or to promoting new products or dead stocks. Customers who will add the extra discounted product to cart will eventually get discount price added to their cart prior to the checkout and the discount will become visible in admin panel after the customer is given discount. This extension allows you to attract customer's attention to any product by adding graphical labels to product images. Labels can be displayed on the Category page as well as on the Product page. The label image and text are easily customized for each product. Admin can use a label image that comes with the extension or upload own label image & text. Version: 1.0 Features: 1. Option to apply different discount on individual product, specified categories. 2. Discount amount can be either fixed or percentage off the product cost. 3. Every individual product have “Magik Discount Settings” tab on “Add/Edit Product” page to apply discount. 4. Attract customer's attention to any product by adding graphical discount labels to product images , on the Category page as well as on the Product page. 5. This extension supports six predefined label positions: top-left, top-center, top-right, bottom-left, bottom-center and bottom-right 6. Admin can not only write plain text for the label but also use the predefined variables as follows - *DA* - discount amount (Percentage type discount applied by this extension) *RP* - regular price *SP* - extra price *SA* - save amount (Fixed type discount applied by this extension ) *NL* - new line *SK* - product SKU *ST* - in stock quantity Installation Instructions: We recommend creating a backup of your site before installing the extension, especially if the site is in Production.” On some servers installation might be little problematic especially if Magento is customized. We offer Paid installation support, contact us to enquire more about installation support at [email protected] . Step 1: Upload Magik extra Discount extension at the correct path. You will find the path information along with the extension release. Step 2: Once all the files, folders are copied to the appropriate directory just log into your Magento Admin control panel. Step 3: You will see a new Tab “Magikdiscount” in admin menu bar with 3 sub-menus listed below:

Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

  • Upload
    others

  • View
    11

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Extra Discount – Installation & Configuration

Magik extra discount (version 1.0) is a Magento extension specifically built for stores willing to give

extra discount for promotional products on seasonal basis, festival offers or to promoting new

products or dead stocks. Customers who will add the extra discounted product to cart will eventually

get discount price added to their cart prior to the checkout and the discount will become visible in

admin panel after the customer is given discount.

This extension allows you to attract customer's attention to any product by adding graphical labels

to product images. Labels can be displayed on the Category page as well as on the Product page.

The label image and text are easily customized for each product. Admin can use a label image that

comes with the extension or upload own label image & text.

Version: 1.0

Features:

1. Option to apply different discount on individual product, specified categories.

2. Discount amount can be either fixed or percentage off the product cost.

3. Every individual product have “Magik Discount Settings” tab on “Add/Edit Product” page to apply

discount.

4. Attract customer's attention to any product by adding graphical discount labels to product images

, on the Category page as well as on the Product page.

5. This extension supports six predefined label positions:

top-left, top-center, top-right, bottom-left, bottom-center and bottom-right

6. Admin can not only write plain text for the label but also use the predefined variables as follows -

*DA* - discount amount (Percentage type discount applied by this extension)

*RP* - regular price

*SP* - extra price

*SA* - save amount (Fixed type discount applied by this extension )

*NL* - new line

*SK* - product SKU

*ST* - in stock quantity

Installation Instructions: “We recommend creating a backup of your site before installing the extension, especially

if the site is in Production.”

On some servers installation might be little problematic especially if Magento is customized. We offer

Paid installation support, contact us to enquire more about installation support at

[email protected].

Step 1: Upload Magik extra Discount extension at the correct path. You will find the path

information along with the extension release.

Step 2: Once all the files, folders are copied to the appropriate directory just log into your Magento

Admin control panel.

Step 3: You will see a new Tab “Magikdiscount” in admin menu bar with 3 sub-menus listed below:

Page 2: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

1. Manage Discounts - Under this menu admin can add/edit N number of discount for

product, category. This includes discount name, discount type (fixed / percent), amount,

apply to (product, category), & status (Enabled/Disabled). 2. Manage Settings – These are the global settings for image label display on frontend.

Admin can set up the global label image, image position & setting to display or hide image

labels on frontend. There a set of images (used as labels) available with this extension or

admin can add his/her own image set for the label images from the setting page, which will

be automatically available for selection in label image drop down with given name.

3. Help/FAQ: Basic help on how to use Extra Discount extension.

Step 4: Add following line of code in “theme/layout/catalog.xml” under <catalog_product_view>

reference -

<block type="magikdiscount/magikdiscount" name="PD" as="productdiscount"

template="magikdiscount/productdiscount.phtml" />

So the catalog.xml file looks like -

<catalog_product_view>

<reference name="content">

<block type="catalog/product_view" name="product.info"

template="catalog/product/view.phtml">

....

....

<block type="magikdiscount/magikdiscount" name="PD" as="productdiscount"

template="magikdiscount/productdiscount.phtml" />

</block>

</reference>

</catalog_product_view>

Step 5: Add this line of code <?php echo $this->getChildHtml('productdiscount'); ?> in

theme/catalog/product/view.phtml just before the image code:

i.e. <?php echo $this->getChildHtml('media') ?> Step 6: Add following line of code in “theme/layout/catalog.xml” under

<catalog_category_default> & <catalog_category_layered> references - <block type="magikdiscount/magikdiscount" name="MD1" as="discountcat"

template="magikdiscount/categorydiscount.phtml" />

So the catalog.xml file looks like -

<catalog_category_default translate="label">

<reference name="content">

<block type="catalog/category_view" name="category.products"

template="catalog/category/view.phtml">

<block type="catalog/product_list" name="product_list"

template="catalog/product/list.phtml">

...

...

<block type="magikdiscount/magikdiscount" name="MD1" as="discountcat"

template="magikdiscount/categorydiscount.phtml" />

</block>

</block>

</reference>

Page 3: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

</catalog_category_default>

<catalog_category_layered translate="label">

<reference name="content">

<block type="catalog/category_view" name="category.products"

template="catalog/category/view.phtml">

<block type="catalog/product_list" name="product_list"

template="catalog/product/list.phtml">

...

...

<block type="magikdiscount/magikdiscount" name="MD1" as="discountcat"

template="magikdiscount/categorydiscount.phtml" />

</block>

</block>

</reference>

</catalog_category_layered>

Step 7: Add following code in “theme/catalog/product/list.phtml” just before the image link in

both grid & list view if you are using both views for your store -

<?php

Mage::getSingleton('catalog/product')->setData("product", $_product->getId());

echo $this->getBlockHtml('MD1');

?>

Step 8: Flush Cache – After installation, you should clear cache /var/cache/. It's absolutely

necessary as Magento uses cache heavily.

NOTE: For applying Extra Discount to any particular product you need to set category overwrite to

"Yes". Then only product discount will be applied else category discount will get applied by default.

Following are the possible cases to apply the discount with this Extension -

Page 4: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

All Extra Discount Listing Page -

Add / Edit Extra Discount from admin -

Page 5: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Apply extra discount to individual product -

Page 6: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Admin Settings Page -

Category Listing Page -

Page 7: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Product Details Page -

Cart page after discount -

Page 8: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Order review page -

Page 9: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Admin order view -

Page 10: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Important Note

Magik Extra discount extension will not work with Magik Extra Fee. Either of the two extensions will work for a single store.

Best Custom Image Label sizes Category listing – 80x80

Product details page – 110x110

Product Support Policy

Free support period for one Product totals 6 months starting from the purchase date of the Product.

The term of free support can be prolonged when a Product update is purchased by confirming and

paying extra for prolonged support.

Support team shall provide to Customer, without additional charge, all reasonably necessary written

consultation requested in connection with use and operation of the Product or any problems

therewith, within above-stated period of time.

Free support does not include achieving compatibility with third party solutions and is not provided if

the Product has been customized. In cases when extraordinary support efforts will be required

Customer will be offered paid support services. Contact us for paid support services.

Support team preserves the right to ignore any appeals or requests, not falling under the present

conditions. All information, acquired from Magik support team is advisory only and shall not create

any warranty for Magik.

Service Level Agreement

Magik will provide support services via email ([email protected])

Product Updates

Magik will timely release the information about new updates. It is Customer’s responsibility to check

for updates availability. Customer can claim updates via Support department.

All updates can be used only as a replacement of a previously purchased Product, not as a separate

copy of a Product.

Magik reserves the right to determine which products will be updated and when. Magik reserves the

right to discontinue product updates (if necessary).

Updates shall be available to the Customer free of charge for 6 months from the original purchase

date. After that an update would cost 75% of the current product price.

Customer is not obliged to purchase updates every 6 months. The decision about whether to

purchase an update and when is solely customer’s right. Customer can continue using the Product

after 6 months from the original purchase date and can contact Magik for paid support services.

Refunds Customer may demand a refund for any Magik product within a 30-day period from the date of

purchase. Any clarification of Customer's refund claim within the 30-days period is optional.

Refund requests submitted after the expiration of the 30 days period shall not be accepted. Refunds

of money charged for custom installation service shall not be issued.

Magik considers its Product refunded when the money has been withdrawn from its account. If no

notification of non-acceptance has been received from client within 10 bank days, product is treated

as refunded. The Customer is obliged to uninstall the product before requesting the refund and

terminate all its copies and derivatives within the 5 bank days starting from the day of initiation of

money refund process.

Page 11: Extra Discount Installation & Configuration€¦ · Extra Discount – Installation & Configuration Magik extra discount (version 1.0) is a Magento extension specifically built for

Magik is not responsible for any damages neither with Magento running, nor with business profits or

information occurring due to enforced manual deleting of refunded Product or its derivatives.

Disclaimer of Responsibility

Magik Products are not stand-alone solutions and require Magento to be installed primarily with a

valid Magento License. Magik does not guarantee for its Product to operate correctly on any Magento

solution, either modified or non-modified.

Magik does not bear any responsibility for damages or incorrect running of the Magento solution,

occurred due to installation or utilizing of Module. Magik disclaims any accountability for content of a

site on which the Product is installed. Magik is not liable to Customer or any third party for any

damages including, but not limited to, loss of business or business profits, loss of business

information due to using Magik Products. By accepting this License Agreement Customer

acknowledges to use the Product at own risk and has clear understanding of responsibility for any

damage to own computer system and data.

Changes in Conditions

Magik reserves the right to modify these agreement terms at any time. It is solely Customer's

responsibility to inquire about any changes made to the present Agreement.