Rank: Member
Groups: Member
Joined: 7/11/2019(UTC) Posts: 16
|
Shabana,
I figured out your problem. At the moment, this function is not implemented in Multistep, in the future, it will be added.
At the moment, the best I can offer that use button replace.
Best regards, Anatoliy Churikov
|
|
|
|
Rank: Member
Groups: Member
Joined: 10/16/2019(UTC) Posts: 12
|
I don't understand. So, when the multieditor loads when we're editing a PSD, there's no way to load the saved changes automatically? I only have 1 step here. We select and edit the PSD and click Finish, that's it. There is not even a Preview step. Also, what is this button replace? Edited by user Wednesday, November 13, 2019 9:45:30 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Member
Joined: 7/11/2019(UTC) Posts: 16
|
Multistep and CC are different products that can work together, the button Replace belongs to the CC and not to multistep.
If you want to add a preview step, you need to do next:
1) Add preview in the "steps":
"steps": [ { "name": "Design", "mainPanel": { "name": "imprint" }, "toolPanel": { "name": "links" } }, { "name": "Preview", "mainPanel": { "name": "preview" }, "toolPanel": { "name": "agree-checkbox" }, "onActivate": [ "{{ #function $['imprint'].getHiResImages(800,800) }}" ] } ]
2) add widget preview:
{ "name": "preview", "type": "image-carousel", "params": { "containerColor": "#ffffff", "showImageIndex": false, "images": [ { "url": "{{ $['image-request'].response }}" } ] } },
3) add widget checkbox - so that the person agrees with the accepted changes before being sent to the basket:
{ "name": "agree-checkbox", "type": "checkbox", "params": { "prompt": "I have reviewed and approve my design.", "value": false } }
Best regards, Anatoliy Churikov
|
|
|
|
Rank: Member
Groups: Member
Joined: 10/16/2019(UTC) Posts: 12
|
I don't want a preview step. I'm trying to figure out how in the world I can edit the PSD without it loading the old unchanged version.
|
|
|
|
Rank: Member
Groups: Member
Joined: 7/11/2019(UTC) Posts: 16
|
Unfortunately, this feature is not currently available. Its development is planned soon.
Best regards, Anatoliy Churikov
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 10/23/2022(UTC) Posts: 1
|
Hello, the errors you're mentioning are related to the UI Builder and should not be interfering with your UI working in Edit mode but not in Play mode (that's what's happening, correct?). Can you take a look at the right side of the free printable 2023 calendar Debugger and check that the layout is computing to valid sizes? Also can you share your UXML contents? Edited by user Wednesday, October 26, 2022 8:06:01 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 6/15/2021(UTC) Posts: 2
|
Hello alinabo12, Thank you for your help. Unfortunately, since this topic was discussed 3 years ago, it may be irrelevant due to major improvements in our product. If you have any questions, it would be better if you create a ticket using this link: https://customerscanvas.com/account/cases/add
|
|
|
|
Rank: Newbie
Groups: Member
Joined: 6/15/2021(UTC) Posts: 2
|
Hello alinabo12,
Could you please clarify what do you mean by UXML contents in terms of Customer's Canvas?
Can you specify your current version of the Customer's Canvas?
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.