Jump to content

w3mx

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by w3mx

  1. I got the conection with PayPal. Please tray yo upgrade the PayPal module and tray again.
  2. Alguien sabe si en la versión 1.7 hay forma de habilitar n TOP BANNER gratuitamente como hasta la versión 1.6? o en su defecto personalizar un link en el menú global para mandar a un sitio externo? saludos.
  3. La versión que tengo actualmente es la PrestaShop : 1.7.1.1 y no he podido conectar paypal, alguien si la tiene en esta versión? Bueno más bien conectar si. ya me ha validado las API´s el problmea es que no me redirecciona para capturar la tarjeta o cuenta paypal.
  4. Una opción es regresar a la 1.6. Pero alguien sabe si es la misma base de datos? Cómo para regresar de la 1.7.2 a la 1.6.1 y evitar q tenga que volver a capturar todo.
  5. Ya me comuniqué con paypal e hicimos pruebas con otra cuenta y mantiene el mismo error. Además volví a instalar la versión Paypal 3.1 México y si aparece también para hacer el cargo, hasta me logeo en paypal, pero al regresar a mi carrito para cerrar pareciera que no toma en cuanta o no vincula paypal con prestashop 1.7.2 Creo que el error es que no hay un Pluging liberado de paypal para la versión 1.7 de prestashop. Alguien ha logr ado conectar paypal con prestashop 1.7? saludos.
  6. OK. aquí van mis APICall de paypal: METADATA: { "url": "/v1/payments/payment", "create_time": "2017-06-13T18:00:52Z", "additional_properties": {}, "account_number": "MYNUMERODECUENTA", "client_id": "MYCLIENTEID", "id": "594028542bf78c1416bc7293"} REQUEST: { "body": { "redirect_urls": { "cancel_url": "http://leotardosdegimnasia.com/index.php?controller=order&step=1", "return_url": "http://leotardosdegimnasia.com/tienda/mx/module/paypal/ecValidation" }, "experience_profile_id": "XP-SJ32-HH2Y-6WJF-NN5R", "intent": "sale", "payer": { "payment_method": "paypal", "payer_info": "******" }, "transactions": [ { "item_list": { "items": [ { "price": "400", "quantity": "1", "tax": "0", "description": "", "name": "Modelo 15" }, { "price": "340", "quantity": "1", "tax": "0", "description": "", "name": "46604" } ], "shipping_address": { "city": "Celaya", "line2": "******", "line1": "******", "recipient_name": "cliente paypal", "state": "GUA", "postal_code": "38080", "country_code": "MX" } }, "amount": { "total": 990, "details": { "subtotal": "740", "tax": "0", "shipping": "250" } }, "custom": "PS_1.7.1.1_Module_4.0.1" } ] }, "header": { "x-pp-ads-performed": "false", "content-length": "862", "pp_geo_loc": "US", "x-pp-silover": "name=LIVE5.API.1&silo_version=880&app=platformapiserv&TIME=1411924057&HTTP_X_PP_AZ_LOCATOR=", "accept": "*/*", "client-auth": "No cert", "host": "api.paypal.com", "authorization": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxZcPw", "x-pp-idempotencyid": "my_idempotencyid", "x-slr-orig-script_uri": "https://api.paypal.com/v1/payments/payment", "paypal-partner-attribution-id": "PrestaShop_Cart_EC", "x-pp-corrid": "9ef373b9862f2", "pp_remote_addr": "207.7.94.133", "content-type": "application/json", "x-pp-slingshot-targetapp": "platformapiserv" }, "additional_properties": {}, "method": "POST"} RESPONSE: { "status": 400, "duration_time": 61, "body": { "message": "Invalid request - see details", "information_link": "https://developer.paypal.com/docs/api/payments/#errors", "details": [ { "field": "transactions[0].item_list.items[1].price", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].item_list.items[0].currency", "issue": "Required field missing" }, { "field": "transactions[0].amount.total", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].amount.details.subtotal", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].item_list.items[1].currency", "issue": "Required field missing" }, { "field": "transactions[0].amount.currency", "issue": "Required field missing" }, { "field": "transactions[0].amount.details.shipping", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].item_list.items[0].tax", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].item_list.items[0].price", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].amount.details.tax", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" }, { "field": "transactions[0].item_list.items[1].tax", "issue": "Currency amount must be non-negative number, contain exactly 2 decimal places separated by '.' (JPY contains 0 decimal places), optional thousands separator ',', limited to 7 digits before the decimal point and currency which is a valid ISO Currency Code" } ], "name": "VALIDATION_ERROR", "debug_id": "9ef373b9862f2" }, "additional_properties": {}, "header": { "Date": "Tue, 13 Jun 2017 18:00:52 GMT", "paypal-debug-id": "9ef373b9862f2", "APPLICATION_ID": "APP-04A25566T7033744S", "Content-Language": "*", "CALLER_ACCT_NUM": "SCWPLD7NPVJ56" [spam-filter] De las cosas raras que veo, es esta liga de return que no existe en mi directorio. "return_url": "http://leotardosdegimnasia.com/tienda/mx/module/paypal/ecValidation"
  7. La conexión de la API con paypal se hace correctamente. más bien es al hacer ya el cargo.
  8. Es correcto. esta es la tienda: http://leotardosdegimnasia.com/tienda/mx/ saludos.
  9. Pues ya tengo las opciones previas configuradas, selecciono la opción de pago y me sale: "Asegúrese de haber escogido un método de pago y de haber aceptado los términos y condiciones." y vuelve a recargar la pa´gina como si no hubiera seleccionado opción de pago y aceptar condiciones. De ahí no paso.
  10. I belibedthat my site could selling without problem, but i have the last problem. When i selected in step 4: Pay with Paypal | It's easy, simple and secure OR Pay with debit or credit card Never send me to paypal. My site reload in the same step. Some body now if this issue is by configuration prestashop? This is my site: http://leotardosdegimnasia.com/tienda/mx/
  11. Sorry, maybe a cokies navigator. Now the conections is Ok. This es the beutifull message that i was waittin: "Your PayPal account is properly connected, you can now receive payments". I hope that this histoy post help to conect correctly paypal in Prestshop 1.7.2 Tks by the support and all comiunity about this mistake. Now i can sell correctly!
  12. I changed the code, but i got the same error: An error occurred. Please, check your credentials. An error occurred. Please, check your credentials. ADDED THE CODE, BUT DON´T WORKING FINE YET: 1: public function init($data) { ........ //$currency = $module->getCurrency($context->cart->id_currency); //comentado w3mx $currencies = $module->getCurrency($context->cart->id_currency); foreach ($currencies as $availableCurrency) { if ((int)$context->cart->id_currency === (int) $availableCurrency['id_currency']) { $currency = (object) $availableCurrency; break; } } ...} 2: public function validation() ... //$currency = $paypal->getCurrency($context->currency->id); $currencies = $paypal->getCurrency($context->currency->id); foreach ($currencies as $availableCurrency) { if ((int)$context->cart->id_currency === (int) $availableCurrency['id_currency']) { $availableCurrency['id'] = $availableCurrency['id_currency']; $currency = (object) $availableCurrency; break; } } ....}
  13. Hi. Eureka... Bingo, Yata! I got download the module paypal version 1.5 and upload to 1.7. With this module bersion paypal tp presthashop 1.7 letme configuration. Only i have some error: When i trayed to pay get the error: "Desafortunadamente, no hay métodos de pago disponibles. "
  14. Hola Soy de México y me acabo de enfrentar a este mismo error. Alguien ya habrá logrado destrabar la situación? Mensaje: Desafortunadamente, no hay métodos de pago disponibles. agradecé respesuta.
  15. What version do yuo haveworking? No i have this: OpenSSL/1.0.1e cURL 7.53.1 PHP Version 7.1.5
  16. Sorry, but i have the same error: An error occurred. Please, check your credentials. An error occurred. Please, check your credentials. Some body got resolved this issue? No puedo activar mi tienda por supuesto error de credenciales. Ya cambié la configuración como el PDF que anexaron. Ya apliqué las credenciales del ID y en los dos campos y nada.
×
×
  • Create New...