MULTIPLE STORE VIEW PRICING FOR MAGENTO 2

Size: px
Start display at page:

Download "MULTIPLE STORE VIEW PRICING FOR MAGENTO 2"

Transcription

1 1 User Guide Multiple Store View Pricing for Magento 2 MULTIPLE STORE VIEW PRICING FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1

2 2 User Guide Multiple Store View Pricing for Magento 2 Contents 1. Multiple Store View Pricing for Magento 2 Extension Overview How Does Multiple Store View Pricing for Magento 2 Extension Work? Enable Multiple Store View Pricing for Magento 2 extension Setup base currency for each store view Set up base currency for English store view Set up base currency for French store view Set up different prices for a product in store views of a store Set up price for a product in English store view: Put It Messenger Bag Set up price for a product in French store view: Put It Messenger Bag Explanation about Tier Price Config Some Notes about Multiple Store View Pricing for Magento Contact Us BSSCOMMERCE 2

3 3 User Guide Multiple Store View Pricing for Magento 2 1. Multiple Store View Pricing for Magento 2 Extension Overview Multiple Store View Pricing for Magento 2 extension helps store owners to set up different prices for the same product in various store views of a store while Magento 2 default does not support this function. For example, you want to sell a table at 50 in English store view but in the French store view, the price you want customers to pay is 80. Therefore, it totally depends on demands of store owners as well as business strategies for each local target customers. Moreover, this module also allows administrators to set up base currency for each store view so that customers can easily checkout with currency of store view. It can be said that this is really another very outstanding feature of Multiple Store View Pricing for Magento 2 to make more convenient for both customers and store owners. 2. How Does Multiple Store View Pricing for Magento 2 Extension Work? 2.1. Enable Multiple Store View Pricing for Magento 2 extension Please go to Stores Configuration Catalog. In Catalog Price Scope, there are 3 options for admin to choose: Global, Website and Store View. You choose Store View to enable the module. Then you click Save Config and begin to customize prices of products in each store view of each store. BSSCOMMERCE 3

4 4 User Guide Multiple Store View Pricing for Magento 2 *Note: After saving config, you need to do the following things: + Reindex catalog price by running php bin/magento ndexer:reindex catalog_product_price so that prices can be reindexed according to each store. + Reindex catalog price rules. In addition, you go to BSSCommerce Multiple Store View Pricing in Configuration also to select how to set up tier prices. There are 2 options for using tier prices: Use config tier price in product: It means that default tier prices of products (set up for the whole website) are displayed. Always use "tier price for store view": With this option, tier prices set up for each store view are always shown. BSSCOMMERCE 4

5 5 User Guide Multiple Store View Pricing for Magento Set up base currency for each store view Set up base currency for English store view In Configuration, you go to General Currency Setup to set up base currency for English store view. Choose English store view from Store View Section. In Base Currency: Choose British Pound Sterling as base currency and customers will use this one to checkout. In Default Display Currency: you can choose British Pound Sterling or any other currency because this one is only displayed in the product or category page, not used in the checkout. In Allowed Currencies: Choose British Pound Sterling. Then, click to Save config button. BSSCOMMERCE 5

6 6 User Guide Multiple Store View Pricing for Magento Set up base currency for French store view In Configuration, you go to General Currency Setup to set up base currency for French store view. Choose French store view from Store View Section. In Base Currency: Choose Euro as base currency and customers will use this one to checkout. In Default Display Currency: you can choose Euro or any other currency because this one is only displayed in the product or category page, not used in the checkout. In Allowed Currencies: Choose Euro. Then, click to Save config button. BSSCOMMERCE 6

7 7 User Guide Multiple Store View Pricing for Magento Set up different prices for a product in store views of a store Set up price for a product in English store view: Put It Messenger Bag Step 1: Choose English in Store View box. Step 2: In Price section, you unmark Use Default Value and add your wanted price for the product in this English store view: 100, for instance. Step 3: You can also set up Special Prices and Tier Prices for this product by clicking Advanced Pricing. BSSCOMMERCE 7

