Title: OrderStorm E-commerce
Author: OrderStorm
Published: <strong>9 ژوئن 2016</strong>
Last modified: 17 ژانویه 2017

---

جستجوی افزونه‌ها

![](https://ps.w.org/orderstorm-e-commerce/assets/banner-772x250.png?rev=1434147)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/orderstorm-e-commerce/assets/icon.svg?rev=1434039)

# OrderStorm E-commerce

 توسط [OrderStorm](https://profiles.wordpress.org/orderstorm/)

[دانلود](https://downloads.wordpress.org/plugin/orderstorm-e-commerce.2.0.2-2017.01.17.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/orderstorm-e-commerce/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/orderstorm-e-commerce/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/orderstorm-e-commerce/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/orderstorm-e-commerce/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/orderstorm-e-commerce/)

## توضیحات

NOTE: Please go to http://www.OrderStorm.com to sign up for either a free or a paid
subscription to use this plugin.

OrderStorm is a SaaS solution. Since all data is entered and stored in the secure
OrderStorm cloud, you won’t see much in the dashboard after you install the plugin.
You must log in at http://www.OrderStorm.com to see and use all the back end functionality.
Unlike other SaaS e-commerce solutions, OrderStorm delivers front-end applications
that are resident on (not remote to) your website. Customers never leave your website
and there is no linking out to complete a purchase.

#### Product Description

OrderStorm E-commerce – A feature-rich shopping cart that runs on your WordPress
website, hosted anywhere. You can sell your products with flexibility, customization,
security and integrity with the OrderStorm E-commerce plugin and achieve online 
success. Works with any theme.

The OrderStorm E-commerce engine is a cloud computing solution. Our servers do the
heavy lifting and all you need is to use the OrderStorm E-commerce plugin to access
the power of our feature-rich shopping cart.

The OrderStorm E-commerce shopping cart is a full featured product for serious web
merchants. Categories and Products are not WordPress pages or posts. They are stored
in external databases. OrderStorm E-commerce is just right for:

 * Businesses that need more functionality than the other plugins provide
 * Businesses that are drop-shipping from more than one supplier
 * Businesses models that create a quote or estimate that can later be converted
   to a sale
 * Stores with large numbers of SKUs
 * Businesses that have multiple CSRs working on orders

The OrderStorm E-commerce shopping cart offers a wide range of built-in features,
making it easy to manage your product catalog and your day-to-day sales. Shopping
cart features include:

 * Creative product display, using backend-configurable templates and styles
 * Drag and drop categories menu
 * Unlimited number of features and options
 * Automatic sizing of thumbnail, medium and large images
 * Drag and drop image gallery
 * Color configurator to customize your item and display in different colors prior
   to purchase
 * Related links to installation instructions, drawings, manuals or other documents
 * Up-sell with optional product add-ons
 * Import products from a spreadsheet
 * Batch price updates
 * Quantity discounts
 * Product bundles – apply quantity discounts across product variations and similar
   products
 * Automated drop shipping features including POs to suppliers
 * Vendor management
 * Search engine optimization (SEO) with meta page title and description for each
   category and product
 * Integrated with the Google XML Sitemaps plugin for proper product indexing.
 * Full range of transactions from simple credit card processing to complex transactions
   with deposits and contracts
 * Accept credit cards, checks, money orders, wire transfers, Google Checkout and
   PayPal Express
 * PCI compliant
 * No SSL required – checkout uses OrderStorm’s SSL.
 * Large selection of gateways
 * Sends email order confirmations and shipping notices
 * Set coupon codes for promotions
 * Accept file uploads with an order
 * Sales tax collection
 * Automated FAQ list per product
 * Easy order management including order Notes and Action Items lists
 * Mobile marketing. Manage your cart from your mobile device
 * Free shipping, free shipping on orders over X dollars, charge by flat rate or
   percent of order total
 * Flexible options for different shipping zones and international shipping
 * Reports including sales per product, COGS and sales by day, month, year

#### Youth Sports Camps

 * Online event registration
 * Multiple online payment options
 * Accept checks
 * Collect detailed information on campers
 * Camp Rosters
 * Customizable camp forms
 * Liability Wavers
 * Manage campers
 * Daily Check-in
 * Numbered wrist bands
 * Point of Sale (POS) – sell jerseys, balls, sports memorabilia at your camp store
 * Email receipts
 * Camp dashboard – Registration numbers, summaries for t-shirt/shorts orders, total
   sales by camp, scholarships
 * Export mailing lists
 * Easy Order Management
 * Log phone calls and emails with the corresponding registration
 * See all communication with parents

### Setup

 1. The plugin creates 3 pages: Product, Category and Checkout. Set the Product and
    Checkout pages to not display in your menu – those have nothing on them but shortcodes.
    The Category page shows all of your root categories. You can either use this page
    or set it to not display if you are using the Categories Menu widget in a sidebar.
 2. Rename these pages and their permalinks to something that is SEO friendly for your
    particular site: go to the OrderStorm.com sys admin to Settings, Storefront Settings
    and enter the slugs in the corresponding fields.
 3. The Key you see is an example key. To add your categories and products to the shopping
    cart, sign up for a subscription on the http://www.OrderStorm.com/wordpress-e-commerce-
    sign-up/ecommerce-wordpress-plugin-pricing/ page. After you sign up and login through
    the OrderStorm.com home page, you will find the key under **Settings -> WordPress/
    API keys**. Replace the example key with your key. Note that even the free version
    requires a subscription and key.

#### Customize Appearance

 1.  Two widgets are added to the Widgets page during the initial installation. One
     for the Categories Menu and another for the Shopping Cart status box. You can 
     put them anywhere you want plus put them in multiple places on your site.
 2.  To display the Categories Menu, go to Appearance, Widgets. The OrderStorm E-commerce
     widgets were added to the list of Widgets during installation.
 3.  Drag the Categories Menu widget to a sidebar wherever you want it.
 4.  To change the Categories Menu settings, click the arrow on the widget to open 
     up the settings box.
 5.  Maximum menu level depth can be set as 0, which displays all menus or any other
     number to limit the number of menu levels that fly out before a customer has to
     click on something.
 6.  The Parent Category Key can be set if you want to display a subset of the menu
     on a particular page.
 7.  The OrderStorm View Cart Status widget draws a box that shows how many items are
     currently in the customer’s shopping cart and the total dollar amount. Customers
     can click on this box to check out.
 8.  The View Cart Status box can be included in any part of a theme. This example 
     shows the way to include it in PHP.
 9.      ```
         <?php orderstorm_ecommerce_shopping_cart_status('topright'); ?>
         ```
     
 10. The **‘topright’** value you see is an argument for the function’s **$idSuffix**
     parameter, used to provide a unique ID for the DIV containing the status box. 
     Each instance should be named differently, using this suffix, in order to allow
     for styling or **ostrm_shopping_cart_status_$idSuffix**,
      which for the PHP code
     example above would translate into:
 11. **ostrm_shopping_cart_status_topright**.
 12. To change the look of the categories and products, go to the Plugin page. Then
     go to OrderStorm E-commerce, click on ‘Edit’.
 13. The .css files controlling the appearance of the categories, subcategories and
     products are here. You can completely customize colors, fonts, product display,
     product box sizes etc.
 14. After you have your .css files changed the way you want them, create a backup 
     copy of your .css files in a separate folder or use the OrderStorm eCommerce Custom
     Files Manager plugin. OrderStorm will overwrite the main plugin .css files when
     we issue updates.

## نصب

From the dashboard, under Plugins, select Add New. Search for OrderStorm E-commerce.
Click on Install Now.

or

 1. Download the plugin .zip file.
 2. Log in to your WordPress dashboard and click on the ‘Plugins’ tab and then ‘Add
    New.’
 3. Click on ‘Upload’ near the top of the page.
 4. Click the ‘Choose File’ button and find the OrderStorm E-commerce plugin .zip file.
    Click ‘Choose’ followed by the ‘Install Now’ button. WordPress will now upload 
    and install your plugin.
 5. Once the installation of your plugin has finished click the ‘Activate Plugin’ link.

## سوالات متداول

  How do I get a key?

To begin using the plugin and get your key, sign up on the Plans and Pricing page
at
 http://www.orderstorm.com/wordpress-e-commerce-sign-up/ecommerce-wordpress-plugin-
pricing/. The free version still requires a key.

  How do I configure my shopping cart settings?

Configure your shopping cart settings using your login to http://www.orderstorm.
com. You will select your login and password when you sign up for a subscription.
For detailed instructions, see the User Manual, Initial Setup page:
 http://www.
orderstorm.com/wordpress-ecommerce/wordpress-shopping-cart-user-manual/initial-setup-
wordpress-ecommerce/

The User Manual provides complete instructions for managing your online catalog 
and orders. Refer to the Table of Contents at
 http://www.orderstorm.com/wordpress-
ecommerce/wordpress-shopping-cart-user-manual/ to find help with adding and managing
categories, products and photos.

  How do I get support?

Send your questions and comments to support@orderstorm.com. Premium package users
can call for phone support – see the Plans and Pricing page for information on which
subscription levels come with phone support.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/733b93d7b1b627110952429cce14733393bb83c5440d212a57383efeb936d89a?
s=60&d=retro&r=g)

### 󠀁[A dream come true](https://wordpress.org/support/topic/a-dream-come-true-1/)󠁿

 [carlosman](https://profiles.wordpress.org/carlosman/) 3 سپتامبر 2016

It has been a lot of work, both on the backend and the plugin re-write itself. I
am thoroughly satisfied! The speed improvements alone make this worth the upgrade.
The backend templating and configurability in general are the cherry on top of the
cake.

![](https://secure.gravatar.com/avatar/d04a49aa4d4e4b34c02c39df28b288c9b65ac87c506e04add3f1f53379db6c64?
s=60&d=retro&r=g)

### 󠀁[Built it and love it!](https://wordpress.org/support/topic/built-it-and-love-it/)󠁿

 [dansallis](https://profiles.wordpress.org/dansallis/) 3 سپتامبر 2016

This is a MAJOR rewrite and works great! Call if you need help upgrading.

 [ خواندن تمامی 2 نقد و بررسی‌ ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/)

## توسعه دهندگان و همکاران

“OrderStorm E-commerce” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ OrderStorm ](https://profiles.wordpress.org/orderstorm/)
 *   [ carlosman ](https://profiles.wordpress.org/carlosman/)
 *   [ dansallis ](https://profiles.wordpress.org/dansallis/)

[ترجمه “OrderStorm E-commerce” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/orderstorm-e-commerce)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/orderstorm-e-commerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/orderstorm-e-commerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/orderstorm-e-commerce/)
by [RSS](https://plugins.trac.wordpress.org/log/orderstorm-e-commerce/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 2.0.2 [2017.01.17]

 * Fixed plugin cart info caching

#### 2.0.1 [2017.01.13]

 * Changed the OSApp URL prefix
 * Fixed jQuery loading priority
 * Modified debugging aids

#### 2.0 [2016.06.07]

 * Re-implementation of our e-commerce plugin based on our new backend platform (
   the old plugin will be gradually phased out).

## اطلاعات

 *  نگارش **2.0.2**
 *  Last updated **9 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  Tested up to **4.7.33**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/orderstorm-e-commerce/)
 * Tags
 * [cart](https://fa.wordpress.org/plugins/tags/cart/)[e-commerce](https://fa.wordpress.org/plugins/tags/e-commerce/)
   [ecommerce](https://fa.wordpress.org/plugins/tags/ecommerce/)[ecommerce shopping cart](https://fa.wordpress.org/plugins/tags/ecommerce-shopping-cart/)
   [shopping cart](https://fa.wordpress.org/plugins/tags/shopping-cart/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/orderstorm-e-commerce/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 2 5-ستاره     ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/orderstorm-e-commerce/reviews/)

## مشارکت کنندگان

 *   [ OrderStorm ](https://profiles.wordpress.org/orderstorm/)
 *   [ carlosman ](https://profiles.wordpress.org/carlosman/)
 *   [ dansallis ](https://profiles.wordpress.org/dansallis/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/orderstorm-e-commerce/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://www.orderstorm.com/wordpress-e-commerce-sign-up/ecommerce-wordpress-plugin-pricing/)