Jump to content

harshal77988

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • First Name
    Harshal
  • Last Name
    Borse

harshal77988's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello friends, I found Late but perfect working module of PayU for prestashop 1.5x & 1.6x https://github.com/payu-india/PayU_Prestashop_1.6.x
  2. Hello, I want the product price options to be displayed in admin panel like in screenshot success.png but currently it is displaying like in failure.png file . please help me how can i do that ? that means i want to enter pretax retail price from admin.
  3. Hello friends, I want to change product price options in Admin panel ... can anyone tell please ?
  4. can anyone tell me how to display thumb image in block category menu. Actually i took left panel and showing categories there but i wnat there to display thumb image before category name. How can i do that ?
  5. Hello use like this for fetching records from database my prestashop version is 1.6x you need to use execute() instead of ExecuteS() sql = 'SELECT sum(product_count) AS total_likes_count product_count FROM '._DB_PREFIX_.'count_likes WHERE product_id="'.$product_id.'"'; $results = Db::getInstance()->execute($sql); $count_total_likes = $results['total_likes_count'];
  6. Ok thanks to everyone for reply ... I did this task using jquery .. In that i passed one json array having dynamic values which then i am sorting through jquery and appending in select boxes. it worked great for me.
  7. I have one select box where i want to display all categories .. please tell me how can i fetch categories ?
×
×
  • Create New...