Categorized custom fields on Bitrix24 crm - crm

I have around 400 fields divided in 70 categories. I want to show related fields when category is selected.
Support team can't help with it.

Related

Show one product per category in WordPress

I have 6 main categories and 40 products per those categories in total. All of the products are displayed on the products link.
I need to display one (random) product per category so I have 6 displayed products in total.
I did some research but couldn't find any plugin for this.
Could anyone provide me with some tips on how can I resolve this?

Best practice for custom product fields in WooCommerce?

I was wondering if somebody has any experience with custom product fields in WooCommerce. I'm currently working on an online-shop for food and beverages, which contains a lot of custom values and different product types like food, beverages or non-food.
So far I was working with ACF, which already helped me to save a lot of time in dev. But still I'm not very sure if this is the best practice. I very concerned about being limited in what I'm doing (Online-Shop will contain apprx. 4000 products).
I found this very nice article about adding custom fields to WooCommerce products (http://www.remicorson.com/mastering-woocommerce-products-custom-fields/). The first benefit is that the admin's don't need to get used to two different UI's while editing product.
Would be great if somebody could share his experience with custom fields in WooCommerce.
List of fields I manly use:
Checkboxes (sometimes Conditional)
Regular Text-Inputs Textarea's Select to link to other custom post types
Radiobuttons
Select > For product_cat
Mandotory fields

How to work out a WooCommerce Recent Products Page that is sortable like other product pages

Site is:
http://fretmill.com/
Page is:
http://fretmill.com/new-arrivals/
This is using the shortcode:
[recent_products per_page="-1" columns="3"]
Which was modified with a filter to limit the recent products to the last 15 days.
My site users would like to be able to filter the "new arrival" products by attributes similar to other product categories - by price, attributes, etc.
I'm not tied to the shortcode - I basically just need a page in my site that lists products added in the last 15 days which is sortable just like all of the other product pages. So a general product query limited to the last 15 days might work. I'm just not sure how to do that in WooCommerce, although as I'm typing it seems like it should be fairly simple - essentially just like a blog page listing the last 15 days of posts, but querying products instead? As long as it works with the various WooCommerce layered navigation widgets so users can sort by attributes etc.

How to hide categories that have no products in WordPress WooCommerce

My client has a store that is not yet filled out with products. Therefore, some of the categories contain no products as of yet. They want to hide the categories with no products (without just deleting the categories manually). I haven't been able to find a way to hide categories that have no products associated with them. I've seen solutions that will hide a specific category by name, but I'm looking for something that is condition based on the fact that no products are in the category. I'm not talking about product quantities, just to be clear - it should depend on the existence of associated products. Thanks in advance!

display only unique terms in a view from product in drupal commerce

I have a bunch of wines imported as products in drupal commerce and i want to make a 'regions' page to give a list of all the regions that is automatically populated by pulling the 'region' out of each product but that only displays unique values.
at the moment i have a list of all the products with the same region listed loads of times and i can't find a way in views to only show the regions once.
Try going to 'Settings' under the 'Format' section of your view and setting your region as the 'Grouping field Nr.1' -- you can then list the products from that region underneath or not....
============== EDIT ==================
If you don't want to display the wines under the terms, just start a new view from scratch, and when you're creating it, choose that you want to make this a taxonomy terms view, vs a content view. That should do it!!

Resources