Jump to content

Search the Community

Showing results for tags 'model'.

  • Search By Tags

    • model ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 14 results

  1. Olá! Sou desenvolvedor, tenho algum conhecimento em MVC, mysql, etc. Sou novo no Prestashop e estou realmente quebrando a cabeça para fazer uma mudança simples. Eu estou tentando mudar uma query que devolve os PROFILES para os administradores. Alguém pode confirmar para mim, AOND...
  2. Tengo problemas con mi tienda recientemente montada, no me funciona la vista rápida ni el carrito en tiempo real, al oprimir vista rápida no abre el modal y cuando añado en el carrito no me notifica ni me dice que fue exitosa la añadida. www.camyfloristeria.com
  3. According to this link , it says that it's recommended to create new tables for new module. Is it true about the existing entities? (like customer, cart, product etc.) I think we should not create new tables for somethings like these cases, and we should modify the existing tables (e.g to add a...
  4. Hola como puedo traducir una etiqueta que no se encuentra en los campos de traducciones de prestashop 1.6? https://www.screencast.com/t/xmb2MiCQCsf esto es la zona de los productos cuando aparecen en listado
  5. hi for everyone i'm new at Prestashop CMS, and i want to know if it is possible to have, tow products module, every module show the last product of different category . for example i want two modules in my index web page, every model i want to show the latest product of the different categ...
  6. Hi! I am trying to override /modules/modulename/models/modelname.php creating a /override/modules/modulename/models/modelname.php file, but its not working. Is possible to override a module model in PS 1.7? Thanks!
  7. Hi, I want edit ebay template. Where can I find the avalaible tags? I want insert {MAIN_IMAGE} with {IMAGE_1}, {IMAGE_2} and {IMAGE_3} with different sizes. Thank you, F
  8. I want check if ID reserved in DB, delete it and add new record with this ID. It's for if not (for example) ID 2 in database create record with ID 2. It's need to our current task. Thank you. have any ideas? $model = new TaxRulesGroup(2); $model->delete(); $model->id = 2; $model->id_tax_rules_gr...
  9. Sziasztok! Lenne arra mód egy létező vagy akár egy új oldalnál, hogy a product_id, amit a rendszer generál azt megváltoztatni, vagy ugyan az legyen mint a terméknél a model szám/ vagy cikkszám. Köszönöm.
  10. Hello, we are looking for a very qualified Prestashop developer to provide assistance with upgrading our existing year, make model module. The developer should have experience with building modules for prestashop stores and ideally with the functionality of this module (but not required). We are als...
  11. Hi, I'd like to show my product model (which is an internal reference code?) only for the registered users. How can I do that?
  12. Hello, I would like to pass my parameters from controller to model, function hook. Does anybody can help me? That is my controller: <?php require_once('../../../config/config.inc.php'); require_once('../../../init.php'); require_once('../giftonordermodule.php'); $giftonordermodule =...
  13. Bonjour ! Je travaille actuellement sur un module. J'ai bien compris désormais comment utiliser les heplers avec renderform etc. J'arrive à gérer un objet simplement. Mais je souhaiterai faire quelquechose un tout petit peu plus complexe, c'est à dire que lorsque l'on clique sur "edit" sur un él...
  14. Bonjour à tous, J'évalue PS1.5 pour une éventuelle utilisation. J'ai un gros point à évaluer avant d'aller plus loin. Je dois pouvoir modifier le modèle Product afin que chaque produit soit assigné à un employé. Dans le B.O., les employés ne peuvent voir, modifier, ... QUE les produi...
×
×
  • Create New...