Magento 2 how to add Conditions cart ruls Fieldset add in custom module - magento2.2

I am create module in magento 2 ,in which i want to add field "cart rule selecter" in admin module tab. Please help me on this. Thanks in advance.
View Design Here

Related

add 2 more attribute values to the magento order view page section

in the magento admin panel, if we go for Orders section
and if we click on one order, we can see the Product name and sku at the bottom.
i want to add 2 more attributes to the order section.
please help me to find solution.
thanks in advance.
Name and Sku attributes are added in the file app\design\adminhtml\default\default\template\sales\items\column\name.phtml
So you need to make changes there to add any other product attribute.

How to add custom attribute in magento Registration

I am creating a sign up form for Magneto, I want to add few more information from customer like place of birth. How can I do this, I tried many ways but all are use less, please explain step by step.
you can go through this link Magento Module Creater
and create module with Need Add Customer Attribute : yes and it will give the field for your customer attribute. and create field as much as you.after creating field just click Create Magento Module (download) it will give you a ready module with your custom customer attribute. Note:- Selecte Forms to Use In in which your field will be populated for user input
Hope this will help you.

Virtuemart displaying

I want to know if someone know how to display a virtuemart category products into another page like use a shortcode or something like that to display a list of product from one category into another page.
Thanks for your help.
You could do that with a module.
The default "virtuemart products" module has an option to select from which category you will get the products.
If you want to put them inside an article, you could load your module with loadposition. A complete tutorial how you could do that is: How do you put a module inside an article?

How to pass our parameters to add to cart page in magento

I am new in magento.My product has model type and model version.I want to pass model type and version to add to cart page and take that values in shoping cart page.But i don't get any idea .Any one please help to solve the problem.
You could:
Create custom option for 'model type' and 'model version' for each product. See Adding Custom Product Options in Magento
Create a custom module that add these options programmatically to additional_options See Add options to quote item

Magento Event Observer: modify CatalogSearch to include custom attribute

I was following the article (Customize Magento using Event/Observer) on the below link:
http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/customizing_magento_using_event-observer_method#step_7
But not sure about the step 7. How could I do the step 7 on this article?
Step 7
Navigate to the product details page on the front end and observe that the new discount has taken effect. To be noted here is that, on all other screens where discounted price is required. An example here is the search results screen, where you would need to add this new attribute to the select query search attributes in method
Mage_CatalogSearch_Block_Result→_getProductCollection()
$_productCollection= $_productCollection->addAttributeToSelect('percent_discount');
Thanks in advance.
I think it would be a lot easier if you could just navigate to product attributes management and set 'Used in Product Listing' to 'Yes' this way, you are able to read the attribute value on product list page.

Resources