Plugin Directory

Changeset 2716034

Timestamp:
04/28/2022 04:27:47 PM (2 years ago)
Author:
mahfuz01
Message:

Tagging version trunk

Location:
product-quotation-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • product-quotation-for-woocommerce/trunk/README.txt

    r2711510 r2716034  
    11=== Product Quotation - Product Quotation For WooCommerce ===
    22Contributors: mahfuz01
    3 Tags: product, quotation, woocommerce, contact form, mail
     3Tags:
    44Requires at least: 4.0
    55Tested up to: 5.9
     
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
    99
    10 Ultimate Product Quotation Form For WooCommerce
     10Allow your customer to add products to Quotation Cart and ask for price or any information regarding the order by submitting a Quotation form.
    1111
    1212== Description ==
    1313
     14
     15
     16
     17
     18
     19
    1420## Product Quotation For WooCommerce ##
    1521
    16 Take product quotation from the buyers in one place with [Product Quotation For WooCommerce](https://github.com/mahafuz/product-quotation-for-woocommerce)
     22Get product quotations from the customers in one place in a simple and elegant way with the [Product Quotation For WooCommerce](https://github.com/mahafuz/product-quotation-for-woocommerce)
     23
     24[See the Live Demo](http://wpdiscountx.com/shop/)
    1725
    1826
    19 ## 🔥 Features  ##
     27## 🔥 Features  ##
    2028
    21 🌟 Simple and easy to use Quotation form with name, email, phone, questions or comments fields.
     29* Simple and easy to use Quotation form with name, email, phone, questions, or comments fields.
     30* Show the "Add to Quotation" button on all products pages
     31* Show the "Add to Quotation" button on all single products page
     32* Support to variable products. Customers can select specific product variations from the quotations
     33* Hide "Add to Quotation" button on all products
     34* Flexibility to use any page for the quotation list and form on any page of your site
     35* Allows your customers to fill out the predefined form and send the quotation request
     36* Admin gets an automatic email when a customer submits a new quotation request
     37* Automatically list each quotation submission on Dashboard.
     38* No complicated settings. All is set up to go. Simply install it and it works.
    2239
    23 🚀 Uses AJAX submission and the user does not leave the page while sending the request.
    24 
    25 ⚙️ Automatically adds the product name, SKU, picture and link in the request message.
    26 
    27 💻 Automatically save each entries on Dashboard.
    28 
    29 🔔 Automatically send email to admin and emails the requests using the built-in wp_mail() WordPress function.
    30 
    31 🙌 No complicated settings. All is setup to go. Simply install it and it works.
    32 
     40[See the Live Demo](http://wpdiscountx.com/shop/)
    3341
    3442## 💙 LOVED Product Quotation For WooCommerce? ##
     
    58662. Activate the plugin through the 'Plugins' menu in WordPress
    5967
    60 
    61 == Frequently Asked Questions ==
    62 
    63 = Does it work with any WordPress theme? =
    64 
    65 Yes, it will work with any standard WordPress theme.
    66 
    67 = Does it required WooCommerce plugin? =
    68 Yes, it will only work with WooCommerce Plugin.
    69 
    70 
    71 == Screenshots ==
    72 
    73 1. Quotation Form
    74 2. Form Entries
    75 3. Settings Page
    76 
    7768== Changelog ==
    7869
     
    9283
    9384= 1.0.0 - 18-12-2020 =
    94 
    9585* Initial release
    9686
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
  • product-quotation-for-woocommerce/trunk/product-quotation-for-woocommerce.php

    r2711510 r2716034  
    44 * Plugin URI: https://github.com/mahafuz/product-quotation-for-woocommerce
    55 * Description: Removes the 'Add to cart' button from WooCommerce and adds a simple 'Request for quotation' form on all product pages instead of it.
    6  * Version: 1.2.3
     6 * Version: 1.2.
    77 * Author: Mahafuz <m.mahfuz.me@gmail.com>
    88 * Author URI: https://github.com/mahafuz/
     
    2626define( 'PQFW_PLUGIN_VIEWS', trailingslashit( plugin_dir_path( __FILE__ ) . 'includes/Views' ) );
    2727define( 'PQFW_PLUGIN_URL', trailingslashit( plugins_url( '/', __FILE__ ) ) );
    28 define( 'PQFW_PLUGIN_VERSION', '1.2.3' );
     28define( 'PQFW_PLUGIN_VERSION', '1.2.' );
    2929
    3030/**
Note: See TracChangeset for help on using the changeset viewer.