Initial commit
parents
Showing
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "onestartup/shop", | ||
"description": "store for websites onestartup", | ||
"type": "library", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Angel MAS", | ||
"email": "angelmartin.isc@gmail.com" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": {}, | ||
"autoload": { | ||
"psr-4": { | ||
"Onestartup\\Shop\\": "src" | ||
} | ||
} | ||
} |
src/.DS_Store
0 → 100644
File added
src/ShopServiceProvider.php
0 → 100644
src/assets/card.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/mp.js
0 → 100644
src/assets/steps.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/config/shop.php
0 → 100644
src/controllers/AdminProductController.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/controllers/CartController.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/controllers/CategoryController.php
0 → 100644
src/controllers/CategorySatController.php
0 → 100644
src/controllers/DiscountCouponController.php
0 → 100644
src/controllers/ExtraFieldController.php
0 → 100644
src/controllers/ProductController.php
0 → 100644
src/controllers/ShippingPriceController.php
0 → 100644
src/controllers/SubCategoryController.php
0 → 100644
src/controllers/TagCatalogController.php
0 → 100644
src/lib/ClientDataTable.php
0 → 100644
src/lib/OrderDataTable.php
0 → 100644
src/lib/StockDataTable.php
0 → 100644
src/lib/Util.php
0 → 100644
src/lib/cacert.pem
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/lib/mercadopago.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/models/Billing.php
0 → 100644
src/models/CategoriaSat.php
0 → 100644
src/models/ClavesProducto.php
0 → 100644
src/models/ClientShop.php
0 → 100644
src/models/ConfiguracionFactura.php
0 → 100644
src/models/DetailShop.php
0 → 100644
src/models/DiscountCoupon.php
0 → 100644
src/models/ExtraField.php
0 → 100644
src/models/ExtraSaleInfo.php
0 → 100644
src/models/OrderTracking.php
0 → 100644
src/models/ProductCategoryShop.php
0 → 100644
src/models/ProductImageShop.php
0 → 100644
src/models/ProductProductTag.php
0 → 100644
src/models/ProductShop.php
0 → 100644
src/models/ProductShopInfo.php
0 → 100644
src/models/ProductSubCategoryShop.php
0 → 100644
src/models/ProductTag.php
0 → 100644
src/models/RelatedProducts.php
0 → 100644
src/models/SaleShop.php
0 → 100644
src/models/ShippingAddres.php
0 → 100644
src/models/ShippingPrice.php
0 → 100644
src/models/Unidad.php
0 → 100644
src/models/UsoCfdi.php
0 → 100644
src/models/VariableExtra.php
0 → 100644
src/notifications/PaymentAcordarClient.php
0 → 100644
src/notifications/PaymentClient.php
0 → 100644
src/notifications/PaymentClientCard.php
0 → 100644
src/notifications/ResumenOrder.php
0 → 100644
src/notifications/StockNotify.php
0 → 100644
src/requests/RequestCategory.php
0 → 100644
src/requests/RequestCategorySat.php
0 → 100644
src/requests/RequestClient.php
0 → 100644
src/requests/RequestConfigFactura.php
0 → 100644
src/requests/RequestCoupon.php
0 → 100644
src/requests/RequestExtraFields.php
0 → 100644
src/requests/RequestGallery.php
0 → 100644
src/requests/RequestProduct.php
0 → 100644
src/requests/RequestProductInfo.php
0 → 100644
src/requests/RequestShipping.php
0 → 100644
src/requests/RequestSubCategory.php
0 → 100644
src/requests/RequestTags.php
0 → 100644
src/routes.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/seeds/CreateClavesProductosSeed.php
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/seeds/CreateUnidadesSeed.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/seeds/CreateUsoCfdiCatalog.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/category/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/category/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/category/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/categorysat/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/categorysat/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/categorysat/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/clients/list.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/clients/orden.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/clients/orders.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/config_factura/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/config_factura/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/coupon/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/coupon/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/coupon/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/extra/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/extra/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/extra/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mail/resumen/order.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/create.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/fields_extra.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product/stock.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/cart/facturacion.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/cart/finish.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/cart/shipping.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/cart/show-cart.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/public/forms/form-paypal.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/layout.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/list.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/metatags.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/public/single.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/shipping/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/shipping/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/shipping/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/subcategory/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/subcategory/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/subcategory/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tags/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tags/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tags/index.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/variable/edit.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/variable/fields.blade.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/autoload.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/ClassLoader.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_classmap.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_namespaces.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_psr4.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_real.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/autoload_static.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/composer/installed.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment