Jump to content

sYs^

Members
  • Posts

    22
  • Joined

  • Last visited

sYs^'s Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. Dear fellow PrestaShop Users, I run a PrestaShop 1.6.1.0 with multistore enabled and 3 shops added. I have a product enabled in 2 stores. I set the the categories and the default category per store since the two store use different categories. The problem occurs when for example I try to edit the description of the product in "All stores" mode so I don't have to make the change twice. I tick the checkbox next to the description editor and change the description. I don't change anything else. I press save and not only the description of the product changes but the default category of the product in both shops. So it basically changes the default category of the product in the 2nd shop to a category which isn't even enabled in that shop. This breaks multiple things, for example the breadcrumb at the product page. Did anybody else run into this problem? I know my shop isn't completely up to the date but I read the changelogs and didn't find anything related to this behavior. Thank you for your help in anticipation! SOLVED: I have found this yet unreleased commit, which seems to solve the problem: https://github.com/PrestaShop/PrestaShop/pull/4601
  2. I'm also looking for something like this, it would be awesome.
  3. Found the solution, it's fixed on github, replace your current themes/<yourtheme>/js/modules/blocklayered/blocklayered.js with the one currently available on github: https://github.com/PrestaShop/PrestaShop/blob/1.6/themes/default-bootstrap/js/modules/blocklayered/blocklayered.js .
  4. piwikanalytics/views/templates/hook/jstracking.tpl
  5. I have the same problem with 1.6.0.9, anyone managed to fix this?
  6. Hi there, Finally after hours of searching I managed to find a PrestaShop 1.6 compatible piwik tracking module, with order and cart tracking. You can find it here: https://cmjscripter.net/public/2014/01/24/piwik-traking-prestashop/ I just installed it on my development site and it seems to be working pretty well. I had to disable the "Use proxy script" feature and there was a minor error in the tracking javascript. (On the 5th line I had change from: {literal}var u= "//{/literal}{$PIWIK_HOST}{literal}" : "//{/literal}{$PIWIK_HOST}{literal}");{/literal} to {literal}var u= "//{/literal}{$PIWIK_HOST}{literal}";{/literal} Otherwise it's working and it's FREE.
  7. Same here with 1.6.0.9 , when trying to regenerate manufacturer images. Edit: Found a resolution, http://forge.prestashop.com/browse/PSCFI-6083
  8. You can also add $this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Would you like to delete the selected items?'))); So you can delete multiple orders.
  9. Same is happening to me right now, did you manage to solve this problem somehow? Thank you in anticipation!
  10. One of my stores (1.4.3) got hacked too, funny that the only request to her.php was from my ip address.
  11. When I add a product to the cart and then I try to increase the quantity of the product with the 'cart_quantity_up' or 'cart_quantity_down' button the 'cart_quantity_input' field won't update. This only happens if the product has attributes and it still updates the cart block on the right. Example product: http://www.buderusbolt.hu/buderus/647-buderus-k-profil-22-600-1000-lapradiator.html Running on Apache 2.2.16 with PHP 5.2.10 (with xcache) and MySQL 5.1.49. Server OS: Debian Squeeze (x64) PrestaShop version 1.4.3 We had this bug on IE, FireFox and Chrome. Thanks for any reply in forward and sorry for the Hungarian language in the shop.
  12. Would you mind sharing the modifications you did? Thank you in forward!
  13. Anybody? Sorry about the bump, but it would be really nice to have it working.
×
×
  • Create New...