Plugin Directory

Changeset 3320838


Ignore:
Timestamp:
07/01/2025 09:17:50 PM (9 months ago)
Author:
gplsaver
Message:

Reduced required PHP from 8.2 to 7.4. Fix spelling for receive

Location:
woo-rfq-for-woocommerce
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • woo-rfq-for-woocommerce/tags/2.4.3/changelog.txt

    r3320834 r3320838  
    218218
    219219= 1.9.135 3/12/2024 =
    220 fix issues with thank you page, order recieved and hidding shipping and "Replay to"
     220fix issues with thank you page, order receives and hidding shipping and "Replay to"
    221221
    222222= 1.9.134 3/10/2024 =
     
    16991699
    17001700= 1.7.978 - 11/18/2016 =
    1701 * order recieved message
     1701* order receives message
    17021702
    17031703= 1.7.977 - 11/18/2016 =
    1704 * order recieved message
     1704* order receives message
    17051705
    17061706= 1.7.976 - 11/15/2016 =
  • woo-rfq-for-woocommerce/tags/2.4.3/includes/classes/admin/settings/gpls_woo_rfq_settings.php

    r3320834 r3320838  
    563563   Admin can then optionally covert the order to a quote request and email the customer.<br />
    564564  If this option is selected, Customer can checkout without payment.<br />
    565    The order status is pending and admin recieves a new order notification<br /> about a new order with "no payment" in the subject and heading of order ', 'woo-rfq-for-woocommerce'),
     565   The order status is pending and admin receives a new order notification<br /> about a new order with "no payment" in the subject and heading of order ', 'woo-rfq-for-woocommerce'),
    566566                                'default' => 'no',
    567567                                'id' => 'settings_gpls_woo_rfq_no_payment_checkout'
  • woo-rfq-for-woocommerce/tags/2.4.3/includes/classes/gpls_woo_rfq_functions.php

    r3320834 r3320838  
    20382038    }
    20392039
    2040     function gpls_woo_rfq_order_recieved()
     2040    function gpls_woo_rfq_order_received()
    20412041    {
    20422042
  • woo-rfq-for-woocommerce/tags/2.4.3/readme.txt

    r3320834 r3320838  
    154154* Customer can submit their request in the quote request page (instead of paying, customer submits a request for quote).
    155155* The request creates an order that can be viewed in the Order section.
    156 * Shop manager recieves an email that a quote is requested.
     156* Shop manager receives an email that a quote is requested.
    157157* The request is viewed and the price adjusted as desired.
    158158* Manager sends an invoice when price is agreed upon.
     
    166166* At checkout, instead of paying, customer submits a request for quote.
    167167* The request creates an order that can be viewed in the Order section.
    168 * Shop manager recieves an email that a quote is requested.
     168* Shop manager receives an email that a quote is requested.
    169169* The request is viewed and the price adjusted as desired.
    170170* Manager sends an invoice when price is agreed upon.
  • woo-rfq-for-woocommerce/tags/2.4.3/woo-rfq-for-woocommerce.php

    r3320834 r3320838  
    381381        //add_filter('woocommerce_data_get_price','gpls_woo_rfq_woocommerce_data_get_price',-1,2);
    382382
    383         add_action('wp_loaded', 'gpls_woo_rfq_order_recieved', 1000);
     383        add_action('wp_loaded', 'gpls_woo_rfq_order_received', 1000);
    384384
    385385        add_action('wp_loaded', array($this, 'gpls_woo_rfq_wp_loaded'), 1000);
  • woo-rfq-for-woocommerce/trunk/changelog.txt

    r3320834 r3320838  
    218218
    219219= 1.9.135 3/12/2024 =
    220 fix issues with thank you page, order recieved and hidding shipping and "Replay to"
     220fix issues with thank you page, order receives and hidding shipping and "Replay to"
    221221
    222222= 1.9.134 3/10/2024 =
     
    16991699
    17001700= 1.7.978 - 11/18/2016 =
    1701 * order recieved message
     1701* order receives message
    17021702
    17031703= 1.7.977 - 11/18/2016 =
    1704 * order recieved message
     1704* order receives message
    17051705
    17061706= 1.7.976 - 11/15/2016 =
  • woo-rfq-for-woocommerce/trunk/includes/classes/admin/settings/gpls_woo_rfq_settings.php

    r3320834 r3320838  
    563563   Admin can then optionally covert the order to a quote request and email the customer.<br />
    564564  If this option is selected, Customer can checkout without payment.<br />
    565    The order status is pending and admin recieves a new order notification<br /> about a new order with "no payment" in the subject and heading of order ', 'woo-rfq-for-woocommerce'),
     565   The order status is pending and admin receives a new order notification<br /> about a new order with "no payment" in the subject and heading of order ', 'woo-rfq-for-woocommerce'),
    566566                                'default' => 'no',
    567567                                'id' => 'settings_gpls_woo_rfq_no_payment_checkout'
  • woo-rfq-for-woocommerce/trunk/includes/classes/gpls_woo_rfq_functions.php

    r3320271 r3320838  
    20382038    }
    20392039
    2040     function gpls_woo_rfq_order_recieved()
     2040    function gpls_woo_rfq_order_received()
    20412041    {
    20422042
  • woo-rfq-for-woocommerce/trunk/readme.txt

    r3320834 r3320838  
    154154* Customer can submit their request in the quote request page (instead of paying, customer submits a request for quote).
    155155* The request creates an order that can be viewed in the Order section.
    156 * Shop manager recieves an email that a quote is requested.
     156* Shop manager receives an email that a quote is requested.
    157157* The request is viewed and the price adjusted as desired.
    158158* Manager sends an invoice when price is agreed upon.
     
    166166* At checkout, instead of paying, customer submits a request for quote.
    167167* The request creates an order that can be viewed in the Order section.
    168 * Shop manager recieves an email that a quote is requested.
     168* Shop manager receives an email that a quote is requested.
    169169* The request is viewed and the price adjusted as desired.
    170170* Manager sends an invoice when price is agreed upon.
  • woo-rfq-for-woocommerce/trunk/woo-rfq-for-woocommerce.php

    r3320834 r3320838  
    381381        //add_filter('woocommerce_data_get_price','gpls_woo_rfq_woocommerce_data_get_price',-1,2);
    382382
    383         add_action('wp_loaded', 'gpls_woo_rfq_order_recieved', 1000);
     383        add_action('wp_loaded', 'gpls_woo_rfq_order_received', 1000);
    384384
    385385        add_action('wp_loaded', array($this, 'gpls_woo_rfq_wp_loaded'), 1000);
Note: See TracChangeset for help on using the changeset viewer.