![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() 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! |
#2
|
||||
|
||||
![]() 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:
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() 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?
|
#4
|
||||
|
||||
![]() Quote:
![]()
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Awesome! Thanks!
|
#6
|
|||
|
|||
![]() 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 |
#7
|
||||
|
||||
![]() Hi
I haven't tested it but you have provided the exact code: c=123456&compset_status=2 Eric
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|