Jump to content

piqsel

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Location
    Sweden
  • Activity
    Freelancer

piqsel's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm having problem adding specific prices in Prestashop 1.6.0.5. If I have a product with the cost of $75 and add a specific fixed price of $50, it outputs really weird results. On the product list page it outputs $62.50 $62.50... and on the product page itself the price is $125? Anyone else having problems with specific prices and know how to fix this? Or is it a bug perhaps? Grateful for replies!
  2. Hi l2c2 and thank you for your help. You're right, it seems that the css and js files only gets added when they're in the headerHook. So what is the recommended way if you for example want to place the Top horizontal menu module in a custom hook? This module adds css and js files in hookDisplayTop, so should one edit the module by creating a hookHeader or create a custom hook the old way?
  3. I'm also having problem with this new way of adding hooks. For example, when adding Homeslider to a new hook everything is working great except that no .css or .js files gets added. I can edit the .tpl files and see the changes so that works as it should, but when I look at the source code of the page I don't see the .css or .js files. I'm using the below method of adding files which works fine using the old way of adding hooks. $this->context->controller->addCSS($this->_path.'flexslider.css'); $this->context->controller->addJS($this->_path.'js/jquery.flexslider-min.js'); $this->context->controller->addJS($this->_path.'js/homeslider.js'); return $this->display(__FILE__, 'homeslider.tpl', $this->getCacheId());
  4. I'm having problems with the advanced stock management in Prestashop 1.5.2, and in particular with supply orders. When I place an supply order and change the status to "Order recieved completely" shouldn't the stock update it self? Or do I have to update the stock myself? I have read the documentation and search the forum but I cant seem to find the answer, so if some could explain this to me I would be really grateful. PS. I have made changes so every product use the advanced stock management system and is associated with the warehouse, but the stock still don't update once the supply order is received.
×
×
  • Create New...