Jump to content

Edit History

Monovolador

Monovolador

Hello,

I need help with js on prestashop 1.7.

I want to create a button in product page that updates the number of products selected.

For example:

image.png.b70d4ecb703b3ec14c4165d94d21392c.png

If I press red button, quantity_wanted box change to 5:

image.png.4d829ed0c24e948d8b1787933b804c5d.png

How to do that?

I suppose I need to modify /theme/_dev/js/product.js

with something like that:

$(document).ready(function(){

$('.qty_five').on('click',function(){

$('#quantity_wanted').val(parseInt($('#quantity_wanted').val())+4);

});

The problem is JS doesn't work.

Any idea?

I need first steps to begin.

Thanks!

 

 

Monovolador

Monovolador

Hello,

I need help with js on prestashop 1.7.

I want to create a button in product page that updates the number of products selected.

For example:

image.png.b70d4ecb703b3ec14c4165d94d21392c.png

If I press red button, quantity_wanted box change to 5:

image.png.4d829ed0c24e948d8b1787933b804c5d.png

How to do that?

I suppose I need to modify /theme/_dev/js/product.js

with something like that:

$(document).ready(function(){

$('.qty_five').on('click',function(){

$('#quantity_wanted').val(parseInt($('#quantity_wanted').val())+4);

});

The problem is JS doesn't work.

Any idea?

I need first steps to begin.

Thanks!

 

image.png

Monovolador

Monovolador

Hello,

I need help with js on prestashop 1.7.

I want to create a button in product page that updates the number of products selected.

For example:

image.png.b70d4ecb703b3ec14c4165d94d21392c.png

If I press red button, quantity_wanted box change to 5:

image.png.4d829ed0c24e948d8b1787933b804c5d.png

How to do that?

I suppose I need to modify /theme/_dev/js/product.js

with something like that:

$(document).ready(function(){

$('.qty_five').on('click',function(){

$('#quantity_wanted').val(parseInt($('#quantity_wanted').val())+4);

});

The problem is JS doesn't work.

Any idea?

I need first steps to begin.

Thanks!

 

 

 

 

 

 

 

 

 

image.png

Monovolador

Monovolador

Hello,

I need help with js on prestashop 1.7.

I want to create a button in product page that updates the number of products selected.

For example:

image.png.b70d4ecb703b3ec14c4165d94d21392c.png

If I press red button, quantity_wanted box change to 5:

image.png.92bb401370db01d8807e9b7e3973d197.png

How to do that?

I suppose I need to modify /theme/_dev/js/product.js

with something like that:

$(document).ready(function(){

$('.qty_five').on('click',function(){

$('#quantity_wanted').val(parseInt($('#quantity_wanted').val())+4);

});

The problem is JS doesn't work.

Any idea?

I need first steps to begin.

Thanks!

 

 

 

 

 

 

 

 

 

×
×
  • Create New...