Jump to content

Reference missing on /admin/index.php/sell/orders/carts/$id_cart/view


JF Tritri

Recommended Posts

In order to display the reference in the cart admin viewer, you have to change /src/Adapter/Cart/QueryHandler/GetCartForViewingHandler.php

On line 214 'reference' => $product['name'], 

Change with : 'reference' => $product['reference'],

It will be great to correct that in the next prestashop update :)

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...