30 | {DATE_UP}- {NUM_VIEW} {LANG.detail_num_view} 31 |
32 | 33 | {LANG.detail_pro_price}: 34 | {PRICE.sale_format} {money_unit} 35 | 36 |
37 | {DETAIL} 38 |
├── modules └── shops │ ├── index.html │ ├── admin │ ├── index.html │ ├── keywords.php │ ├── list_block_cat.php │ ├── list_block.php │ ├── list_cat.php │ ├── list_group.php │ ├── list_location.php │ ├── view.php │ ├── del_block_cat.php │ ├── del_location.php │ ├── delunit.php │ ├── delmoney.php │ ├── delweight.php │ ├── tagsajax.php │ ├── del_source.php │ ├── del_content.php │ ├── exptime.php │ ├── custom_form.php │ ├── change_location.php │ ├── change_source.php │ ├── publtime.php │ ├── chang_block_cat.php │ ├── getcatalog.php │ ├── change_block.php │ ├── alias.php │ ├── updateprice.php │ ├── print.php │ ├── change_cat.php │ └── point.php │ ├── blocks │ ├── index.html │ ├── module.block_filter_product_cat.ini │ ├── module.block_filter_product.ini │ ├── global.block_catalogs.ini │ ├── global.block_price_view.ini │ ├── global.block_relates_product.ini │ ├── global.block_product_center.ini │ ├── global.block_cart.php │ └── global.block_bxproduct_center.ini │ ├── funcs │ ├── index.html │ ├── ajax.php │ ├── remove.php │ ├── sitemap.php │ ├── download.php │ ├── print_pro.php │ ├── history.php │ ├── delhis.php │ ├── shippingajax.php │ └── wishlist_update.php │ ├── language │ └── index.html │ ├── comment.php │ ├── menu.php │ ├── rssdata.php │ ├── wallet.admin.php │ ├── version.php │ ├── notification.php │ └── admin.menu.php ├── themes ├── default │ ├── images │ │ └── shops │ │ │ ├── index.html │ │ │ ├── tiny-slider │ │ │ ├── index.html │ │ │ ├── min │ │ │ │ ├── index.html │ │ │ │ └── tiny-slider.helper.ie8.js │ │ │ ├── sourcemaps │ │ │ │ └── index.html │ │ │ └── tiny-slider.css │ │ │ ├── bgbt.png │ │ │ ├── buzz.png │ │ │ ├── flickr.png │ │ │ ├── google.png │ │ │ ├── print.png │ │ │ ├── square.jpg │ │ │ ├── star.png │ │ │ ├── 24x24-no.png │ │ │ ├── controls.png │ │ │ ├── no-image.jpg │ │ │ ├── pro_tab.png │ │ │ ├── star-png.png │ │ │ ├── twitter.png │ │ │ ├── zoom-img.png │ │ │ ├── ajax-loader.gif │ │ │ ├── bg_divtab.png │ │ │ ├── previous-next.png │ │ │ ├── access_head_bg.png │ │ │ ├── icon_files │ │ │ ├── doc.png │ │ │ ├── docx.png │ │ │ ├── odt.png │ │ │ ├── pdf.png │ │ │ ├── ppt.png │ │ │ ├── pptx.png │ │ │ ├── rar.png │ │ │ ├── xsl.png │ │ │ ├── xslx.png │ │ │ ├── zip.png │ │ │ └── document.png │ │ │ ├── rate │ │ │ ├── rate-btn2.png │ │ │ ├── rate-stars.png │ │ │ ├── rate-btn2-hover.png │ │ │ └── rate-btn3-hover.png │ │ │ └── OwlCarousel2 │ │ │ ├── assets │ │ │ ├── owl.video.play.png │ │ │ └── owl.carousel.min.css │ │ │ └── LICENSE │ └── modules │ │ └── shops │ │ ├── index.html │ │ ├── block.price_view.tpl │ │ ├── wishlist.tpl │ │ ├── custom_tab_fields.tpl │ │ ├── main.tpl │ │ ├── blockcat.tpl │ │ ├── block.catalogsv.tpl │ │ ├── main_cat.tpl │ │ ├── block.others_product.tpl │ │ ├── tag.tpl │ │ ├── block.cart.tpl │ │ ├── point.tpl │ │ ├── print_pro.tpl │ │ ├── review_list.tpl │ │ ├── viewcat.tpl │ │ ├── download_content.tpl │ │ ├── block.search.tpl │ │ ├── block.filter_product.tpl │ │ ├── coupons_info.tpl │ │ ├── block.bxproduct_center.tpl │ │ ├── email_new_order.tpl │ │ ├── block.product_center.tpl │ │ ├── history_order.tpl │ │ ├── compare.tpl │ │ ├── print.tpl │ │ └── block.filter_product_cat.tpl └── admin_default │ └── modules │ └── shops │ ├── index.html │ ├── main.tpl │ ├── shipping_menu.tpl │ ├── group_delete.tpl │ ├── cat_delete.tpl │ ├── updateprice.tpl │ ├── location.tpl │ ├── tags_lists.tpl │ ├── location_lists.tpl │ ├── block_cat_list.tpl │ ├── block.tpl │ ├── point.tpl │ ├── seller.tpl │ ├── block_list.tpl │ ├── email_new_order_payment.tpl │ ├── field_tab.tpl │ ├── coupons_view.tpl │ ├── shipping.tpl │ ├── docpay.tpl │ ├── print.tpl │ ├── topics.tpl │ ├── group_lists.tpl │ ├── getprice.tpl │ ├── order_seller.tpl │ ├── cat_lists.tpl │ ├── prounit.tpl │ └── review.tpl ├── assets └── shops │ └── 2015_05 │ └── giay-bup-be-ngoi-sao-nhap-khau.jpg ├── uploads └── shops │ └── 2015_05 │ └── giay-bup-be-ngoi-sao-nhap-khau.jpg ├── config.ini ├── .gitignore ├── README-SHOPS.md ├── CONTRIBUTING-SHOPS.md └── CHANGELOG-SHOPS.txt /modules/shops/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/shops/admin/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/shops/blocks/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/shops/funcs/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/shops/language/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/images/shops/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/modules/shops/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/admin_default/modules/shops/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/images/shops/tiny-slider/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/images/shops/tiny-slider/min/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/images/shops/tiny-slider/sourcemaps/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /themes/default/images/shops/bgbt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/bgbt.png -------------------------------------------------------------------------------- /themes/default/images/shops/buzz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/buzz.png -------------------------------------------------------------------------------- /themes/default/images/shops/flickr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/flickr.png -------------------------------------------------------------------------------- /themes/default/images/shops/google.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/google.png -------------------------------------------------------------------------------- /themes/default/images/shops/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/print.png -------------------------------------------------------------------------------- /themes/default/images/shops/square.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/square.jpg -------------------------------------------------------------------------------- /themes/default/images/shops/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/star.png -------------------------------------------------------------------------------- /themes/default/images/shops/24x24-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/24x24-no.png -------------------------------------------------------------------------------- /themes/default/images/shops/controls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/controls.png -------------------------------------------------------------------------------- /themes/default/images/shops/no-image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/no-image.jpg -------------------------------------------------------------------------------- /themes/default/images/shops/pro_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/pro_tab.png -------------------------------------------------------------------------------- /themes/default/images/shops/star-png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/star-png.png -------------------------------------------------------------------------------- /themes/default/images/shops/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/twitter.png -------------------------------------------------------------------------------- /themes/default/images/shops/zoom-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/zoom-img.png -------------------------------------------------------------------------------- /themes/default/images/shops/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/ajax-loader.gif -------------------------------------------------------------------------------- /themes/default/images/shops/bg_divtab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/bg_divtab.png -------------------------------------------------------------------------------- /themes/default/images/shops/previous-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/previous-next.png -------------------------------------------------------------------------------- /themes/default/images/shops/access_head_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/access_head_bg.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/doc.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/docx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/docx.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/odt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/odt.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/pdf.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/ppt.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/pptx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/pptx.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/rar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/rar.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/xsl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/xsl.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/xslx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/xslx.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/zip.png -------------------------------------------------------------------------------- /themes/default/images/shops/rate/rate-btn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/rate/rate-btn2.png -------------------------------------------------------------------------------- /themes/default/images/shops/rate/rate-stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/rate/rate-stars.png -------------------------------------------------------------------------------- /themes/default/images/shops/icon_files/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/icon_files/document.png -------------------------------------------------------------------------------- /themes/default/images/shops/rate/rate-btn2-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/rate/rate-btn2-hover.png -------------------------------------------------------------------------------- /themes/default/images/shops/rate/rate-btn3-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/rate/rate-btn3-hover.png -------------------------------------------------------------------------------- /assets/shops/2015_05/giay-bup-be-ngoi-sao-nhap-khau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/assets/shops/2015_05/giay-bup-be-ngoi-sao-nhap-khau.jpg -------------------------------------------------------------------------------- /uploads/shops/2015_05/giay-bup-be-ngoi-sao-nhap-khau.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/uploads/shops/2015_05/giay-bup-be-ngoi-sao-nhap-khau.jpg -------------------------------------------------------------------------------- /themes/default/images/shops/OwlCarousel2/assets/owl.video.play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nukeviet/module-shops/HEAD/themes/default/images/shops/OwlCarousel2/assets/owl.video.play.png -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- 1 | [extension] 2 | id="31" 3 | type="module" 4 | name="shops" 5 | version="4.5.04" 6 | 7 | [author] 8 | name="VINADES.,JSC" 9 | email="nukeviet.store@vinades.vn" 10 | 11 | [note] 12 | text="Module quản lý gian hàng" 13 | -------------------------------------------------------------------------------- /themes/default/modules/shops/block.price_view.tpl: -------------------------------------------------------------------------------- 1 | 2 |
| {KEY.title} | 8 |{KEY.value} | 9 |{KEY.unit} | 10 |
5 | {LANG.cart_title} : 6 | {NUM} 7 | {LANG.cart_product_title} 8 |
9 | 10 |11 | {LANG.cart_product_total} : 12 | {TOTAL} {MONEY_UNIT} 13 |
14 | 15 |16 | {LANG.cart_check_out} 17 |
18 | 19 | 20 | 21 |22 | {LANG.point_cart_text} ({POINT}) 23 |
24 | 25 | 26 | 27 |28 | {LANG.wishlist_product} ({NUM_ID}) 29 |
30 | 31 | 32 | 33 |34 | {LANG.history_title} 35 |
36 | 37 | 38 | 39 |40 | {LANG.active_order_dis} 41 |
42 | 43 || 7 | | 28 |
| 7 | 28 | | 29 |
3 |8 |4 |
7 |- {LANG.point_cart_text}: {DATA.point}
5 |- {LANG.point_cart_convention}: {DATA.money} {DATA.money_unit}
6 |
| {LANG.point_order} | 15 |{LANG.profile_products_status} | 16 |{LANG.finter_title} | 17 |
|---|---|---|
| {HISTORY.order_code} | 23 |{HISTORY.point} {LANG.point} | 24 |{HISTORY.time} | 25 |
| {PAGE} | 32 |||
| {LANG.number} | 13 |{LANG.alias} | 14 |{LANG.keywords} | 15 |{LANG.numlinks} | 16 |17 | |
|---|---|---|---|---|
| {ROW.number} | 23 |{ROW.alias} | 24 |25 | {ROW.keywords} 26 | 27 | 28 | 29 | | 30 |{ROW.numpro} | 31 |32 | {GLANG.edit} 33 | {GLANG.delete} 34 | | 35 |
| {LANG.alias_search} | 42 |||||
| {LANG.weight} | 16 |{LANG.location_name} | 17 |18 | |
|---|---|---|
| 24 | | 29 |{ROW.title}{ROW.numsub} | 30 |{GLANG.edit} - {GLANG.delete} | 31 |
| {GENERATE_PAGE} | 38 |||
| {LANG.weight} | 7 |ID | 8 |{LANG.name} | 9 |{LANG.adddefaultblock} | 10 |11 | |
|---|---|---|---|---|
| 17 | 22 | | 23 |{ROW.bid} | 24 |{ROW.title}{ROW.numnews} | 25 |26 | 31 | | 32 |{GLANG.edit} - {GLANG.delete} | 33 |
| {LANG.order_no_products} | 20 |{LANG.cart_products} | 21 | 22 |{LANG.cart_price} ({unit}) | 23 | 24 |{LANG.cart_numbers} | 25 |{LANG.cart_unit} | 26 |
| {pro_no} | 31 |{product_name} | 32 | 33 |{product_price} | 34 | 35 |{product_number} | 36 |{product_unit} | 37 |
| {LANG.cart_note} : {DATA.order_note} | 45 | 46 | 47 |{LANG.cart_total_print}: {order_total} {unit} | 48 | 49 |
| {LANG.order_no_products} | 20 |{LANG.name} | 21 | 22 |{LANG.content_product_product_price} ({unit}) | 23 | 24 |{LANG.seller_num} | 25 |{LANG.unit_total} | 26 |
| {pro_no} | 31 |{product_name} | 32 | 33 |{product_price} | 34 | 35 |{product_number} | 36 |{product_unit} | 37 |
| {LANG.order_products_note} : {DATA.order_note} | 45 | 46 | 47 |{LANG.order_total}: {order_total} {unit} | 48 | 49 |
| {LANG.title} | 10 |{DATA.title} | 11 |{LANG.coupons_product} | 12 |{LANG.coupons_product_custom} | 13 |
| {LANG.coupons} | 16 |{DATA.code} | 17 |{LANG.begin_time} | 18 |{DATA.date_start} | 19 |
| {LANG.coupons_discount} | 22 |{DATA.discount}{DATA.discount_text} | 23 |{LANG.end_time} | 24 |{DATA.date_end} | 25 |
| {LANG.coupons_total_amount} | 28 |{DATA.total_amount} {MONEY_UNIT} | 29 |{LANG.coupons_uses_per_coupon} | 30 |{DATA.uses_per_coupon_count}/{DATA.uses_per_coupon} | 31 |
38 | 39 |
40 || {LANG.order_code} | 60 |{LANG.coupons_discount} ({MONEY_UNIT}) | 61 |{LANG.order_time} | 62 |
|---|---|---|
| {DATA.order_code} | 68 |{DATA.amount} | 69 |{DATA.date_added} | 70 |
| {NV_GENERATE_PAGE} | 77 |||
| {LANG.order_code} | 47 |{LANG.shipping_name} | 48 |{LANG.order_address} | 49 |{LANG.shops} | 50 |{LANG.carrier} | 51 |{LANG.weights} | 52 |{LANG.carrier_price} | 53 |
|---|---|---|---|---|---|---|
| {VIEW.order_code} | 59 |{VIEW.ship_name} - {VIEW.ship_phone} | 60 |{VIEW.ship_location_title} {VIEW.ship_address_extend} | 61 |{VIEW.ship_shops_title} | 62 |{VIEW.ship_carrier_title} | 63 |{VIEW.weight}{VIEW.weight_unit} | 64 |{VIEW.ship_price} {VIEW.ship_price_unit} | 65 |
| {NV_GENERATE_PAGE} | 72 |||||||
|
51 |
52 | {LANG.order_info} ( {LANG.order_date} {dateup} {LANG.order_moment} {moment})
53 |
54 |
55 |
74 | {DATA.order_note}
75 |
76 |
95 | {LANG.order_total} : {order_total} {unit} -/- {payment}
96 |
97 | |
98 |
| {LANG.order_no_products} | 7 |{LANG.order_code} | 8 |{LANG.history_date} | 9 | 10 |{LANG.history_total} | 11 | 12 |{LANG.history_payment} | 13 |14 | |
|---|---|---|---|---|---|
| {TT} | 20 |{order_code} | 21 |{history_date} {LANG.order_moment} {history_moment} | 22 | 23 |{history_total} ({unit_total}) | 24 | 25 |{history_payment} | 26 |27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | | 37 |
| {LANG.content_cat} | 10 |11 | | 16 |
| {LANG.weight} | 23 |{LANG.topic_title} | 24 |{LANG.topic_sub} | 25 |{LANG.function} | 26 ||
| {ROW.slect_weight} | 31 |{ROW.title} | 32 |{ROW.keywords} | 33 |{LANG.edit} {LANG.del} | 34 ||
| 39 | | ||||
| {LANG.weight} | 15 |{LANG.group_name} | 16 |{LANG.groupview_page} | 17 |{LANG.inhome} | 18 |{LANG.indetail} | 19 |{LANG.in_order} | 20 |21 | |
|---|---|---|---|---|---|---|
| 27 | | 32 |33 | {ROW.title} 34 | {ROW.numsubgroup} 35 | | 36 |37 | 42 | | 43 |44 | 49 | | 50 |51 | 56 | | 57 |58 | 63 | | 64 |{GLANG.edit} - {GLANG.delete} | 65 |
| {LANG.discount_to} | 10 |{LANG.content_product_product_price} | 11 |
|---|---|
| 16 | | |
| 22 | | 23 | |
| 10 | 11 | |
12 | |
13 |
14 |
15 |
16 |
17 | |
|---|---|---|
| 19 | 20 | | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | | 29 | 30 ||
| {LANG.detail_product_name} | 33 | 34 |{title_pro} | 35 | 36 ||
| {LANG.product_intro} | 39 | 40 |{intro} | 41 | 42 ||
| {LANG.detail_product} | 45 | 46 |{bodytext} | 47 | 48 ||
| {LANG.title_price} | 51 | 52 | 53 |
54 |
55 | {PRICE.sale_format} {PRICE.unit} 56 | {PRICE.price_format} {PRICE.unit} 57 | 58 | 59 | 60 | {PRICE.price_format} {PRICE.unit} 61 | 62 | |
63 |
64 |
65 |
66 | {LANG.detail_pro_price}: {LANG.price_contact} | 67 | 68 |
| {LANG.detail_warranty} | 71 | 72 |{warranty} | 73 | 74 ||
| {LANG.detail_promotional} | 77 | 78 |{promotional} | 79 | 80 |
18 |
|
40 |
41 |
42 | {LANG.order_code}
43 | 44 | {DATA.order_code} 45 | 46 | {payment} 47 | |
48 |
| {LANG.order_no_products} | 57 |{LANG.cart_products} | 58 | 59 |{MAIN_GROUP.title} | 60 | 61 | 62 |{LANG.cart_price} | 63 | 64 |{LANG.cart_numbers} | 65 |{LANG.cart_unit} | 66 | 67 |{LANG.cart_price_total} | 68 | 69 |
| {pro_no} | 73 |{product_name} | 74 | 75 |{SUB_GROUP} | 76 | 77 | 78 |{product_price} | 79 | 80 |{product_number} | 81 |{product_unit} | 82 | 83 |{product_price_total} | 84 | 85 |
| {LANG.weight} | 15 |{LANG.catalog_name} | 16 |{LANG.inhome} | 17 |{LANG.viewcat_page} | 18 |{LANG.numlinks} | 19 |{LANG.newday} | 20 |{LANG.function} | 21 |
|---|---|---|---|---|---|---|
| 27 | 32 | | 33 |{ROW.title} {ROW.numsubcat} | 34 |35 | 40 | | 41 |42 | 47 | | 48 |49 | 54 | | 55 |56 | 61 | | 62 |63 | {LANG.content_add} 64 | 65 | {GLANG.edit} 66 | 67 | {GLANG.delete} 68 | | 69 |
| 7 | | {LANG.prounit_name_unit} | 8 |{LANG.prounit_name_note} | 9 |{LANG.function} | 10 ||
| 16 | | {title} | 17 |{note} | 18 |{LANG.edit} {LANG.del} | 19 ||
| {LANG.prounit_select} - {LANG.prounit_unselect} - {LANG.prounit_del_select} | 25 |||||