Product Specifications for Woocommerce

Açıklama

With Product Specifications plugin you can easily create spec. tables for your products. you can create multiple tables so you can use them for different types of products.
Product Specifications is very light-weight and easy to customize.

Translation :
To contribute in translating this plugin please visit: WordPress Translation Repository

Development

Product specifications is also available at github, Feel free to contribute.

Donate this plugin:

If this plugin has been handy to you, you can keep up the work by donating to below address:

(Any Ethereum, BSC, FTM based tokens are welcome)
0x90B0f45e24C6942594Ad0a6cfcf23860F83623bA

(Any TRC20 or Tron network tokens)
TA6NCxJ97WsCDmUVEEvsVz1PW4kAVza295

0.6.0

  • Fixed issue with deselecting tables
  • Migrate translation to translate.wordpress.org

0.5.3

  • Fixed incompability with WordPress 6.1

0.5.2

  • Fixed incompability with php 8.0

0.5.1

  • Selectbox Saving issue fixed
  • Selectbox disabled when Alternative option is set

0.5.0

  • Added ability to choose title of specs tab
  • Translation string fixed

0.4.3

  • Bug: Appearance issue fixed

0.4.2

  • Bug: when selecting “OR” value would not be saved -> fixed

0.4.1

  • Bug: Attributes not being loaded in product table fixed

0.4.0

  • Changed Modal Library
  • Faster modal Experience
  • Added Ability to import/export tables data in JSON format
  • Plugin Classes are now loaded with PHP Autoloaders
  • Ability to export and import product specs table data
  • Ability to Override Specs Table template from your active theme
  • Performance Improvement
  • Other bug fixes

0.3.2

  • Fixed Some CSS problems in admin area

0.3.1

  • Added ability to disable Woocommerce’s default information table
  • Added default CSS stylesheet and ability to disable it
  • Added ability to remove true/false fields from specific products
  • Bug fix in group re-ordering
  • Bug fix when product spec. table is empty and it’s still shown on product page
  • Some minor bug fixes
  • Updated Persian translation
  • Added Russian language ( Thanks to Илья Китаев )

Ekran Görüntüleri

  • Product specs table on product single page
  • Add new product page, where you fill information about the product
  • Add new product page, where you fill information about the product
  • Table attribute groups page
  • Product specs with tabs on the left
  • Right-to-left languages support

Yükleme

  1. Upload plugin to “wp-content/plugins/” directory
  2. Activate it in plugins section.

SSS

How do i use the plugin?

  • Install and activate the plugin
  • Go to specification tables -> groups and define some Groups
  • Go to specification tables -> attributes and define some attributes associated with groups defined in previous step
  • Go to specification tables -> add new to add a new table for a specific type of product ( eg. for mobile phones )
  • Go to “Products -> add new” under the specifications tables section you see a dropdown which you can select which table should load.
  • Select the table and fill product data in it. That’s it.

How can i Customize styles of tables

By default, The plugin adds its own styles to the tables, you can however disable plugin’s stylesheets in the settings section and style the tables on your own.
The specification table is under a div with .dwspecs-product-table CSS class and you can customize it in your CSS files.

Is there a shortcode i can use to display the table

Yes, You can use [specs-table] shortcode.

How can i fully customize the HTML markup of the table

Copy the file /inc/views/shortcode-table-view.php file somewhere in your theme and add the below code to your functions.php file

add_filter('dw_specs_table_shortcode_output', 'my_custom_spec_table_markup', 10, 2 );
function my_custom_spec_table_markup( $output, $args ){
    ob_start();
    extract( $args );
    include( 'PATH_TO_COPIED_FILE');
    return ob_get_clean();
}

İncelemeler

20 Ocak 2023
سلام وقت بخیر. میشه همین جدول کاری کنید که من بتونم برای پست تایپی که ساختم با افزونه جت انجین هم به کار ببرم؟ و فقط محدود به صفحه محصولات ووکامرسی نباشه. چون افزونش سنگینه و من یک پست تایپ برای خودم ساختم.
17 Kasım 2021
خیلی کاربردی و خوبه فقط امیدوارم زودتر آپدیت بشه که بتونیم در مقایسه محصولات ازش استفاده کنیم ، همینطور بهتره استایل های قشنگ تر بهش اضافه بشه و برای موبایل هم یکم ظاهرش بهتر بشه . خیلی ممنونم از سازنده
23 Ekim 2021
It's possible to integrate with dokan plugin. If you can do this we can pay for this. Thanks
26 Ağustos 2021
thanks for this free plugin. i will give 5 stars if there will be an option to let us choose attributes from main woocommerce attributes. because of product comparing & etc. which they compare products with woocommerce attributes.
4 Mayıs 2021
سلام، عالیه فقط اگر تنظیمات سخصی سازی بهش اضافه میشد عالی میشد. مثلا بتونیم آیکون و متن تب رو عوض کنیم، استایل های از پیش تعیین شده داشته باشه و انتخاب کنیم. ممنون
23 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“Product Specifications for Woocommerce” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

“Product Specifications for Woocommerce” 2 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.

“Product Specifications for Woocommerce” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.