ELEXtensions
Forum Replies Created
-
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Change CSS button sizeHello @samuelgassama,
You can try adding this css in additional CSS of theme file and see if that helps.
.elex-rqst-quote-front-wrap .add_view_quote_btn .add_to_quote{
background-color: transparent !important;
padding: 0;
text-decoration: underline;
color: #0000ee !important;
font-size: .9rem;
}Looking forward to hearing your feedback
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Change CSS button sizeHello @samuelgassama,
Thank you for providing the details. Regarding your previous queries:
1. Placing the quote button below the product title isn’t possible from the plugin as of now. Our exploration within the Divi theme didn’t uncover any hooks that would allow us to adjust the button’s position.
2. It is not feasible to integrate a redirection URL into the quote button and show it as hyperlinked.
3. We’ve shared instructions on how to comment out code within our plugin files to remove the quote list button from the theme header menu on the shop page. Could you kindly specify which menu you’d like us to remove the quote list button from on your website?
Forum: Plugins
In reply to: [ELEX WooCommerce Catalog Mode] Variation product out of stock?Hello @patrickhaond,
Thanks for your feedback. Regarding your query, When creating variable products, you may get a message stating “product is out of stock and unavailable” until a variation is created and a valid regular price is assigned. This behavior is inherent to WooCommerce functionality.
Furthermore, our plugin facilitates the conversion of your store into catalog mode by hiding prices, cart buttons, etc. However, it does not affect the stock status of products, as this functionality falls outside the scope of our plugin. You can verify this by deactivating our plugin on your website and testing the same scenario.
https://www.awesomescreenshot.com/video/26228827?key=7c3ed2dd6b578471cce8335357c07f6a
Hope that explains. Please feel free to contact us if you have any further questions.
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Make the Country form as a dropdownHello @dennypratama,
Thank you for contacting us. Currently, accessing APIs is not included in the plugin’s functionality. You have the option to addition of fields in the quote formdefine the field type and integrate with default WooCommerce fields.
Please feel free to reach out if you have any other questions
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Change CSS button sizeHello @samuelgassama,
Thank you for responding. Regarding your inquiry, the appearance of the quote list button adjusts based on your website’s theme. Could you please specify which theme is currently active on your website? Additionally, could you provide details on how you would prefer to position the button on the product page?
Regarding the request to change the button to a hyperlink, could you please clarify if you want the quote button to be displayed as a hyperlink or if you want its functionality to resemble that of a hyperlink? If you could provide a sample screenshot illustrating your requirements, we could offer suggestions accordingly.
Also, the Quote List page is automatically appended when you install the plugin. To remove functionality please do navigate the plugin file RequestAQuote.php file and line number 44. Nevertheless, if you comment on this line with “//” this will be hidden in the menu.
File Path – pluginpath/src/RequestAQuote.php
add_action( ‘wp_nav_menu_items’, array( self::class, ‘add_minicart_to_header’ ) , 10, 2);
Let me know if you have any further questions.Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Change CSS button sizeHello @samuelgassama,
Thank you for reaching out to us. Regarding your query, you can adjust the button size by editing additional CSS in your theme file. You can add this code to your theme’s additional CSS file.
.elex-rqst-quote-front-wrap .add_view_quote_btn .add_to_quote{
/* here you can place custom css */}
If you have any further questions or concerns, feel free to contact us.
Hello @ilyasa13,
Thank you for reaching out to us,
Regarding your query, since the plugin does not operate based on APIs, it is not feasible to integrate APIs directly. However, you can programmatically add the role using the function add_role(). For more information, you can refer to the following article:
https://developer.wordpress.org/reference/functions/add_role/
Let me know if you have any additional questions or concerns.
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Form submit action not workingHllo SlimZombie(@ramymoussa),
A new version (2.1.9) of the plugin is released with the issue fix. Kindly update the plugin and let us know your feedback.
If you have any further questions or concerns, please don’t hesitate to let us know.
Forum: Plugins
In reply to: [ELEX WooCommerce Request a Quote] Form submit action not workingHello @SlimZombie,
Greetings from ELEXtensions! I am checking the critical error at our end and will share the update soon. Additionally, Can you please share the version number of WooCommerce, WordPress, PHP and our plugin installed on your website for our further analysis?
Looking forward to hearing from you.
Hello @nomad70,
Thanks for contacting us. The plugin integrates with the Australia Post API for fetching real-time shipping rates based on product weight & dimensions and destination address. However, could you please enable developer mode for the ELEX Australia Post shipping plugin and provide us with the rates logs generated on the cart page?
Looking forward to hearing from you.
Hello @shibbz,
Thank you for contacting us.
The plugin enables you to configure minimum and maximum order amount based on WordPress user roles. However, restrictions on the number of products in the cart is beyond the current functionality scope of the plugin.
Feel free to contact us if you have any further questions.
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] PHP error after updatesHello @delerium62,
We have released a new version of the plugin(1.4.4). Please upgrade the plugin and let us know the feedback.
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] Problem with role pricingHello @tarantinobcn,
Thank you for your response. Our plugin is fully compatible with WPML. We’ve tested the role-based pricing scenario with WPML activated and the website in translation mode, and everything worked smoothly on our end. However, since you’re encountering critical errors, it’s better to raise a support ticket under the “Commercial plugin” option. This way, we can gather more details and help you out effectively.
Looking forward to hearing from you soon!
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] PHP error after updatesHello @delerium62,
Thanks for contacting us. We will be releasing a new version that includes a fix for the PHP error mentioned above.
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] Problem with role pricingHello @tarantinobcn,
Greetings from ELEXtensions! While trying to replicate the same scenario you’ve described, on our test environment. we haven’t come across any critical errors on the shop and product pages. Please refer the video attached. This makes us think that the issues you’re facing might be caused by a compatibility conflict on your website.
We recommend trying a compatibility test on your site. You can do this by turning off all plugins except ours and WooCommerce, and switching to the default WooCommerce theme. Then, check if the problems still persist.
We’re here to assist you further if you need any help or have any questions.