• Resolved tonyastley

    (@tonyastley)


    Can anyone help with steering us in the direction of a plug-in that might be able to help recreate the functionality of https://www.garagedoorsonline.co.uk

    The pricing for the doors looks like its based on a pricing table of preset widths and heights, then with set price product add ons.

    We are aware of plug-ins that calculate price base on area, but are struggling to find one that uses pricing tables.

Viewing 4 replies - 1 through 4 (of 4 total)
  • A product options type plugin would do it – I use: https://codecanyon.net/item/woocommerce-extra-product-options/7908619

    Thread Starter tonyastley

    (@tonyastley)

    Thank you, we’ll take a look at that now. Appreciate the help!

    Thread Starter tonyastley

    (@tonyastley)

    I’m afraid that plug-in wasn’t suitable for us. The lookup tables feature has a few limitations that means it will not work for our use-case.

    Not sure if anyone knows of any others, they seem to be few and far between.

    Our requirement is to have drop down select menus such as:

    <select name="width" id="width">
    	<option value="4m Width">4m Width</option>
    	<option value="5m Width">5m Width</option>
    </select><!--/#-->
    <select name="height" id="height">
    	<option value="4m Height">4m Height</option>
    	<option value="5m Height">5m Height</option>
    </select><!--/#-->

    to fetch figures from a price table such as

    Prices    |   4m Width   |   5m Width
    -----------------------------------------
    4m Height |      £100    |     £200
    -----------------------------------------
    5m Height |      £200    |     £300

    The above plug-in almost did that but didn’t allow text strings in the options, and the implementation was a little too complex for customers to manage.

    • This reply was modified 1 year, 4 months ago by tonyastley. Reason: Corrected code
    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @tonyastley

    While WooCommerce doesn’t have a built-in feature to handle this specific request, there are a few plugins available that might meet your needs.

    • Product Add-Ons: This plugin allows you to add custom fields to your product page. You can create dropdown menus with your desired options and add pricing for each option. However, it doesn’t fetch prices from a table directly; you need to input the prices manually for each option.
    • Extra Product Options for WooCommerce: This is another plugin that allows you to create additional product options with cost. It supports multiple types of fields, including select dropdowns.
    • WooCommerce Dynamic Pricing & Discounts: This plugin allows you to set up pricing rules based on product, category, and other parameters. It’s more complex and might require some time to set up, but it’s also more flexible.

    Please note that while these plugins offer more flexibility, they may require some manual setup and management. Also, it’s important to ensure any plugin you choose is compatible with your version of WooCommerce and your theme.

    If none of the above plugins meet your needs, you might consider hiring a developer to create a custom solution for you. Unfortunately, custom coding is not something we can assist with directly. However, our WooCommerce community is brimming with skilled open-source developers who are active on the following channels:

    You can also find experienced WooCommerce developers on platforms like Codeable or Upwork.

    I hope this helps! Please let us know if you have any other questions or need further assistance.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin for complex pricing’ is closed to new replies.