acowebs
Forum Replies Created
-
Hi,
Please check the FAQ section on the plugin page where we have expanded such a case. Try the solution provided in FAQ.Hi,
We have tested the plugin you mentioned with our plugin.You can use the following hoock and write your custom logic for commision
add_filter('wcmp_get_commission_amount',function($commission, $product_id, $term_id, $variation_id, $item_id, $order){ //$item = $order->get_item($item_id); // $meta_data = $item->get_meta(WCPA_ORDER_META_KEY); //This will return addional field options and its price //If you want to product base price, It can be loaded from the $product_id return $commission; },10,6);
This is only an quick ida, You can extend it from here. If you want further help, We can help you on this
- This reply was modified 6 years, 7 months ago by acowebs.
There is no direct option to achieve this in the free version.
You can try an indirect method, that is, use a text field and set the message as default value. And you can hide this fields in a single page using CSS.The requested option is not possible with this plugin. Though you can achieve it by some jquery/javascript custom coding
Paragraph fields will not show in cart & checkout, It will show in product page only.
Though our premium versions have extended configurations to show the paragraph in cart & checkout page
Hi,
We really want to make our plugin compatible with almost all plugins. For all free plugins, we will do the testing and tweaks as customers requesting ourself.
For this premium plugins, we are not able to test it now. If you able to give as a demo installed with this plugin, we can test it and suggest better solutions. Or please give us a copy of the plugin, so that we can test in our machine itself.Hi,
We are closing this ticket as no response,
Hope you would have sorted out the issue already.Hi,
actually the form is loading at the hook woocommerce_before_add_to_cart_button
This action hook is missing in your code.You can add
do_action( 'woocommerce_before_add_to_cart_button' );
where the form should be loaded- This reply was modified 6 years, 7 months ago by acowebs.
Hi,
Are you using any plugins for showing variation table, if, please share the detailsHi,
You can create something like this demo , here the amount fields is count price as the user enter.Please note that price option is available only in the premium version, not in free version.
We have fixed this bug and have released a new update, You can update it from wordpress backend.
Hi,
Actually the plugin is supposed to show the custom fields in product detail page, as shown in our Demo. How we can show the entire fields in listing page?. If you share the site URL, we may able to get a more clarity on the issue reported.Hi Samad,
There are many such plugins ‘WooCommerce Dynamic Pricing & Discounts’, It would be helpful you mention the author too or share the link.Thanks for reporting this, let us figure out the issue and fix the conflict.
Hi Abdul,
Hope it is you that reported the same already by email, Our technical team is trying to figure out the issue, will get back you soon once we figured out the issue.