Jump to content

Paypal express show when no stock


Ron morales

Recommended Posts

Hola! ¿Se puede comprobar el archivo de paypal / js / paypal.js alrededor de la línea 70 para estas líneas de código resaltado en verde,  https://github.com/thoma202/PrestaShop-modules/commit/e6716d120356b0ad5062bec11aa135a655662e0c

 

Esto fue un error informó aquí,  http://forge.prestashop.com/browse/PNM-2503add two lines but not work correct

$('select[name^="group_"]').change(function () {
		displayExpressCheckoutShortcut();
	});

	$('.color_pick').click(function () {
		displayExpressCheckoutShortcut();
	});
	
	if($('body#product').length > 0)
		displayExpressCheckoutShortcut();

	{/literal}
	{if isset($paypal_authorization)}
	{literal}

i add this lines but not work correct, appear sometimes appears without stock, with stock has strange behavior

Edited by Ron morales (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...