Quick Start Manual. Not2Order for Magento 2. Start here

Similar documents
Admin Product Grid Category Filter

Twitter & Facebook Login v2.x Extension Installation for Magento 2 From Plumrocket Documentation

Call For Price extension User Manual

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

USER GUIDE MAGENTO TO MAGENTO MIGRATION

How to Migrate from Drupal Commerce to Magento

Import Export Products Attributes

Indian GST extension User Manual

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Cart Product Selector. Quick Start Guide

Mobile Login extension User Manual

Php4u Payment Restrictions Module for Magento 2

[ 5 ] If you are in developer or default mode, run the following commands:

MexBS Google Invisible Recaptcha v1.0.0 User Guide

In this tutorial, we will show you how to easily add your store to your Facebook fan/business page, just in two simple steps.

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

CUSTOMER APPROVAL FOR MAGENTO 2

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

extension for Magento2 User Guide

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

Magento 2 Extension. ( Version ) STORE.DCKAP.COM

5. Enable and configure Stripe in Magento Admin under Stores/Configuration/Payment Methods/Stripe

Magento Pinterest Extension User Guide

Delete Orders User Guide

Store Login Access extension for Magento2. User Guide

Instagram Widget User Guide

EASYPAY MODULE - MAGENTO 2

INSTALLATION GUIDE. for Magento 2 Extension

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

GDPR PRO FOR MAGENTO 2

Custom Carrier Trackers

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

Web Push Notification

Ajax Quick Search Pro Extension for Magento 2

Configuring Autocomplete & Suggest

Magento 2 Shipping Flat Rate5. Quick start guide

Blast Search Lucene Search Module for Magento 2

Facebook Pixel for Remarketing for Magento 2

Infinite Scroll extension for Magento2. User Guide

Configuring Autocomplete & Suggest

GUEST CHECKOUT TO REGISTERED CUSTOMERS

Manual FCPM for Magento 2 Version 1.2.1

Review Reminder extension for Magento2. User Guide

1. Installation Instructions

Rewards Points for Magento 2.0

Custom Registration Field For Magento2

User Manual for Market Place. Version 2.0 & above

Page 1 of 32. Rewards Points

Force Login USER GUIDE

rma_product_return_magento2

rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:staticcontent:deploy

Flexslider v2.x Installation and User Manual

Analytics for Magento 2.0

Stockbase Extension Magento 2.0

Log Monitoring And Notification User Guide

EXTENSION FOR MAGENTO 2. (Updated May 23 rd 2017) INSTALLATION GUIDE

Product Questions/Answers extension for Magento2. User Guide. version 1.0. Website: Page 1

Magento 2 Guide ING. Guide 1

Optimizes the navigation and lets visitors search by categories, price ranges, color, and other product attributes.

Aitoc. Product Custom Options Management User Manual for Magento 2

Accelerated Mobile Pages v1.x Configuration for Magento 1 From Plumrocket Documentation

EMARSYS FOR MAGENTO 2

Lazy Load Images Extension for Magento 2

Import Export Products for Magento2

ultimo theme User Guide For Magento 2 Copyright Infortis. All rights reserved.

STRIPE PAYMENTS FOR MAGENTO 2 - DOCUMENTATION

Gift Card Manager Extension

TABLE OF CONTENT. Overview Support Versions Getting Started Guide Install by Copying Files Configuration...

STORE LOCATOR For Magento 2

Buyer Seller Communication Marketplace Add-on

USER MANUAL. Language Translator TABLE OF CONTENTS. Version: 1.0.4

Shop Manager. Extension version: Magento compatibility: CE 2.1.x

Stock Notification Magento2 Extension

Price Alert extension for Magento2. User Guide

Advanced Product Grid extension for Magento2. User Guide

USER MANUAL. Star Track Shipping TABLE OF CONTENTS. Version: 2.0.0

Product Recommendation based on Order History. Table of Contents

