galokin
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Shipping & Tax] Tracking information and testingDoes tracking information have a webhook or something to insert into the emails?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Shipping information in mailsI haven’t be able to test it, so if we can make sure if is compatible or not it would be great
mankechile.com
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formCould you check that code? I just want to save what is uploaded in that imput, or modify the existing imput and put that function into it
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a form<script src=”https://pixoeditor.com/editor/scripts/bridge.m.js “></script>
<input type=”file” id =”file” multiple />
<script>
file.onchange = function(){
new Pixo.Bridge({
apikey: ‘2wsy2dbx20k0’ , // put your API key here !
type : ‘modal’,
onSave: function(…args){
// document.body.appendChild ( arg.toImage ( ) )
// arg.toImages ( ) . forEach ( img = > document.body.appendChild ( img ) ) ;
args.forEach(arg => document.body.appendChild(arg.toImage( )));
}
}).edit(…[].slice.call(this.files));
}i add that code to the form and worked, but it doesnt save those images to the form submission. is there a posibility to add that code directly to the plugin?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formI saw a code in your documentation that allows multi editing, is there a way to put that in the plugin?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formThey told that I need to pay for that. Do you have plans to integrate in the future because it doesn’t seem correct to pay for that
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formI sent to where it said “contact us”. Is that correct?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formI have already sent it. So are they going to give me a solution?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formHow do I make and inquiry?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formIs there any other way to activate that function?
Forum: Plugins
In reply to: [Image Editor by Pixo] Problem when uploading more than one photo into a formYes please. I am making an website for a client and I need that option ASAP