Catlog Item variable order matching with variable set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 02:48 AM
Hi community,
I've an variable which is created under catlog item. also have a variable set attached to that catlog item.
Now the scenario is,
For variable set "V1" variable are set as follows:
name order
X1 100
X2 200
X3 300
X4 400
In catlog item I've a variable (Which is not part of variable set, single variable created under cat item.) as below:
name order
CV1 250
Now when I try cat item form sequence set to :
name order
X1 100
X2 200
X3 300
X4 400
CV1 250
But I want in a sequence as follows:
name order
X1 100
X2 200
CV1 250
X3 300
X4 400
What changes I need to do to get this sequence.
Immediate resolution appreciated.
Thanks in advance.