tuc17831
Forum Replies Created
-
I’m using Normal checkout with simple products. The attributes are selected by customer on the fontend single product page with TM Extra Product Options plugin. Attributes display perfectly when added to cart/quote request page. And it’s strange because if I change setting to rfq checkout attributes are saved and it works flawlessly.
Same issue happens with 2017 theme and other plugins deactivated.
Any idea where the issue could be? It appears the attributes are not being saved to the order at all. When I uncheck rfq on product edit page, select options, and checkout, all attributes are saved to the order. So I tried digging through the quote request page code since I see regular woocommerce checkout page is not used with rfq. I’m coming up empty though… Is there anything else I can do to help get this solved?
3.0.5
Unfortunately, the update didn’t solve it. No attributes are being saved to the order/quote.. When viewing the order from the backend, the only product meta it displays is “_price”. Before I was able to see the list of selected attributes, and those attributes also displayed on the quote request confirmation page, account quote details page, and email.
Now receiving only the correct emails. Thanks.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ does not work on Normal CheckoutYou are the best! Everything works great! Thank you.
- This reply was modified 7 years, 10 months ago by tuc17831.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ does not work on Normal CheckoutUnfortunately, the update didn’t fix it. And yes, I’ve tried it with twenty seventeen and twenty sixteen theme—so I don’t think it is a theme conflict (I’m using genesis normally). I have every plugin disabled except for woocommerce and this plugin and still no luck. Can still add to quote from category/shop page but never on single product page… If there is anything else I can do please let me know because this plugin would be perfect for what I need! I really want normal checkout to work… And thanks for your help so far btw.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ does not work on Normal CheckoutSo apparently I was wrong it’s not a conflict with the other plugin because when I deactivate and delete the other plugin I still cant request a quote in Normal Checkout from the single product page. I can however add to quote from the shop page when that other plugin is disabled (I think because the other plugin forces you to open the product page to select options first).
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ does not work on Normal CheckoutI’m only getting notices such as below:
Notice: id was called incorrectly. Product properties should not be accessed directly. Backtrace: require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/plugins/woocommerce/templates/single-product.php’), wc_get_template_part, load_template, require(‘/plugins/woocommerce/templates/content-single-product.php’), do_action(‘woocommerce_single_product_summary’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, woocommerce_template_single_add_to_cart, do_action(‘woocommerce_simple_add_to_cart’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, woocommerce_simple_add_to_cart, wc_get_template, include(‘/plugins/woocommerce/templates/single-product/add-to-cart/simple.php’), do_action(‘woocommerce_before_add_to_cart_button’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, gpls_woo_rfq_CART->gpls_woo_rfq_before_add_to_cart_button, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong
Notice: The “woocommerce_get_price” hook uses out of date data structures and is deprecated since version 3.0.3! Use woocommerce_product_get_price instead. in /home/brand258/public_html/launch/wp-includes/functions.php on line 3829
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] RFQ does not work on Normal CheckoutWhen I click request quote on the category or shop page it just opens up the product page without adding it to the cart. However, I realized there is a conflict with another plugin I’m using—TM Extra Product Options (users choose a bunch of options to request quote). When I disable that plugin it works great.
What’s strange is when set to RFQ mode, it works perfectly with that other plugin. So I assumed it should still work when set to Normal Checkout.