Extension User Guide Order By SKU Brainvire Infotech Pvt. Ltd

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved.

Quickbooks Connector Quick Start Guide

Bazaarvoice for Magento 2 Extension

Fastly_Cdn Module Installation Instructions

Ajax Category Products Extension for Magento 2

Easily communicate with customers using up-to-date, customized templates. Allow customers to return products as an existing customer or guest.

skype ID: store.belvg US phone number:

FCPM Copyright Best4Mage V4.1.0

USER GUIDE. LitExtension: YAHOO STORE to Magento Migration Tool

USER MANUAL DELIVERY DATE SCHEDULER TABLE OF CONTENTS. Version: 1.0.0

ipay88 PLUG-IN USER GUIDE

Control for CloudFlare - Installation and Preparations

Purpletree SMS for Magento2

MAGENTO 2 INSTALL EXTENSION MANUALLY

USER MANUAL TABLE OF CONTENTS. Admin Actions Audit Log. Version: 0.1.1

USER MANUAL. MageMob App Builder TABLE OF CONTENTS. Version: 2.0.0

1. Installation Instructions

1

FME Extensions Advanced SEO Friendly Blog Extension for Magento 2 User Guide - Version

Transcription:

Quick Start Manual Not2Order for Magento 2 Start here

1 Introduction Reading Introduction Congratulations on your purchase of Not2Order for Magento 2. You are almost in business! This guide provides the steps to install Not2Order. If you need support, look at our more extensive manuals, request e-mail support or let us take care of installing Not2Order or integrating Not2Order to your theme by purchasing development hours. Purpose The purpose of the Not2Order module is to hide the order button and/or price for all or specific products in the catalog. This allows store owners to use the Magento platform in a catalog only mode with or without prices and for all or only for specific products or store views. Hide the order button 1 2 3 Hide the order button globally Hide the order button on a product ( and store view ) level Hide the order button based on customer group (Groups add-on required) Hide the product price 1 2 3 Hide the product price globally Hide the product price on a product ( and store view ) level Hide the price based on customer group (Groups add-on required)