8 8 User Guide Multiple Store View Pricing for Magento 2 In Tier Price Config: there are 2 options to choose Merge Tier Price and Tier Price for Store View: It means that the product will take tier price set up for both website and store view. Use Only Tier Price for Storeview: The product only takes tier prices set up for store view. In this case, we choose to Use only tier price for store view BSSCOMMERCE 8

9 9 User Guide Multiple Store View Pricing for Magento 2 (This configuration is explained in details section 3 at the end of User Guide. Please take a look for better understanding) Step 4: You save configuration and see changes in the frontend. Price of Put It Messeger Bag in the English store view: Set up price for a product in French store view: Put It Messenger Bag Step 1: Choose French in Store View box. Step 2: In Price section, you unmark Use Default Value and add your wanted price for the product in this French store view: 200, for instance. Step 3: Set up Special prices and Tier prices for product in French store view. BSSCOMMERCE 9

10 10 User Guide Multiple Store View Pricing for Magento 2 Step 4: You save configuration and go to the frontend to see the changes: Price of Put It Messenger Bag in the French store view: BSSCOMMERCE 10

11 11 User Guide Multiple Store View Pricing for Magento 2 As a result, you can set up different price for a product: Put It Messenger Bag in two store views. => WATCH USER GUIDE TUTORIAL VIDEO! 3. Explanation about Tier Price Config When you edit tier prices for product in each store view, there are 2 options for you to choose in Tier Price Config and it determines how tier prices are displayed in the frontend. Merge Tier Price and Tier Price for Store View: It means that the product will take tier price set up for both website and store view. Use Only Tier Price for Storeview: The product only takes tier prices set up for store view. Let's take an example: You have a product with the following settings as below: Website tier price: buy 7 for $7 each. BSSCOMMERCE 11

12 12 User Guide Multiple Store View Pricing for Magento 2 Store view tier prices: : + Default store view: buy 5 for $10 each. + French store view: buy 10 for $5 each. Tier Price Config: + Default store view: choose Merge Tier Price and Tier Price for Store View. + French store view: choose Use Only Tier Price for Storeview. In the frontend, we have results as below: + In Default store view: + In French store view: BSSCOMMERCE 12

13 13 User Guide Multiple Store View Pricing for Magento 2 *Note: You wan to set up tier prices for the same customer group in Customer Group Price and Tier Price for Store View configuration at the same quantity but different prices, tier prices displayed in the frontend are the lowest values. BSSCOMMERCE 13

14 14 User Guide Multiple Store View Pricing for Magento 2 4. Some Notes about Multiple Store View Pricing for Magento 2 In case you use Multiple Store View Pricing with Catalog Price Rule per Store View (Magento 2), please take some following notices: To make Catalog Price Rule per Store View work with Multiple Store View Pricing, you go to the app/etc/config.xml file of Magento, find this line 'Bss_MultiStoreViewPricingCatalogRule' => 1 and then you replace this line by another line 'Bss_MultiStoreViewPricingCatalogRule' => 0 Flush cache You should reindex after setting up or editing catalog price rules. When you add a new store, you also need to reindex. When you edit prices of simple products of bundle products and group products in each store and then go to the category including these products, the prices are not changed. Because it is the way that the core is solving. When you sort by or filter, default Magento does not take special price of simple products of configurable products. It will sort or filter based on the original price of configurable products. Set up shipping cost (Table Rate, Free Shipping and Flat rate) for store view level. It means that admin can change shipping cost, shipping condition and handling fee of these shipping methods for each store view. You can take a look the following examples: Table Rate: Free Shipping: Table Rate: BSSCOMMERCE 14

15 15 User Guide Multiple Store View Pricing for Magento 2 Set up Minimum order amount for each store view. BSSCOMMERCE 15

16 16 User Guide Multiple Store View Pricing for Magento 2 5. Contact Us Any questions or concern about us, feel free contact: Website: Support: support@bsscommerce.com. Skype: support.bsscommerce.. BSS Support team is always ready to aid you with any issue related to our products. Additionally, we also give you Website development and Administration Support. We do offer: 1. Free installation services for commercial products. 2. Free updates within offered support period. Our duties: 1. Responsibility for resolving product bugs. 2. Help with technical queries. 3. Technical support in installation and product usage. BSSCOMMERCE 16