Commit 2f77f15899d7f9af8ab04a01b4ed81a21f5add70

Authored by Rodrigo Souto
1 parent f7a5a8b9

[shopping-cart-plugin] Moving doc to plugin

Showing 78 changed files with 121 additions and 121 deletions   Show diff stats
doc/noosfero/plugins/shopping_cart.textile
... ... @@ -1,121 +0,0 @@
1   -h1(order-750). Shopping Cart
2   -
3   -p. _Buy the products you want._
4   -
5   -* "How to Access":#how-to-access
6   -* "Adding new products":#adding-new-products
7   -* "Editing quantities":#editing-quantities
8   -* "Removing products":#removing-products
9   -* "Cleaning the cart":#cleaning-cart
10   -* "Show and hide cart":#show-and-hide
11   -* "Checking out":#checkout
12   -
13   -h2(#how-access). How to access
14   -
15   -First of all, you need to be at the page of the enterprise from which you are going to buy your products:
16   -
17   -!=/images/doc/shopping-cart-enterprise-homepage.en.png(Enterprise Homepage)!
18   -
19   -Now you are going to access the products' page of this enterprise. Most of the enterprises has a link at the side bar directing you to their products' list:
20   -
21   -!=/images/doc/shopping-cart-products-side-bar-link.en.png(Link to the products list)!
22   -
23   -If there is no link to the products, you can try accessing the list straight through the url:
24   -
25   -/catalog/enterprise-identifier.
26   -
27   -h2(#adding-new-products). Adding new products
28   -
29   -After reaching the products' list, if the enterprise enabled the shopping-cart plugin, you will see the button 'Add to cart' on each product listed. This is how it looks like in the catalog:
30   -
31   -!=/images/doc/shopping-cart-catalog.en.png(Catalog)!
32   -
33   -And here in the products search:
34   -
35   -!=/images/doc/shopping-cart-asset-products.en.png(Search)!
36   -
37   -If you press this button, you will see in the up-right corner your cart sliding down with the new product added:
38   -
39   -!=/images/doc/shopping-cart-first-product-added.en.png(First product)!
40   -
41   -From now on, your cart will always be there until it gets empty or you choose to hide it.
42   -If you want to add new products just do the same thing. If you try to add a product that's already in your cart, it will add one to the quantity of that product.
43   -
44   -!=/images/doc/shopping-cart-some-products.en.png(Cart with some products)!
45   -
46   -OBS: you can only add products from the same enterprise in the cart. If you want to buy products from different enterprises, then you should finish the buy with one and then start the new buy with the other.
47   -
48   -h2(#editing-quantities). Editing quantities
49   -
50   -To edit the quantity of each product you have in your cart is really easy. You just need to click on the quantity and write the quantity you want:
51   -
52   -!=/images/doc/shopping-cart-editing-quantity.en.png(Editing quantity)!
53   -
54   -After leaving the field, the quantity will be automatically updated:
55   -
56   -!=/images/doc/shopping-cart-quantity-updated.en.png(Quantity updated)!
57   -
58   -
59   -h2(#removing-products). Removing products
60   -
61   -You can remove any product from your cart simply pressing the 'delete' button (which has a little thrash as icon):
62   -
63   -!=/images/doc/shopping-cart-deleting-product.en.png(Deleting product)!
64   -
65   -After pressing this button you will be asked for a confirmation:
66   -
67   -!=/images/doc/shopping-cart-deleting-confirmation.en.png(Delete confirmation)!
68   -
69   -And after confirming, the product will be removed. If the product removed is the last one, the cart will disappear too.
70   -
71   -h2(#cleaning-cart). Cleaning the cart
72   -
73   -If you changed your mind about the products you added or you did too many mistakes to keep going on, at any time you can clean your cart and start it again. Just follow the link "Clean cart":
74   -
75   -!=/images/doc/shopping-cart-cleaning-cart.en.png(Cleaning cart)!
76   -
77   -After following this link you will be asked for a confirmation:
78   -
79   -!=/images/doc/shopping-cart-cleaning-confirmation.en.png(Cleaning confirmation)!
80   -
81   -And after confirming, your carted is empty again.
82   -
83   -h2(#show-and-hide). Show and hide cart
84   -
85   -The cart is a feature that is always over your page on the top-right corner, so sometimes you might get nervous trying to see something that is under it. Don't worry! In you cart is a "Hide cart" button:
86   -
87   -!=/images/doc/shopping-cart-hide-button.en.png(Cart hide)!
88   -
89   -This button will slide up your cart when pressed leaving just a little "Show cart" so that you can slide it down again:
90   -
91   -!=/images/doc/shopping-cart-cart-hided.en.png(Cart hided)!
92   -
93   -When you hide your cart nothing happens to the products you already added.
94   -If you miss your beatiful cart again just press "Show cart" and it will slide down gracefully back to you. ^^
95   -
96   -h2(#checkout). Checking out
97   -
98   -So, now you already choosed your products and its quantities and want to checkout your products.
99   -As you can see in your cart, there is a "Shopping Checkout" button:
100   -
101   -!=/images/doc/shopping-cart-shopping-checkout.en.png(Checkout)!
102   -
103   -After pressing this button, a box will appear with some fields for you to fill and your cart review:
104   -
105   -!=/images/doc/shopping-cart-fields.en.png(Filling informations)!
106   -
107   -If you are already a member of the social network your informations will be filled automatically:
108   -
109   -!/images/doc/shopping-cart-fields-filled.en.png(Informations automatically filled)!
110   -
111   -If due to some reason you fill a field erroneously or do not fill a required field, a little message will appear under the field indicating the problem so that you can fill your informations correctly:
112   -
113   -!=/images/doc/shopping-cart-invalid-fields.en.png(Invalid fields)!
114   -
115   -After filling your information press the button "Send buy request":
116   -
117   -!=/images/doc/shopping-cart-send-buy-request.en.png(Send request)!
118   -
119   -This button will send your request to the enterprise and will also send you an email with your request so that you can confirm the products and your informations. Now the enterprise might contact you to discuss further details.
120   -
121   -"Back to top":#online-doc-text
plugins/shopping_cart/doc/shopping_cart.textile 0 → 100644
... ... @@ -0,0 +1,121 @@
  1 +h1(order-750). Shopping Cart
  2 +
  3 +p. _Buy the products you want._
  4 +
  5 +* "How to Access":#how-to-access
  6 +* "Adding new products":#adding-new-products
  7 +* "Editing quantities":#editing-quantities
  8 +* "Removing products":#removing-products
  9 +* "Cleaning the cart":#cleaning-cart
  10 +* "Show and hide cart":#show-and-hide
  11 +* "Checking out":#checkout
  12 +
  13 +h2(#how-access). How to access
  14 +
  15 +First of all, you need to be at the page of the enterprise from which you are going to buy your products:
  16 +
  17 +!=/plugins/shopping_cart/images/doc/shopping-cart-enterprise-homepage.en.png(Enterprise Homepage)!
  18 +
  19 +Now you are going to access the products' page of this enterprise. Most of the enterprises has a link at the side bar directing you to their products' list:
  20 +
  21 +!=/plugins/shopping_cart/images/doc/shopping-cart-products-side-bar-link.en.png(Link to the products list)!
  22 +
  23 +If there is no link to the products, you can try accessing the list straight through the url:
  24 +
  25 +/catalog/enterprise-identifier.
  26 +
  27 +h2(#adding-new-products). Adding new products
  28 +
  29 +After reaching the products' list, if the enterprise enabled the shopping-cart plugin, you will see the button 'Add to cart' on each product listed. This is how it looks like in the catalog:
  30 +
  31 +!=/plugins/shopping_cart/images/doc/shopping-cart-catalog.en.png(Catalog)!
  32 +
  33 +And here in the products search:
  34 +
  35 +!=/plugins/shopping_cart/images/doc/shopping-cart-asset-products.en.png(Search)!
  36 +
  37 +If you press this button, you will see in the up-right corner your cart sliding down with the new product added:
  38 +
  39 +!=/plugins/shopping_cart/images/doc/shopping-cart-first-product-added.en.png(First product)!
  40 +
  41 +From now on, your cart will always be there until it gets empty or you choose to hide it.
  42 +If you want to add new products just do the same thing. If you try to add a product that's already in your cart, it will add one to the quantity of that product.
  43 +
  44 +!=/plugins/shopping_cart/images/doc/shopping-cart-some-products.en.png(Cart with some products)!
  45 +
  46 +OBS: you can only add products from the same enterprise in the cart. If you want to buy products from different enterprises, then you should finish the buy with one and then start the new buy with the other.
  47 +
  48 +h2(#editing-quantities). Editing quantities
  49 +
  50 +To edit the quantity of each product you have in your cart is really easy. You just need to click on the quantity and write the quantity you want:
  51 +
  52 +!=/plugins/shopping_cart/images/doc/shopping-cart-editing-quantity.en.png(Editing quantity)!
  53 +
  54 +After leaving the field, the quantity will be automatically updated:
  55 +
  56 +!=/plugins/shopping_cart/images/doc/shopping-cart-quantity-updated.en.png(Quantity updated)!
  57 +
  58 +
  59 +h2(#removing-products). Removing products
  60 +
  61 +You can remove any product from your cart simply pressing the 'delete' button (which has a little thrash as icon):
  62 +
  63 +!=/plugins/shopping_cart/images/doc/shopping-cart-deleting-product.en.png(Deleting product)!
  64 +
  65 +After pressing this button you will be asked for a confirmation:
  66 +
  67 +!=/plugins/shopping_cart/images/doc/shopping-cart-deleting-confirmation.en.png(Delete confirmation)!
  68 +
  69 +And after confirming, the product will be removed. If the product removed is the last one, the cart will disappear too.
  70 +
  71 +h2(#cleaning-cart). Cleaning the cart
  72 +
  73 +If you changed your mind about the products you added or you did too many mistakes to keep going on, at any time you can clean your cart and start it again. Just follow the link "Clean cart":
  74 +
  75 +!=/plugins/shopping_cart/images/doc/shopping-cart-cleaning-cart.en.png(Cleaning cart)!
  76 +
  77 +After following this link you will be asked for a confirmation:
  78 +
  79 +!=/plugins/shopping_cart/images/doc/shopping-cart-cleaning-confirmation.en.png(Cleaning confirmation)!
  80 +
  81 +And after confirming, your carted is empty again.
  82 +
  83 +h2(#show-and-hide). Show and hide cart
  84 +
  85 +The cart is a feature that is always over your page on the top-right corner, so sometimes you might get nervous trying to see something that is under it. Don't worry! In you cart is a "Hide cart" button:
  86 +
  87 +!=/plugins/shopping_cart/images/doc/shopping-cart-hide-button.en.png(Cart hide)!
  88 +
  89 +This button will slide up your cart when pressed leaving just a little "Show cart" so that you can slide it down again:
  90 +
  91 +!=/plugins/shopping_cart/images/doc/shopping-cart-cart-hided.en.png(Cart hided)!
  92 +
  93 +When you hide your cart nothing happens to the products you already added.
  94 +If you miss your beatiful cart again just press "Show cart" and it will slide down gracefully back to you. ^^
  95 +
  96 +h2(#checkout). Checking out
  97 +
  98 +So, now you already choosed your products and its quantities and want to checkout your products.
  99 +As you can see in your cart, there is a "Shopping Checkout" button:
  100 +
  101 +!=/plugins/shopping_cart/images/doc/shopping-cart-shopping-checkout.en.png(Checkout)!
  102 +
  103 +After pressing this button, a box will appear with some fields for you to fill and your cart review:
  104 +
  105 +!=/plugins/shopping_cart/images/doc/shopping-cart-fields.en.png(Filling informations)!
  106 +
  107 +If you are already a member of the social network your informations will be filled automatically:
  108 +
  109 +!/plugins/shopping_cart/images/doc/shopping-cart-fields-filled.en.png(Informations automatically filled)!
  110 +
  111 +If due to some reason you fill a field erroneously or do not fill a required field, a little message will appear under the field indicating the problem so that you can fill your informations correctly:
  112 +
  113 +!=/plugins/shopping_cart/images/doc/shopping-cart-invalid-fields.en.png(Invalid fields)!
  114 +
  115 +After filling your information press the button "Send buy request":
  116 +
  117 +!=/plugins/shopping_cart/images/doc/shopping-cart-send-buy-request.en.png(Send request)!
  118 +
  119 +This button will send your request to the enterprise and will also send you an email with your request so that you can confirm the products and your informations. Now the enterprise might contact you to discuss further details.
  120 +
  121 +"Back to top":#online-doc-text
... ...
plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.en.png 0 → 100644

42.2 KB

plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.pt.png 0 → 100644

39.4 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.en.png 0 → 100644

4.07 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.pt.png 0 → 100644

3.06 KB

plugins/shopping_cart/public/images/doc/shopping-cart-catalog.en.png 0 → 100644

67.9 KB

plugins/shopping_cart/public/images/doc/shopping-cart-catalog.pt.png 0 → 100644

62.8 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.en.png 0 → 100644

26.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.pt.png 0 → 100644

24.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.en.png 0 → 100644

48.3 KB

plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.pt.png 0 → 100644

12.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.en.png 0 → 100644

54.2 KB

plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.pt.png 0 → 100644

14.7 KB

plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.en.png 0 → 100644

34.8 KB

plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.pt.png 0 → 100644

32.3 KB

plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.en.png 0 → 100644

34.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.pt.png 0 → 100644

32.2 KB

plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.en.png 0 → 100644

66.7 KB

plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.pt.png 0 → 100644

69.4 KB

plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.en.png 0 → 100644

90.1 KB

plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.pt.png 0 → 100644

63 KB

plugins/shopping_cart/public/images/doc/shopping-cart-fields.en.png 0 → 100644

69 KB

plugins/shopping_cart/public/images/doc/shopping-cart-fields.pt.png 0 → 100644

56.4 KB

plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.en.png 0 → 100644

23.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.pt.png 0 → 100644

19.5 KB

plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.en.png 0 → 100644

35.4 KB

plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.pt.png 0 → 100644

33.9 KB

plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.en.png 0 → 100644

14.8 KB

plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.pt.png 0 → 100644

12.1 KB

plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.en.png 0 → 100644

50.2 KB

plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.pt.png 0 → 100644

47.9 KB

plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.en.png 0 → 100644

34.6 KB

plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.pt.png 0 → 100644

32.3 KB

plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.en.png 0 → 100644

26 KB

plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.pt.png 0 → 100644

26.4 KB

plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.en.png 0 → 100644

37.1 KB

plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.pt.png 0 → 100644

34.8 KB

plugins/shopping_cart/public/images/doc/shopping-cart-some-products.en.png 0 → 100644

33.9 KB

plugins/shopping_cart/public/images/doc/shopping-cart-some-products.pt.png 0 → 100644

31.6 KB

public/images/doc/shopping-cart-asset-products.en.png

42.2 KB

public/images/doc/shopping-cart-asset-products.pt.png

39.4 KB

public/images/doc/shopping-cart-cart-hided.en.png

4.07 KB

public/images/doc/shopping-cart-cart-hided.pt.png

3.06 KB

public/images/doc/shopping-cart-catalog.en.png

67.9 KB

public/images/doc/shopping-cart-catalog.pt.png

62.8 KB

public/images/doc/shopping-cart-cleaning-cart.en.png

26.5 KB

public/images/doc/shopping-cart-cleaning-cart.pt.png

24.5 KB

public/images/doc/shopping-cart-cleaning-confirmation.en.png

48.3 KB

public/images/doc/shopping-cart-cleaning-confirmation.pt.png

12.5 KB

public/images/doc/shopping-cart-deleting-confirmation.en.png

54.2 KB

public/images/doc/shopping-cart-deleting-confirmation.pt.png

14.7 KB

public/images/doc/shopping-cart-deleting-product.en.png

34.8 KB

public/images/doc/shopping-cart-deleting-product.pt.png

32.3 KB

public/images/doc/shopping-cart-editing-quantity.en.png

34.5 KB

public/images/doc/shopping-cart-editing-quantity.pt.png

32.2 KB

public/images/doc/shopping-cart-enterprise-homepage.en.png

66.7 KB

public/images/doc/shopping-cart-enterprise-homepage.pt.png

69.4 KB

public/images/doc/shopping-cart-fields-filled.en.png

90.1 KB

public/images/doc/shopping-cart-fields-filled.pt.png

63 KB

public/images/doc/shopping-cart-fields.en.png

69 KB

public/images/doc/shopping-cart-fields.pt.png

56.4 KB

public/images/doc/shopping-cart-first-product-added.en.png

23.5 KB

public/images/doc/shopping-cart-first-product-added.pt.png

19.5 KB

public/images/doc/shopping-cart-hide-button.en.png

35.4 KB

public/images/doc/shopping-cart-hide-button.pt.png

33.9 KB

public/images/doc/shopping-cart-invalid-fields.en.png

14.8 KB

public/images/doc/shopping-cart-invalid-fields.pt.png

12.1 KB

public/images/doc/shopping-cart-products-side-bar-link.en.png

50.2 KB

public/images/doc/shopping-cart-products-side-bar-link.pt.png

47.9 KB

public/images/doc/shopping-cart-quantity-updated.en.png

34.6 KB

public/images/doc/shopping-cart-quantity-updated.pt.png

32.3 KB

public/images/doc/shopping-cart-send-buy-request.en.png

26 KB

public/images/doc/shopping-cart-send-buy-request.pt.png

26.4 KB

public/images/doc/shopping-cart-shopping-checkout.en.png

37.1 KB

public/images/doc/shopping-cart-shopping-checkout.pt.png

34.8 KB

public/images/doc/shopping-cart-some-products.en.png

33.9 KB

public/images/doc/shopping-cart-some-products.pt.png

31.6 KB