diff --git a/framework/handle.php b/framework/handle.php
index bd275443..442c3814 100644
--- a/framework/handle.php
+++ b/framework/handle.php
@@ -66,9 +66,9 @@ public static function display_notice()
$coupon_Code = 'FLASH_SALE_2024';
$target = 'https://wooproducttable.com/pricing/?discount=' . $coupon_Code . '&campaign=' . $coupon_Code . '&ref=1&utm_source=Default_Offer_LINK';
- $my_message = 'Product Table Primium version on Sale (Woo Product Table Pro) Plugin. Take it First!';
+ $my_message = 'Product Table Premium version on Sale (Woo Product Table Pro) Plugin. Take it First!';
$offerNc = new Notice('wpt_'.$coupon_Code.'_offer');
- $offerNc->set_title( 'FLASH SALE UPTO 70%' )
+ $offerNc->set_title( 'FLASH SALE UP TO 70%' )
->set_diff_limit(5)
->set_type('offer')
->set_img( WPT_BASE_URL. 'assets/images/round-logo.png')
diff --git a/readme.md b/readme.md
index e74f8734..0d333e78 100644
--- a/readme.md
+++ b/readme.md
@@ -24,17 +24,17 @@ Check following steps:
- Activate WooCommerce Plugin and import some product. Sample Product available in "WooCommerce" Plugins folder. sample directory `C:\wamp64\www\{wordpress-site}\wp-content\plugins\woocommerce\sample-data\sample_products.csv`. Check [How to import](https://woocommerce.com/document/product-csv-importer-exporter/).
- Clone `woo-product-table` repository to your Plugins directory. Repository [Clone Tutorial](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
- Go to `plugins` like `C:\wamp64\www\{wordpress-site}\wp-content\plugins`
- - open comand tool. such as Git Bash. A screenshot:
+ - open command-line tool, such as Git Bash. A screenshot:
![image](https://user-images.githubusercontent.com/6463919/197454363-660a92ee-d9f1-45f3-8869-21546fd30084.png)
- write `git clone https://github.com/codersaiful/woo-product-table.git` And press ENTER.
- I recommend you to pull latest branch but you can pull master branch also AND *Obviously create new branch from this branch with your name/username etc*.
- After fix, push. We will check and merge.
- - RECOMMENDED: Everytime pull latest version.
+ - RECOMMENDED: Every time pull the latest version.
- Now open your Localhost WordPress site's code via any code Editor. like [VS Code](https://code.visualstudio.com/), [Netbeans](https://netbeans.apache.org/) etc.
- I strongly recommend to open your main WordPress CMS folder via CODE EDITOR. Your site's probable directory is: `C:\wamp64\www\{wordpress-site}`.
- **Woo Product Table** plugin directory is: `C:\wamp64\www\{wordpress-site}\wp-content\plugins\woo-product-table`
- Go to Dashboard -> Plugins and Activate **Product Table Plugin for WooCommerce by CodeAstrology*
-- Check all functionality and Findout issue. Or Making a new **Features** for Product Table Plugins.
+- Check all functionality and Find out issue. Or Making a new **Features** for Product Table Plugins.
- Creating a table: Dashboard -> Product Table -> Add New -> put name, set some columns and **Publish** Post. Then copy that shortcode and Paste to your desired page.
- Create a new issue on this ripository and add Label `hacktoberfest`, `good first issue`, `hacktobarfest2022` and `codeastrology`
@@ -114,7 +114,7 @@ function your_function_name() {
// Your code
}
```
-## Start Procedure of adding new Collumn
+## Start Procedure of adding new Column
First we have to our custom column in default column array using ```wpto_default_column_arr``` filter.
```php
Product Table -> Add New -> Publsih Post
-4. Copy the shortcode from Publsihed post and Paste to your desired Page or any where. AND Enjoy Woo Product Table.
+3. Go to Dashboard -> Product Table -> Add New -> Publish Post
+4. Copy the shortcode from Published post and Paste to your desired Page or anywhere. AND Enjoy Woo Product Table.
5. From Dashboard -> Product Table -> Edit Table - You will get lot's of setting. Such: Column setting, Query setting, Search Box Setting etc.
6. Use the PRODUCT TABLE -> Configure screen to configure the plugin's default setting. There are lot's of feature and Setting available over there.