Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

PacklinkPRO - Items details arent imported in orders #2

Open
raulbarahona opened this issue Jun 27, 2016 · 1 comment
Open

PacklinkPRO - Items details arent imported in orders #2

raulbarahona opened this issue Jun 27, 2016 · 1 comment

Comments

@raulbarahona
Copy link

Preconditions
One (or more) orders should be completed in shop.

Steps to reproduce

  1. Navigate to https://es-profront-integration.packitos.com/
  2. Login with any valid user (ex. raulbarahona+esproint@packlink.es)
  3. Choose one and click on it

Expected results
Item details area should be displayed above Searching boxes. And clicking on displayed link, info should be expanded. I have attached some screenshots with other module behaviour example.
You should send a json with new value in additional_data. it should be called items.
Please take a view to next json. You can use as template:

{
"from": {
"name": "Packlink",
"surname": "Packlink",
"company": "Packlink",
"street1": "Packlink",
"street2": "Paclink",
"zip_code": "42121",
"city": "Reggio nell'Emilia",
"country": "IT",
"state": "Italia",
"phone": "666999333",
"email": "pruebas@probando.com"
},
"to": {
"name": "Carmelo",
"surname": "Cotón",
"company": "Inc.",
"street1": "Aquí",
"street2": "",
"zip_code": "21029",
"city": "Hamburg",
"country": "IT",
"state": "Ancona",
"phone": "666999666",
"email": "carmelo@coton.es"
},
"additional_data": {
"postal_zone_id_from": 65,
"postal_zone_id_to": 113,
"postal_zone_name_from": "España - Peninsular",
"postal_zone_name_to": "Italia",
"zip_code_id_from": "pc_es_18363",
"zip_code_id_to": "pc_it_5281",
"shipping_service_name": "Free Shipping - Free",
"shipping_service_selected": "freeshipping_freeshipping",
"items": [
{
"quantity": "1",
"category_name": "Blouses",
"picture_url": "http://prestashop.makinilla01.packitos.com/img/p/1/3/13.jpg",
"item_id": "3",
"price": 27,
"item_url": "http://prestashop.makinilla01.packitos.com/index.php?id_product=3&controller=product&id_lang=1",
"title": "Blusa - Size : S, Color : Negro",
"package": [
{
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
},
{
"quantity": "1",
"category_name": "T-shirts",
"picture_url": "http://prestashop.makinilla01.packitos.com/img/p/1/1.jpg",
"item_id": "1",
"price": 16.51,
"item_url": "http://prestashop.makinilla01.packitos.com/index.php?id_product=1&controller=product&id_lang=1",
"title": "Camiseta efecto desteñido de manga corta - Size : S, Color : Naranja",
"package": [
{
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
},
{
"quantity": "1",
"category_name": "Casual Dresses",
"picture_url": "http://prestashop.makinilla01.packitos.com/img/p/1/5/15.jpg",
"item_id": "5",
"price": 26,
"item_url": "http://prestashop.makinilla01.packitos.com/index.php?id_product=5&controller=product&id_lang=1",
"title": "Vestido estampado - Size : S, Color : Naranja",
"package": [
{
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
}
]
},
"contentvalue": 84.11,
"source": "module_magento",
"packages": [
{
"weight": 0,
"length": 0,
"width": 0,
"height": 0
}
]
}

Actual results
Currently, nothing is displayed. Item details area isnt present. And items area isnt being sent inside json.

Extra Data
selection_048
selection_047

OS: Ubuntu 16
Browser: Google Chrome 50.0.2661.86 (64-bit)

@guillaumeberthet
Copy link

this behavior was not part of the requirements for Younify
therefore, it has not been implement
not a bug, nothing has been implemented there on their side, that's all :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants