1 / 6

Magento 2 Custom Promo Conditions

Providing custom discounts to the regular customers is often common for the brick-and-mortar businesses. It allows the strengthen the business-customer relationship and allows helps solidifying branding. Meetanshi has developed Magento 2 Custom Promo Conditions extension to allow such functionality to the customers in your online store.<br>

Meetanshi
Download Presentation

Magento 2 Custom Promo Conditions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Custom Promo Conditions for Magento 2 User Guide Table of Content 1.Extension Installation Guide 2.Configuration 3.Set Custom Promo Conditions 4.Custom Promo Conditions in frontend Custom Promo Conditions for Magento 2 ©Meetanshi

  2. 1.Extension Installation •For Magento Marketplace Customers oFind the Composer name and version of the extension in the extension’s composer.json file. oLogin to your SSH and run: ▪composer require meetanshi/magento-2-custom-promo-conditions oEnter your authentication keys.Your public key is your username; your private key is your password. oWait for Composer to finish updating your project dependencies and make sure there aren’t any errors. oTo verify that the extension installed properly, run the command: ▪php bin/magento module:status Meetanshi_CustomPromoConditions oBy default, the extension is probably disabled. oEnable the extension and clear static view files: ▪php bin/magento module:enable Meetanshi_CustomPromoConditions --clear-static- content ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush •For Meetanshi Customers oExtract the zip folder and upload our extension to the root of your Magento 2 directory via FTP. oLogin to your SSH and run below commands step by step: ▪php bin/magento setup:upgrade ▪For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy ▪For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f ▪php bin/magento cache:flush Custom Promo Conditions for Magento 2 ©Meetanshi

  3. 2.Configuration To configure the extension, login to Magento 2 backend, move to Stores → Meetanshi → →Custom Promo Conditions where you can find various settings to configure the extension. •Custom Promo Conditions: Enable the Custom Promo Conditions extension from here. → Configuration → → 3.Set Custom Promo Conditions After saving the configuration, you have to set custom promo conditions based on purchase history, customer attributes and advanced attributes. Move to Marketing → click to add new rule. Under the conditions tab, you can set conditions to offer promotion based on purchase history, customer attributes and advanced attributes. •Custom Promo Conditions based on Purchase History The extension facilitates to offer discount and set custom promotion conditions based on purchase history attributes like number of completed order and total sales amount. Select one of the attributes to offer discount and configure other cart price rule settings. → Cart Price Rules, Custom Promo Conditions for Magento 2 ©Meetanshi

  4. •Custom Promo Conditions based on Customer Attributes The extension facilitates to offer discount and set custom promotion conditions based on customer attributes like gender, first name, membership days, customer group and many others. Select one of the attributes to offer discount and configure other cart price rule settings. Note:For “Date of Birth” customer attribute, use dd/mm/yyyy format. Custom Promo Conditions for Magento 2 ©Meetanshi

  5. •Custom Promo Conditions based on Advanced Attributes The extension facilitates to offer discount and set custom promotion conditions based on advanced attributes like weight, quantity in stock, billing address country, shipping address line, city and store view currency. Select one of the attributes to offer discount and configure other cart price rule settings. Note:For “Shipping Address Line” advanced attribute, use street1, street2, street3 format. Custom Promo Conditions for Magento 2 ©Meetanshi

  6. 4.Custom Promo Conditions in frontend After the successful configuration of Custom Promo Conditions, whenever a user adds a product to cart, he can see the discount applied based on the custom promo condition his order satisfies. Custom Promo Conditions for Magento 2 ©Meetanshi

More Related