Jump to content

Stella_Geo

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Location
    Greece
  • Activity
    Freelancer

Recent Profile Visitors

2,971,701 profile views

Stella_Geo's Achievements

Newbie

Newbie (1/14)

  • Dedicated Rare
  • Reacting Well Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. In my experience, I can't login to admin area while on debug mode. So I need to turn it off from defines.inc.php It might be a bug, but I hope someone find it usefull
  2. Hello I'm trying to show a column in my customers list showing the group in which each customer belongs. I managed to create the column and get the data but every customer is shown 3 times (because there are three customer groups) I followed this to make it till here https://devdocs.prestashop.com/1.7/development/components/grid/tutorials/modify-grid-in-module/ and used the following parts of code: ->addAfter( 'lastname', (new DataColumn('group')) ->setName($translator->trans('group', [], 'Modules.wkloginbygroup')) ->setOptions([ 'field' => 'group', ]) ) $searchQueryBuilder->addSelect( 'cg.`id_group` AS `group`' ); $searchQueryBuilder->leftJoin( 'c', '`' . pSQL(_DB_PREFIX_) . 'customer_group`', 'cg', 'cg.`id_customer` = c.`id_customer`' ); but now I'm stuck or very tired Can anyone help? Thanks in advance
  3. Λίγο καθυστερημένα.... δεν έγινε σύνδεση τελικά για άλλους λόγους.
  4. Thank you for your answer Vekia. To be honest, I think that's as complicated as it is to create a module. I was hoping there was a simpler solution out of the box. Anyway, I'll try to do it. If I get it right,you suggest I should combine getTree function and the query from hookLeftColumn function and then create a new tpl to display my results. Although, while I was trying to find a simpler solution I managed to get a list of top-level categories using the following code {foreach from=$categories item=child} <li> <a href="{$link->getCategoryLink({$child.id_category})}" title="{$child.name}"> {$child.name} </a> </li> {/foreach} and I'm searching for a way to show also subcategories and narrow results to only one parent category (using its ID) I suppose that this is NOT the proper way to do what I'm describing above, but given the exact requirements of my project, I don't see another option. All I need is to list the subcategories of a given category and avoid creating the links manually. If anyone have an idea or an advice, I'll be happy to hear it
  5. Hello is there any possible way to have (hardcoded, without using a module) a list of subcategories of a given category (specific ID) in index.tpl ?? Thanks in advance
  6. Hello, I'm trying to figure out if it's possible to have multistore and be able to search through all shops using the default search module. Or if there is another module for this. I've search in forum, but although I found similar questions, didn't manage to find a clear answer. Any help / advice appreciated
  7. ευχαριστω για την απάντηση. Η ερωτηση μου είναι διευκρινιστικη , καθως ακόμη δεν εχει ξεκινήσει το project. Υποθετω ότι παρεχουν κάποια γεφυρα με άλλα συστηματα, αν και δεν εχουμε ερθει σε επαφή μαζί τους. Οποτε μπορω να υποθέσω ότι ενας προγραμματιστης είναι σε θεση να δημιουργήσει / τροποποιήσει μια γεφυρα. Βεβαια, καταλαβαινω ότι θα πρεπει πρωτα να μιλήσω μαζί τους
  8. Καλησπέρα. Θα ήθελα να ρωτήσω αν ξέρει κάποιος και μπορεί να με βοηθήσει. Τι χρειάζεται για να συνδεθεί ένα καταστημα prestashop με εταιρία logistics για ενημέρωση αποθήκης. Το έχει κάνει κάποιος? Ευχαριστώ
×
×
  • Create New...