Skip to content

Commit

Permalink
Merge pull request #341 from tanyabouman/typos
Browse files Browse the repository at this point in the history
various typo fixes
  • Loading branch information
mdibrahimk48 authored Oct 3, 2024
2 parents a9a6480 + 399f8b1 commit 9c9cd20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions framework/handle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>(Woo Product Table Pro)</b> Plugin. Take it First!';
$my_message = 'Product Table Premium version on Sale <b>(Woo Product Table Pro)</b> 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')
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<br>
- open command-line tool, such as Git Bash. A screenshot:<br>
![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`

Expand Down Expand Up @@ -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
<?php
Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Our [YouTube Playlist](https://www.youtube.com/channel/UCnrFzReNAohkHglbF91ZEYA/

**Important feature ( Pro and Free )**

* WPML/Loco Translate/Multi Languag
* WPML/Loco Translate/Multi Language
* Product Table to any page and where using shortcode.
* Advance Search and filter option - Search from whole site
* Multi-level Query to show product as table. such as: Category, taxonomy, tag, menu-order, price limit. Anything.
Expand All @@ -168,7 +168,7 @@ Our [YouTube Playlist](https://www.youtube.com/channel/UCnrFzReNAohkHglbF91ZEYA/
* Quick Order Table
* WooCommerce Shop page as Table
* WooCommerce Archive as Table
* WooCommerce Cateogry as Table
* WooCommerce Category as Table
* WooCommerce Tag as Table
* WooCommerce Taxonomy as Table
* Any type customization possible by Existing [Filter and Action hook](https://wooproducttable.com/plugin-api/).
Expand Down Expand Up @@ -262,8 +262,8 @@ You are welcome to contribute to this project. Join with us [Fork Github reposi

1. Upload the plugin files to the `/wp-content/plugins/woo-product-table` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to Dashboard -> 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.

Expand Down

0 comments on commit 9c9cd20

Please sign in to comment.