Daniellm Posted November 20, 2019 Share Posted November 20, 2019 Hola me gustaria saber como obtener el valor que tiene el valor de la cantidad minima para la venta de ese producto en un tpl para mostrar un formulario o no. Pero no se como obtenerlo Link to comment Share on other sites More sharing options...
lototo Posted December 21, 2019 Share Posted December 21, 2019 $product = new Product((int) $id_product); $minimum = (int)$product->minimal_quantity $this->smarty->assign('minimum', $minimum); Ejecute este código Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now