diff --git a/doc/noosfero/plugins/shopping_cart.textile b/doc/noosfero/plugins/shopping_cart.textile deleted file mode 100644 index bb9c5a7..0000000 --- a/doc/noosfero/plugins/shopping_cart.textile +++ /dev/null @@ -1,121 +0,0 @@ -h1(order-750). Shopping Cart - -p. _Buy the products you want._ - -* "How to Access":#how-to-access -* "Adding new products":#adding-new-products -* "Editing quantities":#editing-quantities -* "Removing products":#removing-products -* "Cleaning the cart":#cleaning-cart -* "Show and hide cart":#show-and-hide -* "Checking out":#checkout - -h2(#how-access). How to access - -First of all, you need to be at the page of the enterprise from which you are going to buy your products: - -!=/images/doc/shopping-cart-enterprise-homepage.en.png(Enterprise Homepage)! - -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: - -!=/images/doc/shopping-cart-products-side-bar-link.en.png(Link to the products list)! - -If there is no link to the products, you can try accessing the list straight through the url: - -/catalog/enterprise-identifier. - -h2(#adding-new-products). Adding new products - -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: - -!=/images/doc/shopping-cart-catalog.en.png(Catalog)! - -And here in the products search: - -!=/images/doc/shopping-cart-asset-products.en.png(Search)! - -If you press this button, you will see in the up-right corner your cart sliding down with the new product added: - -!=/images/doc/shopping-cart-first-product-added.en.png(First product)! - -From now on, your cart will always be there until it gets empty or you choose to hide it. -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. - -!=/images/doc/shopping-cart-some-products.en.png(Cart with some products)! - -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. - -h2(#editing-quantities). Editing quantities - -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: - -!=/images/doc/shopping-cart-editing-quantity.en.png(Editing quantity)! - -After leaving the field, the quantity will be automatically updated: - -!=/images/doc/shopping-cart-quantity-updated.en.png(Quantity updated)! - - -h2(#removing-products). Removing products - -You can remove any product from your cart simply pressing the 'delete' button (which has a little thrash as icon): - -!=/images/doc/shopping-cart-deleting-product.en.png(Deleting product)! - -After pressing this button you will be asked for a confirmation: - -!=/images/doc/shopping-cart-deleting-confirmation.en.png(Delete confirmation)! - -And after confirming, the product will be removed. If the product removed is the last one, the cart will disappear too. - -h2(#cleaning-cart). Cleaning the cart - -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": - -!=/images/doc/shopping-cart-cleaning-cart.en.png(Cleaning cart)! - -After following this link you will be asked for a confirmation: - -!=/images/doc/shopping-cart-cleaning-confirmation.en.png(Cleaning confirmation)! - -And after confirming, your carted is empty again. - -h2(#show-and-hide). Show and hide cart - -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: - -!=/images/doc/shopping-cart-hide-button.en.png(Cart hide)! - -This button will slide up your cart when pressed leaving just a little "Show cart" so that you can slide it down again: - -!=/images/doc/shopping-cart-cart-hided.en.png(Cart hided)! - -When you hide your cart nothing happens to the products you already added. -If you miss your beatiful cart again just press "Show cart" and it will slide down gracefully back to you. ^^ - -h2(#checkout). Checking out - -So, now you already choosed your products and its quantities and want to checkout your products. -As you can see in your cart, there is a "Shopping Checkout" button: - -!=/images/doc/shopping-cart-shopping-checkout.en.png(Checkout)! - -After pressing this button, a box will appear with some fields for you to fill and your cart review: - -!=/images/doc/shopping-cart-fields.en.png(Filling informations)! - -If you are already a member of the social network your informations will be filled automatically: - -!/images/doc/shopping-cart-fields-filled.en.png(Informations automatically filled)! - -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: - -!=/images/doc/shopping-cart-invalid-fields.en.png(Invalid fields)! - -After filling your information press the button "Send buy request": - -!=/images/doc/shopping-cart-send-buy-request.en.png(Send request)! - -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. - -"Back to top":#online-doc-text diff --git a/plugins/shopping_cart/doc/shopping_cart.textile b/plugins/shopping_cart/doc/shopping_cart.textile new file mode 100644 index 0000000..ebe62fe --- /dev/null +++ b/plugins/shopping_cart/doc/shopping_cart.textile @@ -0,0 +1,121 @@ +h1(order-750). Shopping Cart + +p. _Buy the products you want._ + +* "How to Access":#how-to-access +* "Adding new products":#adding-new-products +* "Editing quantities":#editing-quantities +* "Removing products":#removing-products +* "Cleaning the cart":#cleaning-cart +* "Show and hide cart":#show-and-hide +* "Checking out":#checkout + +h2(#how-access). How to access + +First of all, you need to be at the page of the enterprise from which you are going to buy your products: + +!=/plugins/shopping_cart/images/doc/shopping-cart-enterprise-homepage.en.png(Enterprise Homepage)! + +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: + +!=/plugins/shopping_cart/images/doc/shopping-cart-products-side-bar-link.en.png(Link to the products list)! + +If there is no link to the products, you can try accessing the list straight through the url: + +/catalog/enterprise-identifier. + +h2(#adding-new-products). Adding new products + +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: + +!=/plugins/shopping_cart/images/doc/shopping-cart-catalog.en.png(Catalog)! + +And here in the products search: + +!=/plugins/shopping_cart/images/doc/shopping-cart-asset-products.en.png(Search)! + +If you press this button, you will see in the up-right corner your cart sliding down with the new product added: + +!=/plugins/shopping_cart/images/doc/shopping-cart-first-product-added.en.png(First product)! + +From now on, your cart will always be there until it gets empty or you choose to hide it. +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. + +!=/plugins/shopping_cart/images/doc/shopping-cart-some-products.en.png(Cart with some products)! + +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. + +h2(#editing-quantities). Editing quantities + +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: + +!=/plugins/shopping_cart/images/doc/shopping-cart-editing-quantity.en.png(Editing quantity)! + +After leaving the field, the quantity will be automatically updated: + +!=/plugins/shopping_cart/images/doc/shopping-cart-quantity-updated.en.png(Quantity updated)! + + +h2(#removing-products). Removing products + +You can remove any product from your cart simply pressing the 'delete' button (which has a little thrash as icon): + +!=/plugins/shopping_cart/images/doc/shopping-cart-deleting-product.en.png(Deleting product)! + +After pressing this button you will be asked for a confirmation: + +!=/plugins/shopping_cart/images/doc/shopping-cart-deleting-confirmation.en.png(Delete confirmation)! + +And after confirming, the product will be removed. If the product removed is the last one, the cart will disappear too. + +h2(#cleaning-cart). Cleaning the cart + +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": + +!=/plugins/shopping_cart/images/doc/shopping-cart-cleaning-cart.en.png(Cleaning cart)! + +After following this link you will be asked for a confirmation: + +!=/plugins/shopping_cart/images/doc/shopping-cart-cleaning-confirmation.en.png(Cleaning confirmation)! + +And after confirming, your carted is empty again. + +h2(#show-and-hide). Show and hide cart + +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: + +!=/plugins/shopping_cart/images/doc/shopping-cart-hide-button.en.png(Cart hide)! + +This button will slide up your cart when pressed leaving just a little "Show cart" so that you can slide it down again: + +!=/plugins/shopping_cart/images/doc/shopping-cart-cart-hided.en.png(Cart hided)! + +When you hide your cart nothing happens to the products you already added. +If you miss your beatiful cart again just press "Show cart" and it will slide down gracefully back to you. ^^ + +h2(#checkout). Checking out + +So, now you already choosed your products and its quantities and want to checkout your products. +As you can see in your cart, there is a "Shopping Checkout" button: + +!=/plugins/shopping_cart/images/doc/shopping-cart-shopping-checkout.en.png(Checkout)! + +After pressing this button, a box will appear with some fields for you to fill and your cart review: + +!=/plugins/shopping_cart/images/doc/shopping-cart-fields.en.png(Filling informations)! + +If you are already a member of the social network your informations will be filled automatically: + +!/plugins/shopping_cart/images/doc/shopping-cart-fields-filled.en.png(Informations automatically filled)! + +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: + +!=/plugins/shopping_cart/images/doc/shopping-cart-invalid-fields.en.png(Invalid fields)! + +After filling your information press the button "Send buy request": + +!=/plugins/shopping_cart/images/doc/shopping-cart-send-buy-request.en.png(Send request)! + +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. + +"Back to top":#online-doc-text diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.en.png new file mode 100644 index 0000000..6026f27 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.pt.png new file mode 100644 index 0000000..a2e80cd Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-asset-products.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.en.png new file mode 100644 index 0000000..3ad9584 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.pt.png new file mode 100644 index 0000000..d086336 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cart-hided.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.en.png new file mode 100644 index 0000000..06537ac Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.pt.png new file mode 100644 index 0000000..4a892a6 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-catalog.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.en.png new file mode 100644 index 0000000..61aac35 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.pt.png new file mode 100644 index 0000000..2df1697 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-cart.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.en.png new file mode 100644 index 0000000..bf79a77 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.pt.png new file mode 100644 index 0000000..d409dd2 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-cleaning-confirmation.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.en.png new file mode 100644 index 0000000..ed1a10d Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.pt.png new file mode 100644 index 0000000..fe01178 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-confirmation.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.en.png new file mode 100644 index 0000000..ea367b7 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.pt.png new file mode 100644 index 0000000..2418dce Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-deleting-product.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.en.png new file mode 100644 index 0000000..3ec58e4 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.pt.png new file mode 100644 index 0000000..deae5cd Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-editing-quantity.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.en.png new file mode 100644 index 0000000..a948edf Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.pt.png new file mode 100644 index 0000000..dc8c73c Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-enterprise-homepage.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.en.png new file mode 100644 index 0000000..391ae43 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.pt.png new file mode 100644 index 0000000..32f7b7f Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-fields-filled.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-fields.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-fields.en.png new file mode 100644 index 0000000..4d592df Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-fields.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-fields.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-fields.pt.png new file mode 100644 index 0000000..9c69d5d Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-fields.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.en.png new file mode 100644 index 0000000..b29c93a Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.pt.png new file mode 100644 index 0000000..79ee35b Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-first-product-added.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.en.png new file mode 100644 index 0000000..974580a Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.pt.png new file mode 100644 index 0000000..f65d9a4 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-hide-button.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.en.png new file mode 100644 index 0000000..2b1ea8a Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.pt.png new file mode 100644 index 0000000..7531777 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-invalid-fields.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.en.png new file mode 100644 index 0000000..a1cb0ae Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.pt.png new file mode 100644 index 0000000..1ef3203 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-products-side-bar-link.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.en.png new file mode 100644 index 0000000..98195db Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.pt.png new file mode 100644 index 0000000..ae7570e Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-quantity-updated.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.en.png new file mode 100644 index 0000000..a15bb15 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.pt.png new file mode 100644 index 0000000..bd73e9a Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-send-buy-request.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.en.png new file mode 100644 index 0000000..e5f1a1a Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.pt.png new file mode 100644 index 0000000..01332e5 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-shopping-checkout.pt.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.en.png b/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.en.png new file mode 100644 index 0000000..bea30e2 Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.en.png differ diff --git a/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.pt.png b/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.pt.png new file mode 100644 index 0000000..266130b Binary files /dev/null and b/plugins/shopping_cart/public/images/doc/shopping-cart-some-products.pt.png differ diff --git a/public/images/doc/shopping-cart-asset-products.en.png b/public/images/doc/shopping-cart-asset-products.en.png deleted file mode 100644 index 6026f27..0000000 Binary files a/public/images/doc/shopping-cart-asset-products.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-asset-products.pt.png b/public/images/doc/shopping-cart-asset-products.pt.png deleted file mode 100644 index a2e80cd..0000000 Binary files a/public/images/doc/shopping-cart-asset-products.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cart-hided.en.png b/public/images/doc/shopping-cart-cart-hided.en.png deleted file mode 100644 index 3ad9584..0000000 Binary files a/public/images/doc/shopping-cart-cart-hided.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cart-hided.pt.png b/public/images/doc/shopping-cart-cart-hided.pt.png deleted file mode 100644 index d086336..0000000 Binary files a/public/images/doc/shopping-cart-cart-hided.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-catalog.en.png b/public/images/doc/shopping-cart-catalog.en.png deleted file mode 100644 index 06537ac..0000000 Binary files a/public/images/doc/shopping-cart-catalog.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-catalog.pt.png b/public/images/doc/shopping-cart-catalog.pt.png deleted file mode 100644 index 4a892a6..0000000 Binary files a/public/images/doc/shopping-cart-catalog.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cleaning-cart.en.png b/public/images/doc/shopping-cart-cleaning-cart.en.png deleted file mode 100644 index 61aac35..0000000 Binary files a/public/images/doc/shopping-cart-cleaning-cart.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cleaning-cart.pt.png b/public/images/doc/shopping-cart-cleaning-cart.pt.png deleted file mode 100644 index 2df1697..0000000 Binary files a/public/images/doc/shopping-cart-cleaning-cart.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cleaning-confirmation.en.png b/public/images/doc/shopping-cart-cleaning-confirmation.en.png deleted file mode 100644 index bf79a77..0000000 Binary files a/public/images/doc/shopping-cart-cleaning-confirmation.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-cleaning-confirmation.pt.png b/public/images/doc/shopping-cart-cleaning-confirmation.pt.png deleted file mode 100644 index d409dd2..0000000 Binary files a/public/images/doc/shopping-cart-cleaning-confirmation.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-deleting-confirmation.en.png b/public/images/doc/shopping-cart-deleting-confirmation.en.png deleted file mode 100644 index ed1a10d..0000000 Binary files a/public/images/doc/shopping-cart-deleting-confirmation.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-deleting-confirmation.pt.png b/public/images/doc/shopping-cart-deleting-confirmation.pt.png deleted file mode 100644 index fe01178..0000000 Binary files a/public/images/doc/shopping-cart-deleting-confirmation.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-deleting-product.en.png b/public/images/doc/shopping-cart-deleting-product.en.png deleted file mode 100644 index ea367b7..0000000 Binary files a/public/images/doc/shopping-cart-deleting-product.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-deleting-product.pt.png b/public/images/doc/shopping-cart-deleting-product.pt.png deleted file mode 100644 index 2418dce..0000000 Binary files a/public/images/doc/shopping-cart-deleting-product.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-editing-quantity.en.png b/public/images/doc/shopping-cart-editing-quantity.en.png deleted file mode 100644 index 3ec58e4..0000000 Binary files a/public/images/doc/shopping-cart-editing-quantity.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-editing-quantity.pt.png b/public/images/doc/shopping-cart-editing-quantity.pt.png deleted file mode 100644 index deae5cd..0000000 Binary files a/public/images/doc/shopping-cart-editing-quantity.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-enterprise-homepage.en.png b/public/images/doc/shopping-cart-enterprise-homepage.en.png deleted file mode 100644 index a948edf..0000000 Binary files a/public/images/doc/shopping-cart-enterprise-homepage.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-enterprise-homepage.pt.png b/public/images/doc/shopping-cart-enterprise-homepage.pt.png deleted file mode 100644 index dc8c73c..0000000 Binary files a/public/images/doc/shopping-cart-enterprise-homepage.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-fields-filled.en.png b/public/images/doc/shopping-cart-fields-filled.en.png deleted file mode 100644 index 391ae43..0000000 Binary files a/public/images/doc/shopping-cart-fields-filled.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-fields-filled.pt.png b/public/images/doc/shopping-cart-fields-filled.pt.png deleted file mode 100644 index 32f7b7f..0000000 Binary files a/public/images/doc/shopping-cart-fields-filled.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-fields.en.png b/public/images/doc/shopping-cart-fields.en.png deleted file mode 100644 index 4d592df..0000000 Binary files a/public/images/doc/shopping-cart-fields.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-fields.pt.png b/public/images/doc/shopping-cart-fields.pt.png deleted file mode 100644 index 9c69d5d..0000000 Binary files a/public/images/doc/shopping-cart-fields.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-first-product-added.en.png b/public/images/doc/shopping-cart-first-product-added.en.png deleted file mode 100644 index b29c93a..0000000 Binary files a/public/images/doc/shopping-cart-first-product-added.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-first-product-added.pt.png b/public/images/doc/shopping-cart-first-product-added.pt.png deleted file mode 100644 index 79ee35b..0000000 Binary files a/public/images/doc/shopping-cart-first-product-added.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-hide-button.en.png b/public/images/doc/shopping-cart-hide-button.en.png deleted file mode 100644 index 974580a..0000000 Binary files a/public/images/doc/shopping-cart-hide-button.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-hide-button.pt.png b/public/images/doc/shopping-cart-hide-button.pt.png deleted file mode 100644 index f65d9a4..0000000 Binary files a/public/images/doc/shopping-cart-hide-button.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-invalid-fields.en.png b/public/images/doc/shopping-cart-invalid-fields.en.png deleted file mode 100644 index 2b1ea8a..0000000 Binary files a/public/images/doc/shopping-cart-invalid-fields.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-invalid-fields.pt.png b/public/images/doc/shopping-cart-invalid-fields.pt.png deleted file mode 100644 index 7531777..0000000 Binary files a/public/images/doc/shopping-cart-invalid-fields.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-products-side-bar-link.en.png b/public/images/doc/shopping-cart-products-side-bar-link.en.png deleted file mode 100644 index a1cb0ae..0000000 Binary files a/public/images/doc/shopping-cart-products-side-bar-link.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-products-side-bar-link.pt.png b/public/images/doc/shopping-cart-products-side-bar-link.pt.png deleted file mode 100644 index 1ef3203..0000000 Binary files a/public/images/doc/shopping-cart-products-side-bar-link.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-quantity-updated.en.png b/public/images/doc/shopping-cart-quantity-updated.en.png deleted file mode 100644 index 98195db..0000000 Binary files a/public/images/doc/shopping-cart-quantity-updated.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-quantity-updated.pt.png b/public/images/doc/shopping-cart-quantity-updated.pt.png deleted file mode 100644 index ae7570e..0000000 Binary files a/public/images/doc/shopping-cart-quantity-updated.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-send-buy-request.en.png b/public/images/doc/shopping-cart-send-buy-request.en.png deleted file mode 100644 index a15bb15..0000000 Binary files a/public/images/doc/shopping-cart-send-buy-request.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-send-buy-request.pt.png b/public/images/doc/shopping-cart-send-buy-request.pt.png deleted file mode 100644 index bd73e9a..0000000 Binary files a/public/images/doc/shopping-cart-send-buy-request.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-shopping-checkout.en.png b/public/images/doc/shopping-cart-shopping-checkout.en.png deleted file mode 100644 index e5f1a1a..0000000 Binary files a/public/images/doc/shopping-cart-shopping-checkout.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-shopping-checkout.pt.png b/public/images/doc/shopping-cart-shopping-checkout.pt.png deleted file mode 100644 index 01332e5..0000000 Binary files a/public/images/doc/shopping-cart-shopping-checkout.pt.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-some-products.en.png b/public/images/doc/shopping-cart-some-products.en.png deleted file mode 100644 index bea30e2..0000000 Binary files a/public/images/doc/shopping-cart-some-products.en.png and /dev/null differ diff --git a/public/images/doc/shopping-cart-some-products.pt.png b/public/images/doc/shopping-cart-some-products.pt.png deleted file mode 100644 index 266130b..0000000 Binary files a/public/images/doc/shopping-cart-some-products.pt.png and /dev/null differ -- libgit2 0.21.2