• Resolved redwolf83

    (@redwolf83)


    Hello,
    I would use this cool plugin with Woocommerce Composite product.
    At the moment the Composite Product plugin shows only variations form for products.
    What i have in mind is: if ( exists( thisproduct->Formula ) ) shows Woo price form of this product.
    There’s an hook in “Woocommerce Composite Product Plugin” at /templates/composited-product/variable-product.php

    	/**
    	 * woocommerce_composited_product_details hook.
    	 * @since 3.2.0
    	 *
    	 * @hooked wc_cp_composited_product_excerpt - 10
    	 */
    

    This should be an relative easy fix and could be the first plugin to have a good compatibility with the Composite Product plugin. I’ll go to help you with this if you want (for free). I’m watching your code and see is another Italian guys like me (I’m Italian too) that have made this plugin. but I don’t find where and how the form is called, a tip to where put my hands onto should be a good way to help me to help you (if you want help obviously).
    I’m also interest to buy the pro version when/if this fix will be added.

    Hope you like my interest,
    Best Regards.

    Redwolf.

Viewing 1 replies (of 1 total)
  • Plugin Author Altos

    (@sefin)

    Hi Redwolf,

    Thanks for be interested in our plugin.

    If you are talking about the form which displays fields and makes calculations, there are two type of forms:

    – Default Form/Theme (Generated by the plugin)
    – Custom Form/Theme (Created by the user)

    The form is generated by the function “getDefaultThemeData”, which is in ‘woo-price-calculator/woo-price-calculator.php’

    The form is displayed using the function ‘product_meta_end’ (WooCommerce hook), see ‘woo-price-calculator/woo-price-calculator.php’

    The view which displays the default form is the ‘woo-price-calculator/View/product/product.php’ file.

    But if the user chooses to display a custom view, see: ‘YOUR-WP-INSTALLATION/wp-content/uploads/woo-price-calculator/themes/SELECTED-THEME’

    If you need more info, let me know.

    Best regards,
    Enrico

Viewing 1 replies (of 1 total)
  • The topic ‘Compatibility with WooCommerce Composite Product’ is closed to new replies.