Pull request

parent 399e7379
......@@ -6,10 +6,7 @@ October CMS FireShop plugin.
Очень жалко выбросить, но без поддержки(людей и/или денег) нет сыл доделать все как нужно.
**v1.04 - added English language**
*Возможности:*
*Возможности*:
**Товары**
- Варианты товаров
- Описания и все нужные поля
......
<?php
return [
'plugin' => [
'name' => 'FireShop',
'description' => 'Another Shop plugin for October CMS'
'name' => 'Shop',
'description' => 'Shop plugin for October CMS',
],
'shop' => [
'additional' => 'Additional Imformation',
'additional_comment'=>'Additional Imformation, send with product',
'menu_label' => 'Shop',
'products'=>'Products',
'product_main'=>'Main Information',
'product_additional'=>'Additional Imformation',
'product_options'=>'Product Options',
'product_taxonomy'=>'Taxonomy',
'product_active'=>'Accessibility',
'product'=>'Product',
'product_id'=>'Product Id',
'product_id_description'=>'Product Id Description',
'products_per_page'=>'Products per Page',
'products_per_page_validation'=>'Products per Page, Validation',
'digital_product'=>'Digital Product',
'name'=>'Product Title',
'new_product' =>'New Product',
'name_placeholder'=>'Product',
'model'=>'Product Model',
'model_placeholder'=>'Product Model',
'is_manual_sale'=>'Продажа вручнйю?',
'is_manual_sale_placeholder'=>'Буду продавать в ручном режиме',
'description'=>'Product Description',
'short_description'=>'Product Short Description',
'price'=>'Price',
'featured_images'=>'Images',
'orders'=>'Orders',
'user_name'=>'Order Username',
'user_name_placeholder'=>'Вася',
'email'=>'User Email',
'email_placeholder'=>'vasya@mail.ru',
'coupons'=>'Coupons',
'coupon'=>'Coupon',
'value'=>'Coupon Code',
'discount'=>'% of discount',
'discount_placeholder'=>'20%',
'value_placeholder'=>'HGTS-HDTS-HSTS-AEJJ',
'is_used'=>'Allready used?',
'currencies'=>'Currencies',
'currency_value'=>'Carrency value',
'currency_value_placeholder'=>'1.0000',
'currency_name'=>'Carrency Title',
'currency_name_placeholder'=>'WMZ',
'currency_sign'=>'Carrency Sign',
'currency_sign_placeholder'=>'$',
'new_cat'=>'New Category',
'delete'=>'Delete Category',
'categories'=>'Categories',
'category_create'=>'Create Category',
'category_update'=>'Update Category',
'category_preview'=>'Preview Category',
'category_reorder'=>'Change Attachments',
'category_save'=>'Save Category',
'category_returnlist'=>'Back to the list of categories',
'category_createnclose'=>'Create and close the category ',
'category_savenclose'=>'Save and close the category',
'category_creating'=>'Category Creating',
'category_saving'=>'Category Saving',
'category_deleting'=>'Category Deleting',
'category_cancel'=>'Cancel',
'or'=>'or',
'category_name'=>'Manage Categories',
'manage'=>'Manage Attachments',
'return'=>'Back to the categories',
'sure'=>'Are you sure?',
'category_really'=>'Really?',
'vendors'=>'Vendors',
'is_default'=>'Default?',
'settings'=>'Store Settings',
'settings_description'=>'Currencies Settings',
'shop_product'=>'Product Page',
'shop_product_description'=>'Page Product Description'
'products'=>'Products'
],
];
\ No newline at end of file
......@@ -44,9 +44,9 @@ class CreateCategoriesTable extends Migration
public function down()
{
if (Schema::hasTable('firestarter_shop_categories'))
{
Schema::drop('firestarter_shop_categories');
}
{
Schema::drop('firestarter_shop_categories');
}
if (Schema::hasTable('firestarter_shop_products_categories'))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment