Jump to content

siderio2

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • First Name
    Desiderio
  • Last Name
    Martínez Silva

Recent Profile Visitors

187 profile views

siderio2's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. How many of us are needed to achive an answer??? When I look at the whole site code to find a simple string that makes part of the menu, here's the path to the file: \app\cache\dev\twig\dc\dca429b30d221ce6aff3875ca8c25d02bf58a206f6d653f3e9770b29b73a7453.php So I´m supposed to work with a file like that??
  2. Hi there!! I'm a new user, working for the first time on a store. I'm using version 1.7.0.6, and in my back-office, the product list doesn't shows final price, only price before taxes. I've been reading some of the posts in this thread, but it looks like there has been a huge modification in the last Prestashop's release. When I check the AdminProcuctsController.php file to find the fields_list array, this is how it looks like: $this->fields_list = array( 'attributes' => array('title' => $this->l('Attribute - value pair'), 'align' => 'left'), 'price' => array('title' => $this->l('Impact on price'), 'type' => 'price', 'align' => 'left'), 'weight' => array('title' => $this->l('Impact on weight'), 'align' => 'left'), 'reference' => array('title' => $this->trans('Reference', array(), 'Admin.Global'), 'align' => 'left'), 'ean13' => array('title' => $this->l('EAN-13'), 'align' => 'left'), 'isbn' => array('title' => $this->l('ISBN'), 'align' => 'left'), 'upc' => array('title' => $this->l('UPC'), 'align' => 'left') ); So, what should I do to show final price in the list?? Where could I do it?? Thanks for the help!!
  3. Ya está solucionado, disculpad las molestias. Al final era una tontería: distinto idioma en la tienda y en el back-office.
  4. Sorry, it's already solved. It was a question of languages (not the same in the shop and the backoffice).
  5. Hello! This is my first time with Prestashop, I'm building a shop using version 1.7.0.6. Right now I'm stucked in a very stupid trouble, but I absolutely can't solve it by myself, so, please, any help is welcome. The problem is that when I'm creating new products, the back-office list always shows its name as 'not available', and I can't change it. I shows its correct name on the shop, and so on product page, it's just the back-office catalogue that goes wrong. Don't know if this is part of the problem, but I have the stock management option turned off. I even made a probe changing this and creating a product which had a great number in stock, but still the same result: 'Not available'. This is how it looks (in Spanish):
  6. Hola. Acabo de pasar por el hilo de presentación, con lo cual ya podeis imaginaros que soy nuevo en esto. Estoy creando mi primera tienda, utilizando la versión 1.7.0.6 de Prestashop. El problema que me trae de cabeza es que introduciendo nuevos productos, en el back-office no aparecen los nombres del producto, sino que en todos los casos aparece 'No disponible' en el campo nombre. Por si tiene algo que ver con el control de stock, está deshabilitado. Os agradecería cualquier ayuda.
  7. Hola!! Soy un desarrollador web tardío (estoy empezando con 45 años) gallego de Lalín, y estoy trabajando con Prestashop por primera vez. Sé que tardaré en ser de ayuda para la comunidad, pero mientras tanto espero no ser una carga demasiado pesada. Gracias a todos por estar ahí y tratar de ayudar.
×
×
  • Create New...