Changeset 3320838
- Timestamp:
- 07/01/2025 09:17:50 PM (9 months ago)
- Location:
- woo-rfq-for-woocommerce
- Files:
-
- 10 edited
-
tags/2.4.3/changelog.txt (modified) (2 diffs)
-
tags/2.4.3/includes/classes/admin/settings/gpls_woo_rfq_settings.php (modified) (1 diff)
-
tags/2.4.3/includes/classes/gpls_woo_rfq_functions.php (modified) (1 diff)
-
tags/2.4.3/readme.txt (modified) (2 diffs)
-
tags/2.4.3/woo-rfq-for-woocommerce.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (2 diffs)
-
trunk/includes/classes/admin/settings/gpls_woo_rfq_settings.php (modified) (1 diff)
-
trunk/includes/classes/gpls_woo_rfq_functions.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woo-rfq-for-woocommerce.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-rfq-for-woocommerce/tags/2.4.3/changelog.txt
r3320834 r3320838 218 218 219 219 = 1.9.135 3/12/2024 = 220 fix issues with thank you page, order rec ievedand hidding shipping and "Replay to"220 fix issues with thank you page, order receives and hidding shipping and "Replay to" 221 221 222 222 = 1.9.134 3/10/2024 = … … 1699 1699 1700 1700 = 1.7.978 - 11/18/2016 = 1701 * order rec ievedmessage1701 * order receives message 1702 1702 1703 1703 = 1.7.977 - 11/18/2016 = 1704 * order rec ievedmessage1704 * order receives message 1705 1705 1706 1706 = 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 563 563 Admin can then optionally covert the order to a quote request and email the customer.<br /> 564 564 If this option is selected, Customer can checkout without payment.<br /> 565 The order status is pending and admin rec ieves 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'), 566 566 'default' => 'no', 567 567 '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 2038 2038 } 2039 2039 2040 function gpls_woo_rfq_order_rec ieved()2040 function gpls_woo_rfq_order_received() 2041 2041 { 2042 2042 -
woo-rfq-for-woocommerce/tags/2.4.3/readme.txt
r3320834 r3320838 154 154 * Customer can submit their request in the quote request page (instead of paying, customer submits a request for quote). 155 155 * The request creates an order that can be viewed in the Order section. 156 * Shop manager rec ieves an email that a quote is requested.156 * Shop manager receives an email that a quote is requested. 157 157 * The request is viewed and the price adjusted as desired. 158 158 * Manager sends an invoice when price is agreed upon. … … 166 166 * At checkout, instead of paying, customer submits a request for quote. 167 167 * The request creates an order that can be viewed in the Order section. 168 * Shop manager rec ieves an email that a quote is requested.168 * Shop manager receives an email that a quote is requested. 169 169 * The request is viewed and the price adjusted as desired. 170 170 * Manager sends an invoice when price is agreed upon. -
woo-rfq-for-woocommerce/tags/2.4.3/woo-rfq-for-woocommerce.php
r3320834 r3320838 381 381 //add_filter('woocommerce_data_get_price','gpls_woo_rfq_woocommerce_data_get_price',-1,2); 382 382 383 add_action('wp_loaded', 'gpls_woo_rfq_order_rec ieved', 1000);383 add_action('wp_loaded', 'gpls_woo_rfq_order_received', 1000); 384 384 385 385 add_action('wp_loaded', array($this, 'gpls_woo_rfq_wp_loaded'), 1000); -
woo-rfq-for-woocommerce/trunk/changelog.txt
r3320834 r3320838 218 218 219 219 = 1.9.135 3/12/2024 = 220 fix issues with thank you page, order rec ievedand hidding shipping and "Replay to"220 fix issues with thank you page, order receives and hidding shipping and "Replay to" 221 221 222 222 = 1.9.134 3/10/2024 = … … 1699 1699 1700 1700 = 1.7.978 - 11/18/2016 = 1701 * order rec ievedmessage1701 * order receives message 1702 1702 1703 1703 = 1.7.977 - 11/18/2016 = 1704 * order rec ievedmessage1704 * order receives message 1705 1705 1706 1706 = 1.7.976 - 11/15/2016 = -
woo-rfq-for-woocommerce/trunk/includes/classes/admin/settings/gpls_woo_rfq_settings.php
r3320834 r3320838 563 563 Admin can then optionally covert the order to a quote request and email the customer.<br /> 564 564 If this option is selected, Customer can checkout without payment.<br /> 565 The order status is pending and admin rec ieves 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'), 566 566 'default' => 'no', 567 567 'id' => 'settings_gpls_woo_rfq_no_payment_checkout' -
woo-rfq-for-woocommerce/trunk/includes/classes/gpls_woo_rfq_functions.php
r3320271 r3320838 2038 2038 } 2039 2039 2040 function gpls_woo_rfq_order_rec ieved()2040 function gpls_woo_rfq_order_received() 2041 2041 { 2042 2042 -
woo-rfq-for-woocommerce/trunk/readme.txt
r3320834 r3320838 154 154 * Customer can submit their request in the quote request page (instead of paying, customer submits a request for quote). 155 155 * The request creates an order that can be viewed in the Order section. 156 * Shop manager rec ieves an email that a quote is requested.156 * Shop manager receives an email that a quote is requested. 157 157 * The request is viewed and the price adjusted as desired. 158 158 * Manager sends an invoice when price is agreed upon. … … 166 166 * At checkout, instead of paying, customer submits a request for quote. 167 167 * The request creates an order that can be viewed in the Order section. 168 * Shop manager rec ieves an email that a quote is requested.168 * Shop manager receives an email that a quote is requested. 169 169 * The request is viewed and the price adjusted as desired. 170 170 * Manager sends an invoice when price is agreed upon. -
woo-rfq-for-woocommerce/trunk/woo-rfq-for-woocommerce.php
r3320834 r3320838 381 381 //add_filter('woocommerce_data_get_price','gpls_woo_rfq_woocommerce_data_get_price',-1,2); 382 382 383 add_action('wp_loaded', 'gpls_woo_rfq_order_rec ieved', 1000);383 add_action('wp_loaded', 'gpls_woo_rfq_order_received', 1000); 384 384 385 385 add_action('wp_loaded', array($this, 'gpls_woo_rfq_wp_loaded'), 1000);
Note: See TracChangeset
for help on using the changeset viewer.