Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
public_html
/
wp-content
/
plugins
/
woocommersa
/
includes
/
Admin
/
Filename :
GridColumnRegistry.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php namespace WooCommersa\Admin; if (!defined('ABSPATH')) exit; class GridColumnRegistry { public static function get_columns() { return [ 'id' => [ 'key' => 'id', 'label' => __('شناسه (ID)', 'woocommersa'), 'type' => 'number', 'editable' => false, 'width' => 60 ], 'image' => [ 'key' => 'image', 'label' => __('تصویر', 'woocommersa'), 'type' => 'image', 'editable' => true, 'width' => 80 ], 'name' => [ 'key' => 'name', 'label' => __('نام محصول', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 250 ], 'vendor_name' => [ 'key' => 'vendor_name', 'label' => __('نام فروشنده', 'woocommersa'), 'type' => 'text', 'editable' => false, 'width' => 150 ], 'sku' => [ 'key' => 'sku', 'label' => __('شناسه (SKU)', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 120 ], 'regular_price' => [ 'key' => 'regular_price', 'label' => __('قیمت اصلی', 'woocommersa'), 'type' => 'price', 'editable' => true, 'width' => 130 ], 'sale_price' => [ 'key' => 'sale_price', 'label' => __('قیمت ویژه', 'woocommersa'), 'type' => 'price', 'editable' => true, 'width' => 130 ], 'cost_price' => [ 'key' => 'cost_price', 'label' => __('قیمت خرید', 'woocommersa'), 'type' => 'price', 'editable' => true, 'width' => 130 ], 'manage_stock' => [ 'key' => 'manage_stock', 'label' => __('مدیریت انبار', 'woocommersa'), 'type' => 'boolean', 'editable' => true, 'width' => 100 ], 'stock' => [ 'key' => 'stock', 'label' => __('موجودی', 'woocommersa'), 'type' => 'number', 'editable' => true, 'width' => 80 ], 'stock_status' => [ 'key' => 'stock_status', 'label' => __('وضعیت موجودی', 'woocommersa'), 'type' => 'select', 'options' => [ ['value' => 'instock', 'label' => __('موجود', 'woocommersa')], ['value' => 'outofstock', 'label' => __('ناموجود', 'woocommersa')], ['value' => 'onbackorder', 'label' => __('پیشخرید', 'woocommersa')], ], 'editable' => true, 'width' => 120 ], 'sale_from' => [ 'key' => 'sale_from', 'label' => __('شروع تخفیف', 'woocommersa'), 'type' => 'date', 'editable' => true, 'width' => 140 ], 'sale_to' => [ 'key' => 'sale_to', 'label' => __('پایان تخفیف', 'woocommersa'), 'type' => 'date', 'editable' => true, 'width' => 140 ], 'seo_title' => [ 'key' => 'seo_title', 'label' => __('عنوان سئو', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 200 ], 'seo_description' => [ 'key' => 'seo_description', 'label' => __('توضیحات سئو', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 280 ], 'seo_keywords' => [ 'key' => 'seo_keywords', 'label' => __('کلمات کلیدی', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 200 ], 'categories' => [ 'key' => 'categories', 'label' => __('دستهبندیها', 'woocommersa'), 'type' => 'text', 'editable' => false, 'width' => 200 ], 'brands' => [ 'key' => 'brands', 'label' => __('برندها', 'woocommersa'), 'type' => 'text', 'editable' => true, 'width' => 150 ], 'margin' => [ 'key' => 'margin', 'label' => __('حاشیه سود', 'woocommersa'), 'type' => 'percent', 'editable' => false, 'width' => 90 ], 'profit' => [ 'key' => 'profit', 'label' => __('سود واحد', 'woocommersa'), 'type' => 'price', 'editable' => false, 'width' => 120 ], ]; } }