Jump to content

silberstern

Members
  • Posts

    25
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

Recent Profile Visitors

1,960,606 profile views

silberstern's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. Hi, Is there a way to relate products based on their feature values, not jut the category they are belonging? Thanks!
  2. Mersi de sugestie. Asta am uitat sa fac. Dupa ce am setat si limba importul s-a facut cu succes. Ce este curios insa ca importul de produse noi functioneaza si fara sa setez limba.
  3. Did you find any solution to this issue? I am also having this problem. I am using PS1.4.8.2.
  4. Perhaps this thread is what you are looking for? http://www.prestashop.com/forums/topic/217263-vat-number-in-registration-form-mandatory/?hl=%2Bmake+%2Bvat+%2Bmandatory
  5. This works fine. But VAT number input popups up in form only if company name has been given. Making this field required as suggested, system will ask for it even though company name is not specified. Any solutions for making it required only if company name is filled in?
  6. Salut, Vreau sa fac update pentru anumite produse la descrierea produsului folosind Tools->CSV Import. Raspunsul PS in urma importului este "The .CSV file has been imported into your shop." Problema este ca descrierea produsului nu este updatata in magazin. Update-ul se face pe baza id-ului produsului. Formatul unei linii este: Id;Nume;Descriere Are cineva vreo idee care este cauza pentru care produsul (descrierea) nu este updatat? Mentionez ca importul de produse noi functioneaza folosind acest tool. Versiunea de PS-ului este 1.4.8.2. Multumesc!
  7. Hi, I have just gone through the process of overriding CategoryController according with melriks guidelines. I wanted to add one js file to product list page. I do not get my js file included in the page. I do not understand why is that. Has anybody any idea? Here is my code: class CategoryController extends CategoryControllerCore { public function setMedia() { parent::setMedia(); Tools::addJS(_THEME_JS_DIR_.'product_list.js'); } } I have copied this in override/controllers folder and product_list.js to theme's js folder. I do not have cache enabled. I have read that this was the cause of this behavior for other users. I am using 1.4.8.2 PS. Thanks.
  8. Versiunea este 1.4.8.2 In ajax-cart.js am setat si un alert care nu apare in momentul adaugarii produsului in cos ceea ce ma face sa cred ca poate este alt js care este apelat.
  9. Salut, Am adaugat in lista de produse un input in care cumparatorul sa specifice cantitatea dorita fara a mai intra in pagina de detalii pentru un produs, conform cu solutia de aici http://www.prestashop.com/forums/topic/137262-solved-add-quantity-box-to-product-listing/. Toate bune si frumoase, doar ca, intotdeauna se adauga un singur produs in cos indiferent de cantitatea introdusa in input. Am mai regasit problema pe mai multe forumuri, dar nu si o solutie. Poate cineva sa imi dea un tip care sa ma ghideze spre rezolvare? Versiunea de PS pe care o folosesc este 1.4.8.2. Multumesc!
  10. Hi, Has anybody manage to add more than 1 product to cart by making changes suggested in this thread?
  11. Hi Mike, I have tried the suggestion you gave. It does not work for me. It adds the input but it always adds only one product to my cart, no matter what quantity I set as input. I have also post a question on that topic. Thanks!
  12. Hi, I have tried this solution for my shop and it didn't work . I am using 1.4.8.2 PS version. I have set an alert to ajax-cart.js file where I have made the change. I do not see that alert. I suppose that that the code I have changed is not called. Has someone some ideas what could go wrong? I have seen that there are other people that also have this problem. Thanks!
  13. Try this: change $category = new Category(Context::getContext()->shop->getCategory(), (int)Context::getContext()->language->id); to $category = new Category(37, (int)Context::getContext()->language->id); Do not change this line: $products = $category->getProducts((int)Context::getContext()->language->id, 1, ($nb ? $nb : 10));
  14. Multumesc tuturor pentru raspunsuri, in special lui cristic. Ultimul post al tau rezolva problema.
×
×
  • Create New...