In the Pro version, after a user submits a quote, they are redirected to an “/undefined” page instead of the page specified in the settings. Also, users are not being set up with a wordpress account after submission even though that feature is turned on in the settings.
(The issues occur in WP 6.6 or 6.7 and Woocommerce 9.3 or 9.4, with no other plugins active, and using the 2024 theme)
]]>Hi!
How can I change the button link at the bottom of an empty quote list page?
https://ibb.co/9qxzfrG
Even after “Hide Add to Cart Button on Shop Page” is ON and “Hide Add to Cart Button on Product Page”, Add to Cart Button is still displaying.
It works upon each Activate-Deactivate “ELEX WooCommerce Request a Quote – Basic plugin” sequence then stops
https://drive.google.com/file/d/16OudMAOAB_iwM-xWJrXD1z1yi11Y7DfL/view?usp=sharing
]]>Dear ELEX Support Team,
I am experiencing an issue with the ELEX WooCommerce Request a Quote plugin when trying to capture custom date fields in both the Quote List and email notifications. I have tested this with two different plugins—PPOM (Product Addons & Fields) and WooCommerce Custom Product Addons Free—to create a date field for each product. However, in both cases, the date field is not being included in the Quote List nor in the email sent with the quote request.
Previously, both plugins displayed the date field correctly on the product page, but this information does not carry over to the ELEX Quote List or email, which is essential for my business needs.
Could you please advise on how to resolve this, or if there is specific compatibility that needs to be configured for custom fields to be captured in ELEX quotes?
Thank you for your assistance.
Best regards,
Rafael Barreto
Hi!
I need to put the “add to quote button” on some tables with more details of the product.
I’ve tried this code <a href=”?add-to-quote=123″ class=”button”>Adicionar ao Or?amento</a> and the button appears but doesn’t work properly.
Can you help me?
]]>Hi!
I’m using the Min Max Control plugin from CodeAstrology Team to enforce minimum order quantities and step quantities for each product in my WooCommerce store. This is because we are a wholesaler. of For example, if a product is sold in boxes of 100 units, each step when increasing the quantity is 100 units. This works perfectly on the product pages and in the cart.
However, I’m experiencing an issue with your Request a Quote plugin. When adding products to the quote list, the form ignores these minimum order quantities and steps. No matter what quantities are set for the product, only 1 unit is added to the quote list.
Ideally, I need the Request a Quote plugin to respect the minimum quantities and steps set by the Min Max Control plugin. Specifically, when users add a product to the quote list, the minimum quantity should be the default value and the quantity should increase or decrease according to the step value.
I’ve already tried adding custom filters to modify the behavior, but unfortunately, this hasn’t resolved the issue. Could you provide guidance on how to achieve this or let me know if there’s a compatibility update planned to address this situation?
I’ve tried it with code, but it doesn’t work:
add_filter( 'elex_quote_item_quantity', 'set_min_max_quantity_for_quote', 10, 2 );
function set_min_max_quantity_for_quote( $quantity, $product_id ) {
$product = wc_get_product( $product_id );
if ( $product->managing_stock() ) {
// Haal de min en max waardes op
$min_quantity = get_post_meta( $product_id, '_wc_min_qty', true );
$step_quantity = get_post_meta( $product_id, '_wc_step_qty', true );
// Stel de juiste hoeveelheid in op basis van de min en step
if ( $min_quantity && $step_quantity ) {
$quantity = max( $quantity, $min_quantity );
$quantity = round($quantity / $step_quantity) * $step_quantity;
}
}
return $quantity;
}
Thank you for your support!
Best regards,
Leo
]]>I have two pages:
On the second (new installation) – plugin works ok (together with falmix plugin)
The first one – page where plugin has installation and make update – still problem with sending quota-list. I try copy files from new installation (from second page) catalog: /public_html/wp-content/plugins/elex-request-a-quote/
No help. I notice that some settings still the same. How deleted ALL files and data (from database too) and prepare really clear page before install your plugin again ?
]]>Hello, first of all, thanks for the plugin, it works great.
I have a question, I’m working with another plugin called SUMO WooCommerce Measurement Price Calculator, which adds different variables depending on the measurements that the client enters and when entering them into the quote, the variables don’t appear, they don’t appear in the email or on the quote page Is there a solution to make them appear?
Thanks!
]]>Hi,
I’ve just installed your quote plugin and it works great, except the floating quote list only updates if users manually refresh the page. This isn’t ideal, as it’s inconvenient for them and many won’t even know to do it.
Is there a way to get it to update in real time? Some PHP code I can paste in? I don’t know PHP but have SFTP access, so can edit the files if given the code and told where to put it.
I’m using Bricks Builder and have AJAX enabled for Woo’s Add to Cart function, if that’s useful at all.
Thanks,
Laura
Hello, I have a few questions with the premium version (because it seems the free version isn’t allowed to do so):
Thank you!
]]>In the “Quote List” page the small product thumbnails are not shown, instead an error image is shown. What could be the reason?
]]>Your plugin generate problem with another plugin B2bKing.
When ELEX WooCommerce Request a Quote it’s works. When Elex is on, B2bKing panel settings is not enabled. I get error in browser:
Uncaught TypeError: No method named “set selected”
at HTMLDivElement. (bootstrap.js?ver=2.3.1:1:25265)
at Function.each (jquery.min.js?ver=3.7.1:2:3129)
at e..each (jquery.min.js?ver=3.7.1:2:1594)
at e..jQueryInterface as dropdown
at HTMLDocument. (admin.js?ver=v4.6.90:116:49)
at e (jquery.min.js?ver=3.7.1:2:27028)
at t (jquery.min.js?ver=3.7.1:2:27330)
Hello,
after update I’ve problem to redirect to page after send offer.
Before after click button page was redirected to page https://www.elektrobecov.com.pl/quote-received-page/ (from settings in panel admin) now after click nothing do
]]>I am trying to combine sumo subscription plugin with yours.
The consept is to request a quote for a subscription product and after the admin accept it the client can buy it. The problem I have is when I sent the quote request the product change status as “canceled” is there any way to use a filter or action on submint to solve the error writing some code ???
if you can share some hooks or filters
]]>How can I remove the default “Quote List” link from menus? I can’t see a place from where I can publish or unpublish the said link.
]]>I didn’t change a single thing in my quote list page but now it’s not loading
]]>Hi
I have a small problem regarding sending emails for quote requests. There is a field to specify which address to send notifications to but nothing for the name of the sender. When I receive the emails or when the customer receives a confirmation it says “WordPress”. How to change this name?
Regards
Is it possible to add a captcha to the budget form? And is it possible to add an option to choose the quantity of products on a product page?
]]>How can I remove the quote page from my header menu?
]]>My email is set as admin email but when I test an quote request, it doesn’t send anything to me, pls help me
]]>I’m using loco translator but I can’t translate the items in the image, can you help me?
]]>Hi
In the configuration of the email sent after a quote request, the “first name”, “last name”, “email” and “phone” fields appear correctly.
However, the “message” field does not appear! In the configuration I declared it with @order_comments and nothing appears. Is it a bug? Did I call the message field wrong?
Regards
hello, i have a problem with the approved quote email sent to the customer, the “accept and pay” button is not linked to anything. i don’t understand if i have set something wrong or if there is some other problem in the plugin. Everything else works perfectly.
In woocommerce I enabled payment by check and in the future maybe paypal will be enabled.
My site has these:
WordPress version: 6.5.5
Version of WooCommerce: 9.0.2
PHP version: 8.0.30
ELEX WooCommerce Get a Quote – Basic: 2.2.7
Can you give me some suggestions?
thanks
Stefano Caselli
]]>Hello i want to trasnlate the buttons and some labels to greek language but i have a problem many of them not translating. I use the plugin loco translate.
Also another issue is that the buttons are small. is something wrong with our theme or the plugin has small buttons
]]>Hi
I use “TheGem” premium theme.
When I use your plugin with the standard product pages generated by wocommerce everything works very well.
But when I created my own single product page from the builder provided with the theme, the “request a quote” button does not appear, but the “add to cart” button has been deactivated.
Is it possible to add a shortcode (or code) to display the “request a quote” button?
Regards
With mobile device When i click on button doesn’t open request quote form
]]>Hi
In the settings, Quote List Menu tab you can choose to display and customize a designated Quote List Icon. If you do not wish to set up the Quote List Icon, a link appears in the menu. But there is no setting to choose which menu it should appear on (main menu, TopBar menu…) or define its location in the menu… Do you have a solution ?
Regards
]]>Hi
Your plugin is great and works well. There are a few parameters that I was able to correct with the css, however there is one thing that I would like to modify: when you add a product to the quote request, on the quote request page (above the form) the € symbol is displayed before the price. How do I get the symbol to appear AFTER the price? I couldn’t find an option to configure this.
Regards
Hello,
I activated the plugin on a website and, it suddenly crashed. The template tab is unavailable, it said that the WordPress crashed.
On the email I received the following message
An error of type E_ERROR occurred on line 284 of the file
/home/jnopieseutilaje/public_html/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php. Mesaj eroare: Uncaught TypeError: Argument 1 passed to Elex\RequestAQuote\FormSetting\Models\FormSettings::build() must be of the type array, bool given, called in /home/jnopieseutilaje/public_html/wp-content/plugins/elex-request-a-quote/src/FormSetting/FormSettingController.php on line 48 and defined in /home/jnopieseutilaje/public_html/wp-content/plugins/elex-request-a-quote/src/FormSetting/Models/FormSettings.php:284
Stack trace:
#0 /home/jnopieseutilaje/public_html/wp-content/plugins/elex-request-a-quote/src/FormSetting/FormSettingController.php(48): Elex\RequestAQuote\FormSetting\Models\FormSettings::build(false)
#1 /home/jnopieseutilaje/public_html/wp-content/plugins/elex-request-a-quote/src/TemplateSetting/TemplateController.php(41): Elex\RequestAQuote\FormSetting\FormSettingController::get_settings()
#2 /home/jnopieseutilaje/public_html/wp-includes/class-wp-hook.php(324): Elex\RequestAQuote\TemplateSetting\TemplateController::load_template(”)
#3 /home/jnopieseutilaje/public_html/wp-includes/class-wp-hook.php(348):
The plugin is installed with exactly the same configuration, on a demo site. On the demo site, it works perfectly. I copied everything on the live site and I have the described error.
WordPress 6.5.3
Equipo (versiunea 2.6)
ELEX WooCommerce Request a Quote – Basic (versiunea 2.2.4)
PHP 7.4.33
I also played with the PHP version, I saw no difference.
Can you help me, please? Thank you in advance for cooperation.
]]>Hello! Is there a way to move the button under the product title? My theme also supports brand name and I want to add it as well but when I do it appears above the button. This way the product name is the last one in the list and I don’t want that.
Is there a way to place the button under the product title?
Thanks,
Demetra