diff --git a/source/addons.rst b/source/addons.rst index e99eaab..b468ddb 100644 --- a/source/addons.rst +++ b/source/addons.rst @@ -8,10 +8,10 @@ Installing Addons .. note:: Uploading addons is currently disabled in the Cloud version of - Shoop. + Shuup. Addons are installed through the Addons admin. To navigate to the -Addons admin, select `Addons` from the Shoop Admin menu. +Addons admin, select `Addons` from the Shuup Admin menu. .. image:: addons/addons-menu.png diff --git a/source/campaigns.rst b/source/campaigns.rst index 701debe..dde2380 100644 --- a/source/campaigns.rst +++ b/source/campaigns.rst @@ -1,18 +1,18 @@ Campaigns ========= -Shoop Ecommerce platform comes built in with customized and easily -extendable campaign management system. Shoop's modular campaign +Shuup Ecommerce platform comes built in with customized and easily +extendable campaign management system. Shuup's modular campaign management structure allows extending the feature to most innovative campaign models and even integrations. Campaign Types -------------- -Shoop has two different types of campaigns: +Shuup has two different types of campaigns: Basket Campaign - A campaign that is offered or fulfilled in Shoop shopping + A campaign that is offered or fulfilled in Shuup shopping basket. For example, a customer may be given a 5% discount off their total order if their basket contains at least 10 products. @@ -25,7 +25,7 @@ Creating a Campaign 1. Navigate to either the `Basket Campaigns` or `Catalog Campaigns` admin page by clicking `Basket Campaigns` or `Catalog Campaigns` - under the `Campaigns` category from the Shoop Admin menu. + under the `Campaigns` category from the Shuup Admin menu. .. image:: campaigns/basket-campaigns-menu.png @@ -182,7 +182,7 @@ Creating a Coupon Code ---------------------- 1. Navigate to the `Coupons` admin page by clicking `Coupons` under - the `Campaigns` category from the Shoop Admin menu. + the `Campaigns` category from the Shuup Admin menu. .. image:: campaigns/coupons-menu.png diff --git a/source/conf.py b/source/conf.py index 007bde4..ae0468e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Shoop Guide documentation build configuration file, created by +# Shuup Guide documentation build configuration file, created by # sphinx-quickstart on Wed Apr 20 12:49:52 2016. # # This file is execfile()d with the current directory set to its @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. -project = 'Shoop Guide' +project = 'Shuup Guide' copyright = '2016, Shoop Ltd' author = 'Shoop Ltd' @@ -122,10 +122,10 @@ # The name for this set of Sphinx documents. # " v documentation" by default. -# html_title = 'Shoop Guide v0.0' +# html_title = 'Shuup Guide v0.0' # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = "Shoop Guide" +html_short_title = "Shuup Guide" # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -204,7 +204,7 @@ # html_search_scorer = 'scorer.js' # Output file base name for HTML help builder. -htmlhelp_basename = 'ShoopGuidedoc' +htmlhelp_basename = 'ShuupGuidedoc' # -- Options for LaTeX output --------------------------------------------- @@ -226,7 +226,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'ShoopGuide.tex', 'Shoop Guide Documentation', + (master_doc, 'ShuupGuide.tex', 'Shuup Guide Documentation', 'Shoop Ltd.', 'manual'), ] @@ -256,7 +256,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'shoopguide', 'Shoop Guide Documentation', + (master_doc, 'shoopguide', 'Shuup Guide Documentation', [author], 1) ] @@ -270,8 +270,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'ShoopGuide', 'Shoop Guide Documentation', - author, 'ShoopGuide', 'One line description of project.', + (master_doc, 'ShuupGuide', 'Shuup Guide Documentation', + author, 'ShuupGuide', 'One line description of project.', 'Miscellaneous'), ] diff --git a/source/customers-and-users.rst b/source/customers-and-users.rst index 11a451d..bdfd5e1 100644 --- a/source/customers-and-users.rst +++ b/source/customers-and-users.rst @@ -8,7 +8,7 @@ Creating a User ^^^^^^^^^^^^^^^ 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/users-menu.png @@ -35,7 +35,7 @@ Creating a User From a Saved Contact ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -63,7 +63,7 @@ Changing User Passwords *********************** 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu + `Contacts` category from the Shuup Admin menu .. image:: customers-and-users/users-menu.png @@ -85,7 +85,7 @@ Sending Password-Reset Emails ***************************** 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/users-menu.png @@ -111,7 +111,7 @@ Editing User Permissions Use caution when granting users administrative permissions. 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/users-menu.png @@ -146,7 +146,7 @@ not displayed when first opening the Users admin page. To deactivate a user: 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/users-menu.png @@ -167,13 +167,13 @@ Permission Groups ~~~~~~~~~~~~~~~~~ Permission groups can be used to restrict access to different sections -of the Shoop admin for staff-level users. +of the Shuup admin for staff-level users. Creating a Permission Group --------------------------- 1. Navigate to the Permission Groups admin page by clicking `Permission - Groups` under the `Contacts` category from the Shoop Admin menu. + Groups` under the `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/permission-groups-menu.png @@ -202,7 +202,7 @@ Creating a Permission Group Contacts ~~~~~~~~ -Shoop contacts store contact information such as address data, email, or +Shuup contacts store contact information such as address data, email, or phone numbers, and a contact may or may not be associated with a user account. @@ -226,7 +226,7 @@ Creating a Contact ^^^^^^^^^^^^^^^^^^ 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -261,7 +261,7 @@ Editing a Contact ^^^^^^^^^^^^^^^^^ 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -282,7 +282,7 @@ Editing Company Membership ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -306,7 +306,7 @@ Creating a Contact From a User Account ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Users admin page by clicking `Users` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/users-menu.png @@ -348,7 +348,7 @@ not displayed when first opening the Contacts admin page. To deactivate a contact: 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -370,7 +370,7 @@ To deactivate a contact: Contact Groups ~~~~~~~~~~~~~~ -In Shoop, contacts can be placed into different contact groups. These +In Shuup, contacts can be placed into different contact groups. These groups can then be targetted for campaigns, discount pricing, or custom behaviors. @@ -380,7 +380,7 @@ Creating a Contact Group ^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Contact Groups admin page by clicking `Contact - Groups` under the `Contacts` category from the Shoop Admin menu. + Groups` under the `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -409,7 +409,7 @@ Adding a Contact **************** 1. Navigate to the Contact Groups admin page by clicking `Contact - Groups` under the `Contacts` category from the Shoop Admin menu. + Groups` under the `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contact-groups-menu.png @@ -446,7 +446,7 @@ Removing a Contact admin page for each contact you wish to remove. 1. Navigate to the Contacts admin page by clicking `Contacts` under the - `Contacts` category from the Shoop Admin menu. + `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contacts-menu.png @@ -472,7 +472,7 @@ This can be useful if you want to target different sales levels for special campaigns, or offer special discounts or promotions. 1. Navigate to the Contact Groups admin page by clicking `Contact - Groups` under the `Contacts` category from the Shoop Admin menu. + Groups` under the `Contacts` category from the Shuup Admin menu. .. image:: customers-and-users/contact-groups-menu.png diff --git a/source/index.rst b/source/index.rst index 290d5f7..46edc03 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,7 +1,7 @@ -Welcome to Shoop Guide! +Welcome to Shuup Guide! ======================= -.. Shoop Guide documentation master file, created by sphinx-quickstart +.. Shuup Guide documentation master file, created by sphinx-quickstart on Wed Apr 20 12:49:52 2016. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. @@ -11,7 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 - using-the-shoop-admin + using-the-shuup-admin products using-themes payment-and-shipping diff --git a/source/logo.svg b/source/logo.svg index 2864721..eb71da0 100644 --- a/source/logo.svg +++ b/source/logo.svg @@ -1 +1,141 @@ - + + + + + + + + + + + + + + + + + + + + + + diff --git a/source/orders.rst b/source/orders.rst index 79b89b4..ec0abe7 100644 --- a/source/orders.rst +++ b/source/orders.rst @@ -5,11 +5,11 @@ Creating an Order ~~~~~~~~~~~~~~~~~ Orders can be made in one of two ways--by a customer through the shop -front or by a merchant through the Shoop Admin. +front or by a merchant through the Shuup Admin. -To create an order through the Shoop Admin: +To create an order through the Shuup Admin: -1. Navigate to the Orders admin page by clicking `Orders` from the Shoop +1. Navigate to the Orders admin page by clicking `Orders` from the Shuup Admin menu. .. image:: orders/orders-menu.png @@ -65,7 +65,7 @@ Editing an Order ~~~~~~~~~~~~~~~~ 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -96,7 +96,7 @@ Creating an Order Shipment To create an order shipment: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -127,7 +127,7 @@ Printing a Delivery Slip To print a delivery slip for an order shipment: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -161,7 +161,7 @@ Viewing Order Payments To view all payments for an order: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -183,7 +183,7 @@ Creating an Order Payment To create an order payment: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -230,7 +230,7 @@ To create a partial refund for a particular amount or to refund particular order line amounts: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -268,7 +268,7 @@ Creating a Full Refund To create a full refund for an order: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -304,7 +304,7 @@ Canceling an Order To cancel an order: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -325,7 +325,7 @@ Once an order has been shipping, it can be marked as completed. To set an order as complete: 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png @@ -348,7 +348,7 @@ Printing an Order Confirmation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Navigate to the Orders admin page by clicking `Orders` from the - Shoop Admin menu. + Shuup Admin menu. .. image:: orders/orders-menu.png diff --git a/source/payment-and-shipping.rst b/source/payment-and-shipping.rst index 270b258..283de77 100644 --- a/source/payment-and-shipping.rst +++ b/source/payment-and-shipping.rst @@ -1,8 +1,8 @@ Payment and Shipping ==================== -In Shoop, payment and shippings choices are associated with particular -service providers. These may be provided by Shoop's build-in carriers +In Shuup, payment and shippings choices are associated with particular +service providers. These may be provided by Shuup's build-in carriers or payment process, or may be provided by payment or shipping-related addons. @@ -13,7 +13,7 @@ Creating a Payment/Service Provider ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Service Providers admin page by clicking `Service - Providers` under the `Payment and Shipping` category from the Shoop + Providers` under the `Payment and Shipping` category from the Shuup Admin menu. .. image:: payment-and-shipping/service-providers-menu.png @@ -53,7 +53,7 @@ Creating a Payment Method ^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Payment Method admin by clicking `Payment Methods` - under the `Payment and Shipping` category from the Shoop Admin menu. + under the `Payment and Shipping` category from the Shuup Admin menu. .. image:: payment-and-shipping/payment-methods-menu.png @@ -80,7 +80,7 @@ Creating a Shipping Method ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Shipping Method admin by clicking `Shipping Methods` - under the `Payment and Shipping` category from the Shoop Admin menu. + under the `Payment and Shipping` category from the Shuup Admin menu. .. image:: payment-and-shipping/shipping-methods-menu.png @@ -116,7 +116,7 @@ when taken together, define. 1. Whether a payment method is available for an order 2. The amount to charge for that payment method, if available -Shoop also ships with the following basic components (although +Shuup also ships with the following basic components (although behavior components can also be added by :ref:`Addons`): Fixed cost @@ -137,7 +137,7 @@ Adding a Behavior Component to a Method 1. Navigate to the Shipping or Payment Methods admin by clicking `Shipping Methods` or `Payment Methods` under the `Payment and - Shipping` category from the Shoop Admin menu. + Shipping` category from the Shuup Admin menu. .. image:: payment-and-shipping/payment-methods-menu.png diff --git a/source/products.rst b/source/products.rst index 1bdad46..ff7f117 100644 --- a/source/products.rst +++ b/source/products.rst @@ -4,10 +4,10 @@ Products Adding Products --------------- -The Shoop Admin provides a simple interface for adding products to your +The Shuup Admin provides a simple interface for adding products to your shop. -To navigate to the Products section of the Shoop Admin, open the Admin +To navigate to the Products section of the Shuup Admin, open the Admin menu and select the `Products` section under the `Products` category. .. image:: products/products-menu.png @@ -26,7 +26,7 @@ information about your new product. .. image:: products/new-product-form.png -Like other Shoop Admin forms, required fields are marked with a red +Like other Shuup Admin forms, required fields are marked with a red asterisk and missing or invalid fields will be highlighted red on form submission. @@ -128,12 +128,12 @@ Attributes Shop owners can define their own attributes for `Product Types`_ from the Attributes Admin. -1. Select the `Attributes` category from the Shoop Admin menu +1. Select the `Attributes` category from the Shuup Admin menu 2. Click the `New attribute` button in the upper right-hand corner 3. Enter a name and **unique** identifer for the attribute, and select the type, visibility mode, and searchability for the attribute 4. Select the `Product Type` page (under the `Products` category) from - the Shoop Admin menu + the Shuup Admin menu 5. Select the Product Type from the menu 6. Under the `Attributes` tab, check the box next to the attribute name for your new attribute. @@ -149,9 +149,9 @@ Cross-Selling Adding Cross-Sells ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Related products can be sold together on Shoop's storefront by -using Shoop's cross-selling feature. These relationships can be -managed from the Shoop Product admin. +Related products can be sold together on Shuup's storefront by +using Shuup's cross-selling feature. These relationships can be +managed from the Shuup Product admin. To add a relationship for a particular product, navigate to the product's page and select `Manage Cross-Selling` from the `Actions` menu. @@ -179,7 +179,7 @@ Computed Primarily reserved for use by add-ons. Bought With Primarily reserved for internal use. These relationships are - automatically calculated by automated Shoop tasks, however if + automatically calculated by automated Shuup tasks, however if these tasks have not been configured by the server administrator, they can be defined manually here. @@ -266,7 +266,7 @@ Some products may be available to customers in a number of different variations, and customers should be able to choose from these different available options when adding products to their cart. -Shoop provides two different types of product variations, `simple +Shuup provides two different types of product variations, `simple variations` and `variable variations`. Simple Variations diff --git a/source/stock-management.rst b/source/stock-management.rst index 85c1485..fba78eb 100644 --- a/source/stock-management.rst +++ b/source/stock-management.rst @@ -2,15 +2,15 @@ Stock Management ================ -Shoop comes with built in stock management system. The stock management isn't +Shuup comes with built in stock management system. The stock management isn't activated in shop admin by default, but the activation can be done by merchant in a few easy steps. The Stock management setup process is guided process in -the Shoop shop admin. +the Shuup shop admin. Since all products aren't always stocked (like downloadable products) a good thing to keep in mind is, that to be able to manage product stock, a product must be first set as `Stocked`. Also to have a stock, it's required to have at -least one `Supplier`. Stock can be easily managed in Shoop shop admin through +least one `Supplier`. Stock can be easily managed in Shuup shop admin through any of the Stocked products, or in dedicated **Products / Stock management** view. @@ -20,7 +20,7 @@ Activating Stock management **Set supplier stock managed:** -1. Login into Shoop shop admin at `https://youshopurl.com/sa` +1. Login into Shuup shop admin at `https://youshopurl.com/sa` 2. Open up the menu bar on top left hand side 3. Select **Products / Suppliers** and open up `Simple supplier`-module from Suppliers -table @@ -28,13 +28,13 @@ Activating Stock management .. tip:: - Shoop is prepared to use several supplier modules and each of them can + Shuup is prepared to use several supplier modules and each of them can have their own stock Set product as stocked ---------------------- -Next, let Shoop know, which of your products are actually stocked. Decide +Next, let Shuup know, which of your products are actually stocked. Decide which products stock you want to manage. Find these product in **Products / Products** @@ -50,7 +50,7 @@ stock managed at **Additional details**. Set the option `stock` as **Stocked**. Managing stock -------------- -Managing stock in Shoop is simply clean. Stock managing is available through +Managing stock in Shuup is simply clean. Stock managing is available through each specific product at `Products` or at it's own `Stock management`-views in shop admin. diff --git a/source/tax-settings.rst b/source/tax-settings.rst index 94508e1..f6bdfa4 100644 --- a/source/tax-settings.rst +++ b/source/tax-settings.rst @@ -10,7 +10,7 @@ Creating a New Tax To create a new tax: 1. Navigate to the Taxes admin page by clicking `Taxes` under the - `Taxes` category from the Shoop Admin menu. + `Taxes` category from the Shuup Admin menu. .. image:: tax-settings/taxes-menu.png @@ -32,7 +32,7 @@ Creating a New Tax Rule ^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Taxes admin page by clicking `Tax Rules` under the - `Taxes` category from the Shoop Admin menu. + `Taxes` category from the Shuup Admin menu. .. image:: tax-settings/tax-rules-menu.png @@ -53,7 +53,7 @@ Creating a New Customer Tax Group ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Taxes admin page by clicking `Customer Tax Groups` - under the `Taxes` category from the Shoop Admin menu. + under the `Taxes` category from the Shuup Admin menu. .. image:: tax-settings/customer-tax-groups-menu.png @@ -75,7 +75,7 @@ Creating a New Tax Class ^^^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Tax Classes admin page by clicking `Tax Classes` - under the `Taxes` category from the Shoop Admin menu. + under the `Taxes` category from the Shuup Admin menu. .. image:: tax-settings/tax-classes-menu.png @@ -103,7 +103,7 @@ Shop Settings the tax display settings. 1. Navigate to the Shops admin page by clicking `Shops` under the - `System` category from the Shoop Admin menu. + `System` category from the Shuup Admin menu. .. image:: tax-settings/shops-menu.png @@ -122,7 +122,7 @@ Contact Group Settings ^^^^^^^^^^^^^^^^^^^^^^ 1. Navigate to the Contact Groups admin page by clicking `Contact - Groups` under the `Contacts` category from the Shoop Admin menu. + Groups` under the `Contacts` category from the Shuup Admin menu. .. image:: tax-settings/contact-groups-menu.png diff --git a/source/using-the-shoop-admin.rst b/source/using-the-shuup-admin.rst similarity index 85% rename from source/using-the-shoop-admin.rst rename to source/using-the-shuup-admin.rst index 2c7a0c6..e572c3f 100644 --- a/source/using-the-shoop-admin.rst +++ b/source/using-the-shuup-admin.rst @@ -1,10 +1,10 @@ -Using the Shoop Admin +Using the Shuup Admin ===================== Navigating the Admin Menu ~~~~~~~~~~~~~~~~~~~~~~~~~ -The Shoop Admin menu contains a list of categories. Each category can +The Shuup Admin menu contains a list of categories. Each category can contain one or more links to admin pages for specific sections. If there is only one option for a category, clicking the category name @@ -14,7 +14,7 @@ clicking the name will expand the category to show all options. Sorting and Filtering Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Different pages in the Shoop Admin may contain a table of different +Different pages in the Shuup Admin may contain a table of different items (such as customers, orders, or products). Rows within this table may be sortable or filterable, depending on the section. diff --git a/source/using-themes.rst b/source/using-themes.rst index b49ef31..49698ef 100644 --- a/source/using-themes.rst +++ b/source/using-themes.rst @@ -4,7 +4,7 @@ Using Themes Installing Themes ~~~~~~~~~~~~~~~~~ -Shoop Themes (or Xthemes) are downloaded and installed like other +Shuup Themes (or Xthemes) are downloaded and installed like other addons. See :ref:`Addons` for general addon installation instructions. @@ -17,7 +17,7 @@ until a theme for the shop has been activated. .. image:: using-themes/no-theme-selected.png -To active a theme, go to the Shoop Admin and select the `Themes` +To active a theme, go to the Shuup Admin and select the `Themes` admin from main menu. .. image:: using-themes/themes-menu.png @@ -77,10 +77,10 @@ See `Editing a Page`_ for more information. Plugins ~~~~~~~ -Shoop Xtheme plugins provide an easy way for merchants to customize +Shuup Xtheme plugins provide an easy way for merchants to customize their shop frontend. -Shoop comes with a selection of default plugins, or plugins may be +Shuup comes with a selection of default plugins, or plugins may be provided by themes or addons. Adding Plugins diff --git a/source/using-themes/no-theme-selected.png b/source/using-themes/no-theme-selected.png index bf7eb34..d0a13fe 100644 Binary files a/source/using-themes/no-theme-selected.png and b/source/using-themes/no-theme-selected.png differ