Jump to content

rodrigo_neo

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • First Name
    rodrigo
  • Last Name
    neo

rodrigo_neo's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Im fix it my self. I think its a prestashop bug but i dont know how to tell to the devs. i create a override of manufacture whit this code: class Manufacturer extends ManufacturerCore { public function __construct($id = null, $idLang = null) { parent::__construct($id, $idLang); $this->id_address = Manufacturer::getManufacturerAddress(); } } Now with apropiate calls and smarty variables, no problem in display address in product page. Im using prestashop 1.7 Thanks!
  2. Please i need advice! Any other way to get id_address? Thanks
  3. Hi. im triying to add manufactures address into product page. I overwrite ProductCrontroller \controllers\front\ProductController.php by adding this line at 295: $productManufacturer_address = new Address((int) $productManufacturer->id_address, $this->context->language->id); then assign smarty var, etc.... the thing is $productManufacturer->id_address is empty, so obiously nothing is displayed i check in Back office and bd an the manufacturer has the right address. $productManufacturer is generated in this line: $productManufacturer = new Manufacturer((int) $this->product->id_manufacturer, $this->context->language->id); $productManufacturer is fill whit the right data, but id_address is empty Any help? HOw can i get manufacturer id address? Thanks!
  4. Gracias!!!! Casi me da un ataque buscando la solución en el código.... Por que ha pasado?? La instalación tiene 2 días y no he tocado nada ahi
  5. Hola. tengo un problema. Si mi cliente al registrarse selecciona de pais España, no le da opción a elegir la provincia y me es vital que pueda elegirla. Si elige otro pais con provincias, si sale el campo correspondiente. Decir que tengo habilitadas las provincias y que to puedo ponerlas manualmente. Uso la ultima versión de prestashop 1.7 Como se puede arreglar?? Gracias
×
×
  • Create New...