Jump to content

grosseskino

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

grosseskino's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. Hi! I'm trying to use Jquery-Plugin Chosen in one of my modules. This does nothing: public function setMedia(){ $this->addJquery(); $this->addJqueryPlugin('chosen'); } This works: public function hookHeader($params) { $this->context->controller->addJqueryPlugin('chosen'); } Shouldn't the setMedia method work also? Found the above code here: http://doc.prestashop.com/display/PS16/Using+jQuery+and+jQueryUI
  2. Hi! I am finishing with my theme developement. When I install my new theme, Prestashop asks me weather I want to activate and disable certain modules. Where and how can I set this for my new theme? Thanks in advance!
  3. I had the same problem. The bug is already fixed. Just copy the file from github: https://github.com/PrestaShop/PrestaShop/blob/master/classes/Address.php Add to override/classes/ Everything should work then..
  4. Hi. I'm developing a new Module and would like to implement the upgrade functionality. Sadly, the documentation is a little poor on this one. I now have finished my inital (1.0) version of my module. To add the upgrade functionality, is it enough to only add "$this->version = '1.0';" and an "upgrade/" folder in my module? Thanks in advance.
  5. Hi. I'm working on a wholesale shop. The products sold are being shipped to the customer by other dealers. As the shipping cost vary (depending on dealer,quantity, weight, etc.), we don't know the actual shipping cost. Is there a way to make all products exculdiung shipping? The shipping cost will then be billed later. Is there any practical way without change all corresponding codes? Thanks in advance
  6. Must be something else, I have version 5.4. running..
  7. Hi! I'm running PS 1.5.6.1 on my dedicated server. When I import products using CSV-import, my product images are all shown as a question marks. In my Backend they are shown without problems, but not on the frontend. After regenerating Images through the Settings->Images they are all shown. But I'm wondering, what is not working properly when I run the CSV-import? Shouldn't the images work right on? Has anybody noticed this problem? What could I fix? Thanks in advance
  8. get rid of the module: AddShoppers Social Commerce Platform (Addons)
×
×
  • Create New...