Answer the question
In order to leave comments, you need to log in
How to display upc on opencart 2 cart?
Hi all !
how can i display upc on opencart 2.3 cart?
Answer the question
In order to leave comments, you need to log in
you need to add a couple of lines:
to /catalog/controller/checkout/cartp.php
in the array where the $data['products'] attributes are listed, then
add
Further
to /system/library/cart.php
also in the array where the product attributes are $product_data [] (this is a line approximately 240-270) add
after
add
And now in the cart template in the place you need (but after ):echo $product['upc'];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question