Home › Forums › WoodMart support forum › Stucky sidebar column on shop archive › Reply To: Stucky sidebar column on shop archive
FreeRiderNSK
2) Perhaps this problem can be solved very simply. Allow the user to add their own hooks that do not exist in WordPress. Maybe it’s better this way?
3) Product filter element. Needs to select conditions, for example we have 2 attributes.
1. serial (arg. = MSC, MCF, KFC)
2. model (arg. = DGB-100MSC, DGB-130MSC, DGB-100MCF, DGB-130MCF, DGB-100KFC, DGB-130KFC…..)
IF I choose serial MSC, In the second column of the filter, show only DGB-100MSC, DGB-130MSC.
IF I choose serial KFC, In the second column of the filter, show only DGB-100KFC, DGB-130KFC….
I know how to implement this based on ntml blocks, duplicating hidden attributes, as well as php if (strpos($server_url, ‘?filter_serial=MSC’))……..
Maybe there’s something easier to do? Many Woodmart buyers sell spare parts. This is very important for the spare parts industry. I don’t want to install third-party plugins, they bad work with Woodmart.
ThankYou!
- This reply was modified 8 months, 3 weeks ago by FreeRiderNSK.