Meet us at Drupa 24. Dusseldorf/Germany. May. 28 - Jun 7.
Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
benadams  
#1 Posted : Thursday, June 4, 2020 10:50:40 AM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
Hi Stan,

I'm working with these 3 methods

editor.opengallery

galleryforbackground

opengalleryforitem

Greats functionalities I think.

in the same way, I need to know if there is a method to Open Layout tabs and make it works fine.

I tried with "open gallery method", I succeed in open Layouts tabs but it doesn't insert anything.

Here is my Code.

// add add_layouts

$(".add_design_block").click(function () {

$("html, body").animate({ scrollTop: 0 }, 600);

editor.getProduct()

.then(function (e) {

editor.openGallery({ tabs: ["Layouts"] });

})

.catch(function (error) {

console.error("Setting up the mockups failed with exception: ", error);

});

});

Thanks again

Sergey_f  
#2 Posted : Friday, June 5, 2020 2:31:33 AM(UTC)
Sergey_f

Rank: Member

Groups: Member
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Ben,

Could you, please, describe what exactly do you want to achieve? And which steps do you make to achieve it? Details will be appreciated.

Also, could you provide us the full code of your webpage where you call methods?

Regards,

Sergey

benadams  
#3 Posted : Friday, June 5, 2020 12:22:39 PM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
Hi Sergey,

I want to add layout to my design when I'm customizing a product.

it works when I use the Toolbox.

But I want to make it works with the Opengallery methods.

is it possible?.

thanlks

benadams  
#4 Posted : Friday, June 5, 2020 12:36:32 PM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
here is my page example

https://www.rapidecard.c...on/rpd-tshirts-blank-01/

in the cc toolbox at left of the wrapper I can add Layout(texte bloc in my design).

but I Add another custom button at the right called "blocs de texte".

I use opengallery methods.

But this way it doesn't work.

So I want to know :

1-is it possible to add another button to insert layout?

2-what is the right way.

here is my code

// add add_layouts with button

$(".add_design_block").click(function () {

editor.getProduct()

.then(function (e) {

editor.openGallery({ tabs: ["Layouts"] });

})

.catch(function (error) {

console.error("Setting up the mockups failed with exception: ", error);

});

});

Thanks again

Sergey_f  
#5 Posted : Monday, June 8, 2020 12:10:44 AM(UTC)
Sergey_f

Rank: Member

Groups: Member
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Ben,

Unfortunately, the feature you need is not developed yet.

I'll forward this feature request to our development team,

Currently, I don't know when the development will be scheduled, but as soon as I'll have any info, I'll update you.

Regards,

Sergey

Sergey_f  
#6 Posted : Wednesday, July 8, 2020 9:39:54 PM(UTC)
Sergey_f

Rank: Member

Groups: Member
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Ben,

The feature was developed and released in the 5.30.2 version.

Regards,

Sergey

benadams  
#7 Posted : Sunday, September 6, 2020 2:09:58 PM(UTC)
benadams

Rank: Advanced Member

Groups: Member
Joined: 3/20/2018(UTC)
Posts: 61

Thanks: 4 times
Hello Sergey,

I hope you are ok

Can you Update my instance please I need to use this feature.

Thanks for help

Sergey_f  
#8 Posted : Tuesday, September 8, 2020 10:06:08 PM(UTC)
Sergey_f

Rank: Member

Groups: Member
Joined: 12/7/2018(UTC)
Posts: 25

Was thanked: 1 time(s) in 1 post(s)
Hello Ben,

Your instance upgraded to the 5.32.3 version, please check.

Regards,

Sergey

Users browsing this topic
Guest
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.