Jump to content

Problema con order-confirm.tpl


Recommended Posts

Buenas, tengo un problema order-confirm-table.tpl muestra sus imagenes correspondientes en el order-final-sumary.tpl es decir en el cuando realiza el pedido, pero cuando pasa a la pagina de confirmación del pedido repite la ultima en todos los productos, si alguien me podria ayudar lo agradeceria, adjunto las imagenes

Screenshot-2018-3-20 Confirmación de pedido.png

Screenshot-2018-3-20 Innovación Tecnología Intec C a.png

Link to comment
Share on other sites

  • 1 year later...
  • 2 weeks later...

Ya lo he solucionado, encontre información en otros foros,

Les comparto la solución por si presentan el mismo bug en las versiones anteriores a 1.7.3

  1. Acceder al archivo OrderPresent.php (src/Adapter/Order/OrderPresent.php)
  2. En la linea 135 se agrega el código siguiente: if (($cartProduct['id_product'] === $orderProduct['id_product']) && ($cartProduct['id_product_attribute'] === $orderProduct['id_product_attribute'])) {
  3. Adjunto imagenes como debe quedar y el resultado sin el bug.

 

 

solución.jpg

Solucion bug_order confirm.jpg

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...