Skip to content

Commit

Permalink
update user guide Unboxed
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnguyenbss committed Dec 7, 2016
1 parent 901cc7f commit 0b8bd14
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/magento_2/frontend_cancel_orders_m2/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog
=========

.. role:: red


.. raw:: html

<style>.red {font-size: 1.3333em; font-weight: bold; color: red;}</style>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
3rd-party extensions
====================


.. toctree::
:maxdepth: 1
:glob:

*
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Product Sliders
==================

In this guide, we will show you how to insert a specific products into Checkout page of `One Step Checkout extension <https://www.magecheckout.com/magento-one-step-checkout.html>`_
The product collection such as: product in category, featured products, new products, bestseller products, On sa_le products or random products from `Product slider extension <https://www.magentocommerce.com/magento-connect/product-sliders-new-featured-on-sale-most-view-best-seller-product.html>`_


Go to file::

app/design/frontend/base/default/template/magecheckout/securedcheckout/checkout/form.phtml:61



Insert the following code into end of form.phtml file::

$this->getLayout()->createBlock('productslider/productslider')->setTemplate('mageplaza/productslider/productslider.phtml')->setProductsliderId('1')->toHtml();




.. tip:: You should change Product Slider ID to your own ID in product slider list.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Compatibility
=================

Our Frontend Cancel Orders for Magento 2 is compatible with all current versions of Community and Enterprise
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Themes
======

.. toctree::
:maxdepth: 1
:glob:

*
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Neoshop
============

`Neoshop`_ is a Premium Responsive and Retina Ready Magento theme that combines modern flat design and a very flexible backend functionality. It’s extremely customizable, easy to use and fully responsive. Suitable for every type of store, Neoshop comes with lots of awesome features like one page checkout, ajax price slider and ajax cart, revolution slider, google rich snippets, new products slider, bestseller products vertical scroller, onsale products slider and many other features that will help you improve your sales. All these amazing features are blended together in Neoshop – your powerful, stylish and attractive responsive Magento Theme.

In this guide, we will show you how to setup it look like demo in simple step.

Now you should go to admin panel **One Step Checkout > Settings > One Step Checkout > Design Configuration > Custom CSS** , paste the following CSS::
/** FLAMINGO design **/
#magecheckout-one-step-checkout .onestep-title{background-color:transparent!important; border-top:4px solid #2a3744; }
#magecheckout-one-step-checkout .one-step-checkout-wrapper .onestep-title h2{color:#2a3744!important;}
#magecheckout-one-step-checkout .col-wrapper{background-color:#fff!important;}
.one-step-checkout-review-terms-description-content .term-content{max-height:480px!important}

then click **Save Config**


Result
------

.. image:: https://lh5.googleusercontent.com/2WjHmB6dtrVZsNo4OwuD8-i8meXXYT7RZ7B9wsR0OIkpcI4AqbRb5q53ZQuICDRGuM0CYTZP-y76MoPvd-Ot_hux1-SklmR-r9GXwux8Xht3_JovIt7tJzJtS3IqQzfp-7kJ2B3W



Neoshop
----------

If you have not bought this theme, `get Neoshop now`_



.. toctree::
:maxdepth: 3
:glob:
:caption: FAQ

../../faq




Support
---------
.. include:: ../../../general/support.inc



.. _Neoshop: http://themeforest.net/item/neoshop-responsive-retina-ready-magento-theme/8256540
.. _get Neoshop now: http://themeforest.net/item/neoshop-responsive-retina-ready-magento-theme/8256540
2 changes: 2 additions & 0 deletions docs/magento_2/frontend_cancel_orders_m2/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FAQs
============================
16 changes: 16 additions & 0 deletions docs/magento_2/frontend_cancel_orders_m2/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Frontend Cancel Orders
======================




.. toctree::
:maxdepth: 1
:glob:

user-guide
compatibility/index

*


78 changes: 78 additions & 0 deletions docs/magento_2/frontend_cancel_orders_m2/user-guide.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
User Guide
=============

Ajax Add To Cart for Magento 2 Extension Overview
-------------------------------------------------

`Ajax Add To Cart for Magento 2 <http://bsscommerce.com/magento-2-ajax-add-to-cart.html>`_ is an extension that allows convenient pop-up when adding
product into shopping cart with ability to select product options and display of product information without leaving the current page. Furthermore, it also
offers flexible customization of pop-up's design and layout in backend configuration.

How does Ajax Add To Cart for Magento 2 Extension work?
-------------------------------------------------------

Please go to **Stores -> Configuration -> BSSCOMMERCE -> Ajax Cart**

1. In General Options
^^^^^^^^^^^^^^^^^^^^^^

In **Ajax Cart**, go to **General Options** to begin setting up.

.. image:: images/ajax_add_to_cart_m2_1.jpg

In **Enabled**: choose Yes to enable or No to disable the module

In **Enabled in product view**:

Choose Yes to allow this module to be activated in Product page

Choose No to disable this function, so if you choose No when clicking "Add to Cart" button on Product page, the Success Popup will not be displayed.


2. In Success Popup Setting
^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: images/ajax_add_to_cart_m2_2.jpg

In **Show Product Image, Show Product Price** and **Show mini cart** (including number of items in cart and cart subtotal): choose Yes to have display of
product image, price, and mini cart information in Success Popup, otherwise choose No.

In **Show "Continue" Button**: choose Yes to enable Continue Shopping button in the Success Popup or No to disable this button.

In **Countdown time for button**: decide to set countdown time for View Cart button or Continue button; then set time (measured in seconds)
in **Countdown Time** section.

In **Checkout link in mini cart**: choose Yes to have checkout link embedded in Success Popup, otherwise choose No.


3. In Success Popup Design
^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: images/ajax_add_to_cart_m2_3.jpg

In **Button text color**: decide what color the text in Success Popup will have.

In **Continue button text**: type the text content to be displayed for continue button, then choose color and color on hover in the 2 following sections.

In **View Cart button text**: type the text content to be displayed for view cart button, then choose color and color on hover in the last 2 sections.


4. In Quick View Popup Setting
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Finally, go to **Quick View Popup Setting** to change the setting for Quick View Popup

.. image:: images/ajax_add_to_cart_m2_4.jpg

In **Show "Go to Product" link**, choose Yes to enable "Go to Product" link which allows to go to Product page in Quick View Popup, otherwise choose No.

In **Show Additional Data**, choose Yes to have display of other information of product (including product detail, review and more information), or No to hide
this section.


.. raw:: html

<style>
p {text-align: justify;}
</style>

0 comments on commit 0b8bd14

Please sign in to comment.