Jump to content

rytiz2873

Members
  • Posts

    92
  • Joined

  • Last visited

About rytiz2873

  • Birthday 12/27/1989

Contact Methods

Profile Information

  • Location
    Lithuania
  • Activity
    Freelancer

Recent Profile Visitors

7,960,471 profile views

rytiz2873's Achievements

Newbie

Newbie (1/14)

6

Reputation

3

Community Answers

  1. Hi! i almost made this module and it would be good to hear from all of you, what should module do when there is more than one address OR if customer delete his only address and creates new address - should i also check that?
  2. HI. just try to do it with single quotes {hook h='nameOfTheHook'}
  3. $('#bouton_calculer').on('click', function(){ CalculCoupe($(this).attr('id')); /* I found this in other examples in the file */ }); this is bad..... because id is "bouton_calculer".
  4. override function: public static function getEmployees() { return Db::getInstance()->executeS(' SELECT `id_employee`, `firstname`, `lastname`, CONCAT(`firstname`, \' \', `lastname`) as `employee_name` FROM `'._DB_PREFIX_.'employee` WHERE `active` = 1 ORDER BY `lastname` ASC '); } and use "employee_name"
  5. check if your overrides is not disabled in Advanced parameters -> performance - Disable non PrestaShop modules
  6. Hi, after include you can add all close tags(which opens in header file) and then in css hide columns, maybe this helps.
  7. hi, havo you tried to check what value exporting "id"? also "pieces_..." is input? if yes, try $('input[name=pieces_' + id + ]').val(9);
  8. why addons page has nowhere mentioned about invoice till last withdraw step and make this so complicated? It's like "surprise!". Also you have to generate it by yourself. Why it can't be more user friendly, that should fill most important fields(like invoice number, total amount, name, address or etc.) and done! Sellers would be much more satisfied...
  9. no, i mean that you should create your module and you need to use hook displayFooter
  10. you can add right after my account column, use displayFooter hook. Also you have to change blockmyaccountfooter.tpl in theme folder - class="footer-block col-xs-12 col-sm-4" to class="footer-block col-xs-12 col-sm-2" and in your module use these classes col-xs-12 col-sm-2 if module is not in right position, go to modules->positions in BO and find displayFooter block, change your new module position
×
×
  • Create New...