2 Install Not2Order Reading Installation If you have a previous Not2Order version installed skip this and go to part 3 "Update Not2Order" of the manual. Step 1: Copy the Not2Order files Unpack the Not2Order files and copy the Not2Order directory to your /app/ code/cart2quote directory. (Note: Sometimes you need to create the code and the Cart2Quote folder if it doesn t already exist) Step 2: Enable the Not2Order Module To enable Not2Order you need to open your terminal and navigate to your Magento root directory. From your root directory execute: php -f bin/magento module:enable Cart2Quote_Not2Order --clear-static-content Step 3: Clear the Cache To avoid errors, clean the cache before you proceed: rm -rf var/generation/* var/cache/* pub/static/frontend/* pub/static/adminhtml/* var/page_cache/* var/di/* var/di

Reading Installation (continued) Step 4: Execute your database scripts To make sure all setup scripts are executed run the following command in your terminal from your Magento root directory: php -f bin/magento setup:upgrade Step 5: Compile dependency injection php -f bin/magento setup:di:compile (Note: This can take a couple of minutes and it can use allot of memory, make sure to set max_execution_time = 600 and memory_limit = 512M. The last line should look like this: Generated code and dependency injection configuration successfully.) Step 6: Static content deploy php -f bin/magento setup:static-content:deploy (Note: This can take a couple of minutes, make sure that PHP has enough execution time in CLI, otherwise your design breaks. The last line should look like this: New version of deployed files: 1457687534) Step 7: Reindex data php -f bin/magento indexer:reindex Step 8: Completed The module is now installed and you can start configuring the backend.

3 Update Not2Order Reading Updating This step is optional. Follow these steps only if you have an older version of Not2order installed that you need to update. Step 1: Remove the old Not2Order files Remove the Not2Order folder from /app/code/cart2quote/ Step 2: Copy the new Not2Order files Unpack the Not2Order files and copy the Not2Order directory to your /app/ code/cart2quote directory. Step 3: Clear the Cache To avoid errors, clean the cache before your proceed: rm -rf var/generation/* var/cache/* pub/static/frontend/* pub/static/adminhtml/* var/page_cache/* var/di/* var/di Step 4: Execute your database scripts To make sure all setup scripts are executed run the following command in your terminal from your Magento root directory: php -f bin/magento setup:upgrade

Reading Updating (continued) Step 5: Compile dependency injection php -f bin/magento setup:di:compile (Note: This can take a couple of minutes and it can use allot of memory, make sure to set max_execution_time = 600 and memory_limit = 512M. The last line should look like this: Generated code and dependency injection configuration successfully.) Step 6: Static content deploy php -f bin/magento setup:static-content:deploy (Note: This can take a couple of minutes, make sure that PHP has enough execution time in CLI, otherwise your design breaks. The last line should look like this: New version of deployed files: 1457687534) Step 7: Reindex data php -f bin/magento indexer:reindex

4 System Configuration Reading System Configuration The system configuration of Not2Order can be found by navigating to Stores - > Settings -> Configuration in the Magento admin panel. 1 Enable Not2Order for the frontend of your store 2 Hide all order references 3 Default setting for the visibility of the order button 4 Default setting for the visibility of the price

Reading System Configuration (continued) In the left menu in the Cart2Quote tab the Not2Order button can be found. Clicking on it will open the system configuration settings for Not2Order. Under general you will find your Not2Order version number and here you can disable all interference by Not2Order. When set to Yes this will make sure any other setting by Not2Order is ignored. By default this is set to No. General system configuration The general system configuration will tell you your Not2Order version number and give some additional information and resources about the Not2Order module. It also gives you the possibility to disable any interference by the Not2Order module Setting 1: Enable Not2Order This setting can be either Yes or No. When this setting is set to No, Not2Order will not interfere and ignore all other settings. By default, this setting is set to No. Global system configuration The global system configuration allows you to set configuration per store view on a global level. Setting 1: Hide order references This setting will hide all the order references from the storefront ("Add to Cart" buttons and the minicart). This setting will also overwrite product configuration if set to 'Yes'. By default this value is set to "No".

Reading System Configuration (continued) Setting 2: Hide order button This setting will set the default value for all products in the selected store view or website. If this value is set to "Yes" the order button will be hidden everywhere on the storefront. By default this value is set to "No". This setting can be overwritten for specific products, by changing the default setting "Use Config" to "Yes" or No". You can enable the customer group feature for products when you select "Only for selected customer groups". Setting 3: Hide price This setting will set the default value for all products in the selected store view or website. If this value is set to "Yes" the product price will be hidden everywhere except for the cart. By default this value is set to "No". This setting can be overwritten for specific products, by changing the default setting "Use Config" to "Yes" or No". You can enable the customer group feature for products when you select "Only for selected customer groups". Setting 4: Replacement button Instead of simply hiding the order button, storeowners are enabled to show an alternative button text and link that button to a specific URL (Eg. Login to see prices and link to the login page).

5 Product Configuration Reading Product Configuration The product configuration of Not2Order can be found by navigating to Product -> Catalog and selecting the product in question within the Magento admin panel. The product configuration settings will overwrite the default values set in the global system configuration. The Not2Order product configuration settings can be found under Basic settings -> Product details and can be set per store view. 1 2 This setting will overwrite the default value for this specific product in the selected store view or website. If this value is set to Yes the price will be hidden everywhere on the storefront except for the cart. By default, this value will inherit the default value set in the global system configuration. This setting will overwrite the default value for this specific product in the selected store view or website. If this value is set to Yes the order button form will be hidden from the list and detail view. By default this value will inherit the default value set in the global system configuration. Please note: The prices in the shopping cart will always be visible as a customer with the intension to order needs to verify the prices before proceeding to checkout.