Jump to content

Search the Community

Showing results for tags 'functions'.

  • Search By Tags

    • functions ×
    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 11 results

  1. Hello. I've installed P.S. 1.7.8.9. In my backoffice, in the attributes and functions module, i cannot write the URL of the single attribute or of the single functions like it was on PS 1.7.7.2 How can i solve it?
  2. On the website when i filter products using faceted search attributes and functions the module hides the attributes and functions that have no matching products. I would like them to always show so it is more clear to the customer what is selected and what the options are even if no products are fou...
  3. Hi, guys! I'm an intern at a web development company. With other interns we're working with Prestashop. We've never seen it before and it causes us a lot of problems. We are usually told to modify something simple within CSS or a .tpl file, but recently we started to get tasks that are a bit too...
  4. How can i catch the errors of these functions. When running on the backend you can see if something fails but since php I do not know how I can catch those error messages or that the operation has been a success. function loadProductsPost() { $_POST = array ( 'tab' => 'AdminImport', 'skip...
  5. Hi All, I'm a new add-on developer and just getting started. I generated class documentation for the prestashop/classes directory. I would like to share this documentation with the community as I hope to become a valuable member and contributor. You can find Prestashop 1.6.1.4 Class Documentation a...
  6. Hi All, I'm a new add-on developer and just getting started. I generated class documentation for the prestashop/classes directory. I would like to share this documentation with the community as I hope to become a valuable member and contributor. You can find Prestashop 1.6.1.4 Class Documentatio...
  7. I have developed a new module for prestashop and it is using dompdf library for generating pdf. When I validate the module then I get some compatibility issues that are pointing to some errors that say: 'Class 'PDFLib' does not exists' 'Function 'pg_query()' does not exists' 'Function 'pg_...
  8. Hi there, I am using the default theme to set up my webshop. At the beginnin I see the add to cart function. Customer can add to cart and go to check out. But after a while, on the way I am configure other basic information, when I come back to view my site. The function "Add to cart" disappeared....
  9. Hi everyone again, Now i have a simple question, im trying to organize my code in my module, and i want to do my own functions, but no matter how i create and call the functions, is not working. public function __construct() { public function install() { public function unistall()...
  10. Prestashop v1.6 finally has a "how to" book that not only covers the basics of running a Prestashop store but also documents all the main methods and functions: http://www.amazon.com/Prestashop-v1-6-Under-Hood-developers-ebook/dp/B00KEDX01O/ref=sr_1_11?ie=UTF8&qid=1400395157&sr=8-11&keywords=pre...
  11. Hello, There doesn't seem to be any way to assign more than one value to a product feature. I have products that use features like "Suitable for" and those require to have more than one Value assigned. Comma-separating those values isn't a good idea as I won't to enable customers to filter...
×
×
  • Create New...