Jump to content

supzeb

Members
  • Posts

    8
  • Joined

  • Last visited

supzeb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I also try to update thousands of products with scv, but only few actually get updated. Do you know how to fix this? In another thread someone suggested to change ther server's timeout.
  2. But what should I do If I can't make a split? I want to make an update for many existing products. so I have to check "Delete all categories before import" - or I will have duplicates. And then when I try importing (updating) hundreds of products- only a few dozens get updated. I'd really appreciate your help.
  3. Hi first1 Thanks for answering. By that time I've kind of given up trying to fix that. But your solution might certainly help others.
  4. Thank you! that worked and made my day! I also added position:relative; bottom:-6px;
  5. Hi everyone I'm trying to move the sort by form into the category_title bar. I've attached an image to make my question clear. I tried things with category.tpl and product-sort.tpl but it didn't work out... your help would be much appreciated thanks
  6. Hi all, Let's say I have the following categories structure: --Category 1 (with Group Access: "group A", "group B") -----Subcategory 1.1 (with Group Access: "group A") -----Subcategory 1.2 (with Group Access: "group B") The problem is that a user of "group A" who gets into the page Category 1 will see that there's a Subcategory 1.2. When he clicks on it he gets the "you don't have access" message. That's not user friendly. I would like to hide Subcategories names and icons that aren't relevant to the user's group. (BTW- it's okay at the categories tree at categories block) I think that it should be something like: {foreach from=$subcategories item=subcategory} {if ($subcategory->checkAccess(intval($cookie->id_customer)))} on line 28 at category.tpl Your help will be much appreciated
  7. I would also like to know if there's a solution to this problem. I don't want restricted categories' names to be visible to all. The names are visible inside categories' page when I'm dealing with subcategories restrictions.
×
×
  • Create New...