oct_deals.php
31.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<?php
// Heading
$_['heading_title'] = 'Deals OCTemplates - Template Settings';
// Text
$_['text_theme'] = 'Themes';
$_['text_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified the default store theme!';
$_['text_success_install'] = 'The module settings have been install successfully!';
$_['text_edit'] = 'Edit';
$_['text_general'] = 'General';
$_['text_product'] = 'Products';
$_['text_optimization'] = 'Optimization';
$_['text_image'] = 'Images';
$_['button_update'] = 'Update settings';
$_['button_clear_cache'] = 'Clear template cache';
$_['auto_clear_cache'] = 'Clear template cache?';
$_['text_default_theme'] = 'Default theme';
//Fixed buttons
$_['text_page_bar'] = 'Fixed buttons';
$_['entry_show_wishlist_bar'] = 'Wishlist block';
$_['entry_show_compare_bar'] = 'Compare block';
$_['entry_show_cart_bar'] = 'Cart block';
$_['entry_show_product_views'] = 'Viwed products';
$_['entry_show_account'] = 'Account block';
$_['entry_img_size'] = 'Images size';
// Column
$_['column_name'] = 'Name';
$_['column_status'] = 'Status';
$_['column_action'] = 'Action';
$_['tab_banner'] = 'Design';
$_['tab_blog'] = 'Blog';
$_['tab_stickers'] = 'Stickers';
$_['column_name_link'] = 'Title / Link';
$_['column_text'] = 'Text';
//PopUpCart
$_['text_popup_cart'] = 'Popup cart';
$_['entry_show_popup_cart'] = 'Enable Popup cart';
$_['entry_popup_is'] = 'When adding items to the cart';
$_['entry_free_shipping_from'] = 'Free shipping from';
$_['entry_minimum_order_amount'] = 'Minimum order amount';
$_['entry_recommend_cart'] = 'Recommended products in the cart';
$_['entry_autorelated_status'] = 'Add products based on recommended products (oc_product_related table)';
$_['entry_relatedbysales_status'] = 'Add products based on products sold together (oc_order_product table)';
$_['help_related'] = '(Autocomplete)';
$_['entry_recommended_products'] = 'Recommended products';
$_['entry_recommended_image_size'] = 'Image size';
$_['entry_recommended_title'] = 'Title';
//LiveSearch
$_['text_live_search'] = 'Live search';
$_['entry_show_live_search'] = 'Enable live search';
$_['entry_live_search_symbols'] = 'Number of characters to start searching';
$_['entry_live_search_delay'] = 'Delay';
$_['entry_show_live_sku'] = 'Display SKU';
$_['entry_show_live_model'] = 'Display model';
$_['entry_show_live_price'] = 'Display price';
$_['entry_show_live_descr'] = 'Search in description';
$_['entry_live_search_category'] = 'Search in categories';
$_['entry_live_search_category_image'] = 'Display category image';
//Alert
$_['text_alert'] = 'Admin notifications';
$_['entry_show_alert_orders'] = 'Order information';
$_['entry_show_alert_products'] = 'Products information';
$_['entry_show_alert_octemplates'] = 'OCTemplates module information';
// Entry
$_['entry_directory'] = 'Theme directory';
$_['entry_status'] = 'Status';
$_['entry_product_limit'] = 'Products limit per page';
$_['entry_product_description_length'] = 'Characters limit in category description';
$_['entry_image_logo'] = 'Logo image size';
$_['entry_image_category'] = 'The size of the category image (in the category descriptions on the category page)';
$_['entry_image_manufacturer'] = 'Manufacturer image size (W x H)';
$_['entry_image_sub_category'] = 'Subcategory image size';
$_['entry_image_thumb'] = 'Product image thumb size (W x H)';
$_['entry_image_popup'] = 'Product image popup size (W x H)';
$_['entry_image_product'] = 'Product list image size (W x H)';
$_['entry_image_additional'] = 'Additional product image size (W x H)';
$_['entry_image_related'] = 'Related product image size (W x H)';
$_['entry_image_compare'] = 'Compare list image size (W x H)';
$_['entry_image_wishlist'] = 'Wishlist image size (W x H)';
$_['entry_image_cart'] = 'Cart image size (W x H)';
$_['entry_image_location'] = 'Store image size (W x H)';
$_['entry_width'] = 'Width';
$_['entry_height'] = 'Height';
$_['button_refresh'] = 'Refresh modifications';
//Sorts
$_['entry_category_sorts'] = 'Sorting options';
$_['text_p_sort_order_ASC'] = 'Sort order (Ascending)';
$_['text_p_sort_order_DESC'] = 'Sort order (Descending)';
$_['text_pd_name_ASC'] = 'By name (Ascending)';
$_['text_pd_name_DESC'] = 'By name (Descending)';
$_['text_p_price_ASC'] = 'By price (Ascending)';
$_['text_p_price_DESC'] = 'By price (Descending)';
$_['text_p_model_ASC'] = 'By product code (Ascending)';
$_['text_p_model_DESC'] = 'By product code (Descending)';
$_['text_p_quantity_ASC'] = 'By quantity (Ascending)';
$_['text_p_quantity_DESC'] = 'By quantity (Descending)';
$_['text_p_viewed_ASC'] = 'By popularity (Ascending)';
$_['text_p_viewed_DESC'] = 'By popularity (Descending)';
$_['text_p_date_added_ASC'] = 'By date added (Ascending)';
$_['text_p_date_added_DESC'] = 'By date added (Descending)';
$_['text_rating_ASC'] = 'By rating (Ascending)';
$_['text_rating_DESC'] = 'By rating (Descending)';
$_['text_all_select'] = 'Select all';
$_['text_remove_select'] = 'Remove selection';
$_['col_status_sort_order'] = 'Action';
$_['col_status_name'] = 'Name';
$_['col_status_deff'] = 'By default';
//MegaMenu
$_['text_megamenu_settings'] = 'MegaMenu';
$_['text_megamenu_items'] = 'Menu items';
$_['text_megamenu_status'] = 'Enable MegaMenu';
$_['entry_oct_megamenu_title'] = 'Text of the menu open button';
$_['entry_megamenu_categories'] = 'Display "Category list"';
$_['entry_megamenu_categories_limit'] = 'Number of subcategories to display';
$_['help_megamenu_categories_limit'] = 'Default 5';
$_['entry_megamenu_categories_icon'] = 'Category image';
$_['entry_megamenu_categories_page'] = 'Landing pages';
$_['text_add_menuitem'] = 'Add new item';
$_['text_menuitems_empty'] = 'There are no menu items';
$_['tab_menu_general'] = 'Data';
$_['tab_menu_language'] = 'Localization';
$_['tab_menu_links'] = 'Links';
$_['entry_menu_store'] = 'Display in stores';
$_['entry_menu_customers'] = 'Display in customer groups';
$_['entry_menu_title'] = 'Menu item title';
$_['entry_menu_link'] = 'Link';
$_['text_menu_type'] = 'Item type';
$_['text_menu_select'] = '- Select a menu type -';
$_['text_menu_type_1'] = 'Selected categories';
$_['text_menu_type_2'] = 'Selected manufacturers';
$_['text_menu_type_3'] = 'Selected blog categories';
$_['text_menu_type_4'] = 'Simple link';
$_['text_menu_display_option_select'] = '- Select display option -';
$_['text_menu_display_option'] = 'Where to display?';
$_['text_menu_display_option_1'] = 'Vertical menu';
$_['text_menu_display_option_2'] = 'Horizontal menu';
$_['text_menu_main_category'] = 'Main category';
$_['text_menu_main_category_text'] = 'If a main category is selected, the link to this menu item will be substituted from the selected category.';
$_['entry_menu_sort'] = 'Sort order';
$_['text_menu_category'] = 'Categories';
$_['entry_menu_sub_categories'] = 'Display subcategories';
$_['entry_menu_show_image'] = 'Display images';
$_['entry_menu_image'] = 'Menu item icon';
$_['entry_menu_limit'] = 'Limit';
$_['entry_menu_width'] = 'Width';
$_['entry_menu_height'] = 'Height';
$_['entry_menu_target'] = 'Open in new tab';
$_['entry_menu_cat_view'] = 'Display categories';
$_['entry_menu_cat_view_1'] = 'List';
$_['entry_menu_cat_view_2'] = 'Grid';
$_['entry_menu_sort_view'] = 'Displaying';
$_['entry_menu_sort_view_1'] = 'OCTMegaMenu - Categories';
$_['entry_menu_sort_view_2'] = 'Categories - OCTMegaMenu';
$_['entry_menu_sort_view_3'] = 'By sorting items';
$_['entry_menu_sort_view_4'] = 'Sorting by name A - Z';
//MegaMenu Mobile
$_['entry_megamenu_mobile_st_categories'] = 'Display standard "Categories"';
$_['entry_megamenu_mobile_categories'] = 'Display type "Categories"';
$_['entry_megamenu_brands'] = 'Display type "Brands"';
$_['entry_megamenu_blog'] = 'Display type "Blog"';
$_['entry_megamenu_links'] = 'Display type "Links"';
//Tab
$_['tab_general'] = 'Settings';
$_['tab_image'] = 'Images';
$_['tab_widgets'] = 'Widgets';
$_['tab_module'] = 'Modules';
$_['tab_help'] = 'Help';
$_['tab_header'] = 'Header';
$_['tab_footer'] = 'Footer';
$_['tab_product'] = 'Product page';
$_['tab_category'] = 'Category page type';
$_['tab_order'] = 'Success order';
$_['text_order_register_account'] = 'Registered users';
$_['text_order_no_register_account'] = 'Unregistered users';
$_['entry_order_register_account_title'] = 'Page title';
$_['entry_order_register_dop'] = '[order_id] - order id<br />[contact_link] - link to contact page<br />[account_link] - link to account page<br />[account_order_link] - link to order list<br />[account_download_link] - link to download page';
$_['entry_order_no_register_dop'] = '[order_id] - order id<br />[contact_link] - link to contact page';
$_['text_categoty_page'] = 'Category page';
$_['text_search_page'] = 'Search page';
$_['text_special_page'] = 'Special page';
$_['text_manufacture_page'] = 'Manufacture page';
$_['text_category_module_color'] = 'Module "Categories"';
$_['tab_contacts_page'] = 'Feedback';
$_['tab_mobile'] = 'Mobile version';
$_['tab_mobile_menu'] = 'Menu on mobile';
$_['entry_mobile_menu_time'] = 'Display "Runtime"';
$_['entry_mobile_menu_address'] = 'Display "Address"';
$_['entry_mobile_menu_languages'] = 'Display "Languages"';
$_['entry_mobile_menu_currency'] = 'Display "Currency"';
$_['entry_mobile_menu_phones'] = 'Display "Phones"';
$_['entry_mobile_menu_email'] = 'Display "Email"';
$_['entry_mobile_menu_telegram'] = 'Display "Telegram"';
$_['entry_mobile_menu_viber'] = 'Display "Viber"';
$_['entry_mobile_menu_skype'] = 'Display "Skype"';
$_['entry_mobile_menu_whatsapp'] = 'Display "WhatsApp"';
$_['entry_mobile_menu_messenger'] = 'Display "Messenger"';
$_['entry_mobile_sidebar_position'] = 'Mobile panel position';
$_['entry_mobile_sidebar_position_top'] = 'Top';
$_['entry_mobile_sidebar_position_bottom'] = 'Bottom';
$_['tab_modal'] = 'Modal windows';
$_['tab_css_js'] = 'Css - JavaScript';
$_['entry_logo_width'] = 'Logo width in original proportions';
$_['entry_webp'] = 'Enable WebP';
$_['entry_no_quantity_last'] = '"Not available" at the end of the list';
$_['entry_no_quantity_grayscale'] = 'Dim products are out of stock';
$_['tab_contacts'] = 'Contacts';
$_['entry_license'] = 'License key';
$_['entry_minify'] = 'Enable optimization CSS & JS';
$_['text_atributes'] = 'Enable attributes';
$_['text_atributes_limit'] = 'Limit of atributes';
$_['entry_atributes_category'] = 'On the category pages';
$_['entry_atributes_special'] = 'On the "Special" pages';
$_['entry_atributes_search'] = 'On the "Search" pages';
$_['entry_atributes_manufacturer'] = 'On the pages of the "Manufacturer"';
$_['entry_atributes_modules'] = 'In modules';
$_['help_atributes_modules'] = 'Octemplates - Products from categories, Promotions, New arrivals, Recommended, Bestsellers';
$_['entry_dark_theme'] = 'Enable auto dark theme?';
$_['entry_isbuttoninteractive'] = 'Enable the interactivity of the buttons when adding products to the cart, wishlist and comparison?';
$_['entry_oct_popup_options'] = 'Enable Poppup options when adding a product to the cart from different pages (if the products have required options)';
$_['entry_header_compare'] = 'Display "Compare"';
$_['entry_header_wishlist'] = 'Display "Wishlist"';
$_['entry_header_product_views'] = 'Display "Product views"';
$_['entry_preload_settings'] = 'Preload Settings';
$_['entry_preload_fonts'] = 'For fonts';
$_['entry_preload_images'] = 'For images';
$_['entry_preload_styles'] = 'For styles (CSS)';
$_['entry_footer_scripts'] = 'Enable moving (JavaScript) scripts to the footer';
$_['entry_preload_help'] = 'For logo and fonts';
$_['entry_preload_help_product'] = 'For product image';
$_['entry_header_menu'] = 'Show "Top menu"';
$_['entry_header_lang'] = 'Show "Languages"';
$_['entry_header_cur'] = 'Show "Currencies"';
$_['entry_header_account'] = 'Show "Autorization"';
$_['text_product_limits'] = 'Limits';
$_['text_main_colors'] = 'Main colors';
$_['entry_main_link_color'] = 'Main links color';
$_['entry_main_color'] = 'Main color of site elements';
$_['entry_background_color'] = 'Site background';
$_['entry_price_color'] = 'Price color';
$_['entry_old_price_color'] = 'Old price color';
$_['entry_new_price_color'] = 'New price color';
$_['entry_top_background_color'] = 'Top bar background';
$_['entry_top_link_color'] = 'Top bar links color';
$_['entry_top_link_color_hover'] = 'Top bar links color on hover';
$_['entry_search_bg'] = 'Top Search background color';
$_['entry_top_link_logo_color'] = 'Links color in the logo bar';
$_['entry_top_text_logo_color'] = 'Text color in the logo bar';
$_['entry_menu'] = 'Menu';
$_['entry_oct_in_cart_to'] = '2fasd384Jd3+#9jenckD2S241@32';
$_['entry_menu_background_color'] = 'Menu block background';
$_['entry_menu_fon_cat_color'] = 'Background of the category list block';
$_['entry_menu_fon_cat_hover_color'] = 'Background of the category list block on hover';
$_['entry_menu_fon_cat_text_color'] = 'Text color of the category list block';
$_['entry_menu_fon_cat_elements_color'] = 'Background items in the category list';
$_['entry_menu_fon_cat_elements_hover_color'] = 'Background items in the list of categories on hover';
$_['entry_menu_fon_cat_link_color'] = 'Links color in category list';
$_['entry_menu_fon_cat_link_hover_color'] = 'The color of the links in the list of categories on hover';
$_['entry_footer_background_color'] = 'Footer background';
$_['entry_footer_text_color'] = 'Footer text color';
$_['entry_footer_link_color'] = 'Footer elements links color';
$_['entry_footer_link_hover_color'] = 'Footer elements links color on hover';
$_['entry_footer_contact_link_color'] = 'Color of the "Contacts" links';
$_['entry_footer_contact_link_hover_color'] = 'Color of the "Contacts" links on hover';
$_['entry_footer_title_color'] = 'Footer title color';
$_['tab_main_settings'] = 'Settings';
$_['text_main_color_settings'] = 'Color settings';
//Buttons Colors
$_['entry_buttons_colors'] = 'Buttons colors';
$_['entry_buttons_main'] = 'Main buttons background color';
$_['entry_buttons_text'] = 'Main button text color';
$_['entry_buttons_fon_dark'] = 'Dark buttons background color';
$_['entry_buttons_text_dark'] = 'Dark buttons text color';
$_['entry_buttons_fon_light'] = 'Light buttons background color';
$_['entry_buttons_text_light'] = 'Light buttons text color';
$_['tab_menu'] = 'Menu settings';
$_['entry_scripts_in_footer'] = 'Scripts at the bottom of the page';
$_['entry_footer_totop'] = 'To top button';
$_['entry_footer_subscribe'] = 'Subscription in the footer';
$_['entry_footer_link_contact'] = 'Show the contact link';
$_['entry_footer_link_return'] = 'Show the return link';
$_['entry_footer_link_sitemap'] = 'Show sitemap link';
$_['entry_footer_link_man'] = 'Show manufacturers link';
$_['entry_footer_link_cert'] = 'Show vouchers link';
$_['entry_footer_link_partners'] = 'Show affiliate link';
$_['entry_footer_link_specials'] = 'Show specials link';
$_['entry_footer_information_links'] = 'Links to info page';
$_['entry_footer_category_links'] = 'Links to selected categories';
$_['help_links'] = 'Autocomplete';
$_['entry_contact_address'] = 'Company address';
$_['entry_contact_telephone'] = 'Telephones';
$_['entry_contact_open'] = 'Working hours';
$_['entry_contact_map'] = 'Road map';
$_['entry_contact_email'] = 'Company email';
$_['entry_contact_skype'] = 'Skype';
$_['entry_contact_whatsapp'] = 'WhatsApp';
$_['entry_contact_viber'] = 'Viber';
$_['entry_contact_telegram'] = 'Telegram';
$_['entry_contact_messenger'] = 'Messenger';
$_['text_paymant_systems'] = 'Payment systems';
$_['text_socials'] = 'Social networks';
$_['text_locations'] = 'Locations';
$_['text_locations_empty'] = 'You have no other locations';
$_['text_add_location'] = 'Add location';
$_['entry_location_link'] = 'Link';
$_['entry_location_sort'] = 'Sort order';
$_['entry_location_comment'] = 'Description';
$_['entry_location_address'] = 'Address';
$_['text_locations_descr'] = 'Text';
$_['text_locations_info'] = 'Contacts';
$_['entry_location_title'] = 'Title';
$_['entry_location_image'] = 'Image';
$_['entry_man_logo'] = 'Show logos of manufacturers';
$_['entry_css_code'] = 'Own CSS code';
$_['entry_js_code'] = 'Own JavaScript code';
$_['text_feedback'] = 'Feedback';
$_['text_seo_title'] = 'SEO generation';
$_['text_seo_title_product'] = 'Product';
$_['text_seo_title_category'] = 'Category';
$_['text_seo_title_manufacturer'] = 'Manufacturer';
$_['text_seo_title_information'] = 'Information';
$_['text_seo_title_blog_article'] = 'Blog article';
$_['text_seo_title_blog_category'] = 'Blog category';
$_['text_seo_url_danger'] = 'SEO URL generation occurs only when adding\editing products, categories, manufacturers, articles, blog categories and blog articles.';
$_['entry_seo_title_status'] = 'Generate SEO Title';
$_['entry_seo_title_empty'] = 'Generate only for empty values';
$_['help_seo_title_empty'] = 'Turns off mandatory \'Meta tag Title\'';
$_['entry_seo_description_status'] = 'Generate SEO description';
$_['entry_seo_title'] = 'SEO title';
$_['entry_seo_description'] = 'SEO description';
$_['entry_seo_variants'] = 'Variants';
$_['entry_seo_url_lang_prefix'] = 'Lang prefix';
$_['entry_seo_url_all'] = 'Template for generation';
$_['entry_seo_url_product'] = 'Product template';
$_['entry_seo_url_category'] = 'Template for category';
$_['entry_seo_url_manufacturer'] = 'Template for manufacturer';
$_['entry_seo_url_information'] = 'Template for article';
$_['entry_seo_url_blog_category'] = 'Template for blog category';
$_['entry_seo_url_blog_article'] = 'Template for blog article';
$_['entry_show_widget_status'] = 'Enable';
$_['entry_show_feedback_callback'] = 'Enable callback';
$_['entry_show_feedback_contact_link'] = 'Enable "Contact link"';
$_['entry_show_feedback_email'] = 'Enable Email';
$_['entry_show_feedback_whatsapp'] = 'Enable WhatsApp';
$_['entry_show_feedback_skype'] = 'Enable Skype';
$_['entry_show_feedback_telegram'] = 'Enable Telegram';
$_['entry_show_feedback_viber'] = 'Enable Viber';
$_['entry_show_feedback_messenger'] = 'Enable Messenger';
$_['entry_modal_fon_title_color'] = 'Header background color';
$_['entry_modal_text_title_color'] = 'Header text color';
$_['entry_modal_fon_icon_color'] = 'Color of the close button icon';
$_['entry_mobile_fon_top_color'] = 'Mobile panel background';
$_['entry_mobile_fon_icon_c_color'] = 'Categories icon background (burger)';
$_['entry_contact_view_map'] = 'Enable map?';
$_['entry_contact_view_address'] = 'Enable address?';
$_['entry_contact_view_phone'] = 'Enable phone?';
$_['entry_contact_view_socials'] = 'Enable socials?';
$_['entry_contact_view_locations'] = 'Enable locations';
$_['entry_contact_view_time'] = 'Enable working time?';
$_['entry_contact_view_html'] = 'HTML text code for the "Contact us" page';
$_['entry_category_desc_position'] = 'Category description';
$_['entry_category_desc_up'] = 'Category description expanded';
$_['entry_category_desc_in_page'] = 'Description on pagination pages';
$_['entry_category_desc_position_top'] = 'Over products';
$_['entry_category_desc_position_bottom'] = 'Under the products';
$_['entry_category_view_subcats'] = 'Show subcategories';
$_['entry_category_subcat_products'] = 'Show subcategories products';
$_['entry_category_cat_image'] = 'Show category image';
$_['entry_category_page'] = 'Show "Landing pages"';
$_['entry_category_view_sort_oder'] = 'Show sorting and type of display products?';
$_['entry_category_view_quantity'] = 'Show quantity selection?';
$_['entry_category_show_more'] = 'Display "Show more"?';
$_['entry_category_subcategory_photo'] = 'Show subcategory image';
$_['entry_interactive_color'] = 'Interactive buttons color';
$_['entry_special_price_color'] = 'Special price color';
$_['entry_category_show_type'] = 'Display option on mobile';
$_['entry_category_show_type_deff'] = 'Horizontal';
$_['entry_category_show_type_100'] = 'Full width';
$_['entry_category_show_type_50'] = '2 items in a row';
$_['entry_category_module_background_color'] = 'Categories module background';
$_['entry_category_module_link_color'] = 'The color of the links in the categories module';
$_['entry_category_module_link_hover_color'] = 'The color of the links in the categories module on hover';
$_['entry_micro'] = 'Enable microdata?';
$_['entry_open_graph'] = 'Enable OpenGraph?';
$_['entry_product_dop_tab'] = 'Enable additional tab?';
$_['entry_product_blog_related'] = 'Display octemplates blog articles in which the product is added';
$_['entry_product_dop_tab_ttt'] = 'Additional tab';
$_['entry_product_dop_tab_title'] = 'Additional tab title';
$_['entry_product_dop_tab_text'] = 'Additional tab text';
$_['entry_product_js_button'] = 'HTML content';
$_['entry_product_atributes'] = 'Enable "Main characteristics"';
$_['entry_product_model'] = 'Enable model';
$_['entry_product_wishlist'] = 'Enable wishlist button';
$_['entry_product_compare'] = 'Enable compare button';
$_['entry_product_zoom'] = 'Enable "Images zoom"';
$_['entry_product_faq'] = 'Enable "FAQ"';
$_['entry_product_sets'] = 'Enable "Sets"';
$_['entry_product_quantity_show'] = 'Show quantity selection';
$_['entry_product_sku_show'] = 'Show SKU';
$_['entry_product_upc_show'] = 'Show UPC';
$_['entry_product_ean_show'] = 'Show EAN';
$_['entry_product_jan_show'] = 'Show JAN';
$_['entry_product_isbn_show'] = 'Show ISBN';
$_['entry_product_mpn_show'] = 'Show MPN';
$_['entry_product_timer'] = 'Show countdown timer';
$_['entry_product_advantages'] = 'Enable product advantages';
$_['entry_product_garantii'] = 'Product advantages';
$_['entry_product_advantage_popup'] = 'In PopUp';
$_['entry_social_title'] = 'Social network name';
$_['entry_social_link'] = 'Social network link';
$_['entry_page_bar_position'] = 'Block position';
$_['entry_page_bar_position_left'] = 'Left';
$_['entry_page_bar_position_right'] = 'Right';
$_['text_success_cache'] = 'Cache successfully cleared';
$_['text_title'] = 'Title';
$_['text_price'] = 'Price';
$_['text_link'] = 'Link';
$_['text_sort_order'] = 'Sort order';
$_['button_add_delivery'] = 'Add delivery option';
$_['button_delete_delivery'] = 'Delete delivery option';
$_['text_delivery_section'] = 'Delivery options';
$_['text_payment_section'] = 'Payment Options';
$_['button_add_payment'] = 'Add Payment Option';
$_['button_delete_payment'] = 'Delete Payment Option';
$_['advantage_help_text'] = 'Attention! If you want the link to the page to be opened in the Popup window, the link must be selected manually from the "Links to the Info page" drop-down list';
$_['entry_help_text'] = '<div class="panel panel-info">
<div class="panel-heading">
Thank you for purchasing the deals template!
</div>
<div class="panel-body">
<p>Online documentation is available here.: <a href="https://dsdocs.octemplates.net/" target="_blank">https://dsdocs.octemplates.net/</a></p>
</div></div>
<div class="panel panel-info">
<div class="panel-heading">
License
</div>
<div class="panel-body">
<p> OCTemplates hold all rights to the template. </p>
<p> <a href="https://octemplates.net" target="_blank"> https://octemplates.net </a> </p>
<p> License Terms of Use: One Domain - One License. The number of licenses for test subdomains is not limited. To obtain a license key for a test subdomain, you must create an application on the OCTemplates technical support website: <a href="https://market.octemplates.net" target="_blank"> https://octemplates.net/</a > </p>
<p> For each domain on which you install the template, you need to buy a license for the template. If you are going to install the template for two stores (two domains), you need to buy two licenses. </p>
<p> It is forbidden to resell the template without the written consent of the developer. </p>
<p> It is forbidden to transfer this software to third parties, to distribute on its own behalf without obtaining the written permission of the author of the template. </p>
<p> It is forbidden to publish, distribute the template, or use it illegally without the written consent of the developer for any purpose, whether for informational purposes or any other. </p>
<p> It is forbidden to remove company copyrights from template files. </p>
<p> In case of violation of the license, the buyer loses the license, technical support, the order is canceled. Funds paid for the template are non-refundable. </p>
<p> OCTemplates has the right to legal proceedings and damages for copyright infringement. </p>
<p> Technical support does not work for users who have not personally purchased the template. </p>
<p> In this case, the author of the software is assigned the right to refuse technical support to such users, as well as not to respond to them using any means of communication without giving a reason. </p>
<p> Technical support does not work for users who have bought, received in any way, copied, downloaded, jointly purchased from pirated resources. </p>
<p> In this case, the author of the product is assigned the right to refuse technical support to such users, as well as not to respond to them using any means of communication without giving a reason. </p>
<p> In this case, you must delete the template and stop using it. </p>
<p> Technical support does not apply to users who install the template on the local computer. Also, support is not provided through remote desktop (RDP), through Teamviewer and similar programs, without providing access to the admin panel of the site, without providing FTP access and access to mySql, by phone, on weekends and holidays. </p>
<p> Technical support is paid in such cases: <br />
- the declared work of the template is impossible due to the work of existing software products on the buyer\'s side, which cause conflicts in the work of both this product and the buyer\'s website as a whole; <br />
- the work of the template is broken after the actions of the buyer, which happened when editing the template files; <br />
- the buyer expresses a request for improvement or revision of this software; <br />
- the buyer wants to implement individual custom functionality that is not in the documentation or on the demo site. </p>
<p> Digital goods (software) of proper quality cannot be returned or exchanged. In accordance with the norms of international law, the buyer has the right to refuse the ordered product at any time before receiving it, the authors of the software, in accordance with the Law on Consumer Protection, refer to the list of non-food products that cannot be returned or exchanged. The fact of receiving the goods is considered to be the generation of a license key or downloading the full version of the software product. Information about generating registration keys and downloading files is stored on the seller\'s server (website). </p>
<p> By performing the action of buying and using the product, you activate the license key and automatically agree to all clauses of this agreement and agreement on the company\'s website: <a href="https://octemplates.net/terms" target="_blank"> https: //octemplates.net/terms </a> </p>
<p> The software has an "as is" distribution principle. </p>
</div>
</div>';
$_['entry_captcha_popup_purchase'] = "Deals - Popup purchase";
$_['entry_captcha_sreview_reviews'] = "Deals - Shop reviews";
// Help
$_['help_directory'] = 'This field is only to enable older themes to be compatible with the new theme system. You can set the theme directory to use on the image size settings defined here.';
$_['help_product_limit'] = 'Determines how many catalog items are shown per page (products, categories, etc)';
$_['help_product_description_length'] = 'In the list view, short description character limit (categories, special etc)';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify the default store theme!';
$_['error_license'] = 'Your key does not match the domain! Enter the license key!';
$_['error_limit'] = 'Products limit required!';
$_['error_image_thumb'] = 'Product image thumb size dimensions required!';
$_['error_image_popup'] = 'Product image popup size dimensions required!';
$_['error_image_product'] = 'Product list size dimensions required!';
$_['error_image_manufacturer'] = 'Manufacturer size dimensions required!';
$_['error_image_category'] = 'Category list size dimensions required!';
$_['error_image_sub_category'] = 'You must specify the size of the image of the subcategory!';
$_['error_image_additional'] = 'Additional product image size dimensions required!';
$_['error_image_related'] = 'Related products image size dimensions required!';
$_['error_image_compare'] = 'Compare image size dimensions required!';
$_['error_image_wishlist'] = 'Wishlist image size dimensions required!';
$_['error_image_cart'] = 'Cart image size dimensions required!';
$_['error_image_location'] = 'Store image size dimensions required!';