Jump to content

[Solucionado] Devoluciones por ciudad


3w soluciones web

Recommended Posts

Es posible pero tienes que realizar algunas moficaciones

 

- Primero tienes que agregar en el Frontcontroller.php o en el HistoryController.php el acceso a la funcion

getAddresses

-Luego tendrías que incluir un condicional en el archivo history.tpl con cualquiera de estas variables

  id_country
  id_state
  postcode
  city 
  country
  state 
  • Like 1
Link to comment
Share on other sites

Busca

public function init()

Luego en esta parte donde estan todas las variables globales

$this->context->smarty->assign(array(
// Usefull for layout.tpl

Añade por ejemplo

'customer_addreses' => $this->context->customer->getAddresses($this->context->language->id),

Y ya tendras acceso a las variables que te indicaba antes

  • Like 1
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...