![]() |
New "compset_status" variable
Eric,
Can you provide some insight or examples into how we can use the new "compset_status" variable that's in the latest update? Thanks! |
Hi
This is the variable you have access to: $product->compset_status It's value corresponds to: = 2 -- master product = 1 -- compset member = 0 -- not a part of any compset You can use it within a product loop ([product.each ... [product.end]) like this: PHP Code:
|
So in the example you provide, what could you specifically do with it? Can you only show master products, for example, instead of all compset members?
|
Quote:
![]() |
Awesome! Thanks!
|
So as a follow-up can you create a query to drip from one category and only master products from that category?
c=123456 & compset_status=2 if you can provide the correct string, that would be very helpful. thanks |
Hi
I haven't tested it but you have provided the exact code: c=123456&compset_status=2 Eric |
All times are GMT -5. The time now is 01:13 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.