You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Problem:
i got a Bundle with an Option, and that Option has some Selections. Let's call them:
A (5 €)
B (10 €)
C (free)
i want Option C "for free" only visible in Admin. (or added via observer)
And the PriceRange should be shown as 5-10€
Right now, the Indexer finds C and makes the PriceRange 0-10€.
Any easy idea on how to exclude C from the visible Eye and the Indexer?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My Problem:
i got a Bundle with an Option, and that Option has some Selections. Let's call them:
i want Option C "for free" only visible in Admin. (or added via observer)
And the PriceRange should be shown as 5-10€
Right now, the Indexer finds C and makes the PriceRange 0-10€.
Any easy idea on how to exclude C from the visible Eye and the Indexer?
Beta Was this translation helpful? Give feedback.
All reactions